how to test if multiple distributions are statistically different from each other?
15 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I have four systems that have lognormal distributions as follows:

I want to know if these four lognormal distributions are statistcally different from each other. How do I do that in Matlab?
0 Kommentare
Antworten (1)
the cyclist
am 21 Mär. 2019
Bearbeitet: the cyclist
am 21 Mär. 2019
What is reported in that table are the parameters of lognormal distributions. Because the parameters are different, those distributions are different from each other. There is no statistics here.
If you have data from two distributions (where you do not know the generating parameters), then you can use kstest2 to test whether those data were drawn from the same underlying continuous distribution.
2 Kommentare
the cyclist
am 21 Mär. 2019
You have a very specific problem. I don't expect there to be a built-in function that will do exactly what you want.
The first thing you need to do is get specific about exactly what hypothesis you are testing. Is your null hypothesis that all the data is from a single distribution, and you are trying to reject that hypothesis? You might still be able to use kstest2, in pairwise fashion.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!