How to find the Similarity between two Histograms??

조회 수: 15 (최근 30일)
arun kumar
arun kumar 2017년 7월 12일
댓글: Diego Mesa 2020년 11월 30일
Hi,
I was wondering if there are other methods for finding the similiraty between two histograms quantitatively rather than different distance comparision methods like Battachary distance,KL divergence,EMd............
  댓글 수: 1
Diego Mesa
Diego Mesa 2020년 11월 30일
What was the problem with those metrics? I'm considering using Jensen-Shannon for comparing two histograms (I'm fiting a kernel distribution to the histogram first)

댓글을 달려면 로그인하십시오.

답변 (2개)

Star Strider
Star Strider 2017년 7월 12일
One option is the chi-square test if you want to test the statistical hypothesis that the two are different. (See Chi-Square Test for Independence (link) for one example.) My File Exchange search for chi square (link) returned 96 contributions.
  댓글 수: 5
arun kumar
arun kumar 2017년 7월 12일
Let me explain you in brief.... I have two data sets basically one from left leg(say X1)and other from right leg(say X2),after taking the histogram of X1 and X2 I need to find a way that tells me how much symmetry is there between the two histograms quantatively(I should get a numerical number so that I can say this much of % symmetry is there between the two histogram ). If X1 data is obtained by limp walking and X2 is by normal walk then there will be less symmetry between the histograms. So, I'm in need of various methods I can implement on the histograms that tells the symmetry measure. I hope my question is clear now :)
Image Analyst
Image Analyst 2017년 7월 13일
Not as clear as it would be if you had posted bar charts of a normal histogram and an abnormal histogram.

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2017년 7월 12일
What is your data? There are different ways of comparing data other than comparing their histograms. For example two completely different looking images may have the exact same histogram. So, what does your data represent and are you sure comparing the histograms is the best way to compare them or the best approach, though comparing histograms may be a perfectly good thing to do?
  댓글 수: 3
Image Analyst
Image Analyst 2017년 7월 12일
I suggest you check the literature. I'm sure someone has already done that before. See
16.7.4.5 Walking, Gait Recognition, Gait Analysis
16.7.4.5.1 Walking, Gait Recognition, University of Southampton
16.7.4.5.2 Cyclic Motion, Periodic Motion, for Walking and Gait Recognition
16.7.4.5.3 Human ID Using Gait, Recognition of People Through Gait
16.7.4.5.4 Gait Analysis, Depth, 3-D Data, 3-D from Gait
16.7.4.5.5 Gait Analysis, Diagnosis of Difference, Joint Information, Motion Capture
16.7.4.5.6 Rehabilitation Systems, Rehabilitation Techniques
16.7.4.5.7 Human Motion Capture, Joint Information, Special Activities
16.7.4.5.8 Human Motion Capture, Dance Activities
arun kumar
arun kumar 2017년 7월 12일
Thanks for the information. unfortunately i didn't find the particular methods to find the symmetry between the histograms :(

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by