quantify difference between discrete distributions
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am trying to quantify the difference between two discrete distributions. I have been reading online and there seems to be a few different ways such as a Kolmogorov-Smirnov test and a chi squared test.
My first question is which of these is the correct method for comparing the distributions below?
The distributions are discrete distributions with 24 bins.
My second question is that, it pretty obvious looking at the distributions that they will be statistically significantly different, but is there a method to quantify how different they are? I'm not sure, but a percentage or distance perhaps?
I appreciate any help and comments
Kind Regards
![](https://www.mathworks.com/matlabcentral/images/broken_image.png)
0 comentarios
Respuesta aceptada
Thorsten
el 14 de Feb. de 2013
Use the Two-sample Kolmogorov-Smirnov test from the Statistics Toolbox.
8 comentarios
José-Luis
el 16 de Feb. de 2013
Editada: José-Luis
el 16 de Feb. de 2013
The smaller p , the larger the difference between distributions. It's consistent with what I said before, methinks. It is a comparative measure, and you need to know what you are comparing against (in this case k). How to define k is a different story, for that you need to read the paper of those who came up with the statistic.
Also, you should be careful how you phrase the results from an hypothesis test. In this case, I should have said: "if _p>=k then the hypothesis that both samples come from the same distribution cannot be rejected".
Más respuestas (0)
Ver también
Categorías
Más información sobre Hypothesis Tests en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!