How to find the Similarity between two Histograms??
조회 수: 15 (최근 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
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
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
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
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
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!