How to find the Similarity between two Histograms??
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Diego Mesa
il 30 Nov 2020
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)
Risposte (2)
Star Strider
il 12 Lug 2017
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 Commenti
Image Analyst
il 13 Lug 2017
Not as clear as it would be if you had posted bar charts of a normal histogram and an abnormal histogram.
Image Analyst
il 12 Lug 2017
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 Commenti
Image Analyst
il 12 Lug 2017
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
Vedere anche
Categorie
Scopri di più su Descriptive Statistics and Visualization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!