How can I determine if my data follows a lognormal distribution?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Veena
am 22 Jun. 2014
Kommentiert: Star Strider
am 28 Jun. 2014
My x-data includes arrival time for cells and my y-data includes their velocities. How can I determine if this data set follows a lognormal distribution?
I've already tried QQ-plots and histograms, but am utterly lost on how to approach this.
Thanks.
0 Kommentare
Akzeptierte Antwort
Star Strider
am 22 Jun. 2014
If all your data are positive, that’s a good start. I’m not sure what you’re studying, but I always associate ‘arrival times’ with the Poisson distribution (that ‘looks’ a lot like the lognormal distribution). The velocities may well be lognormally distrbuted. I suggest using the histfit function for both. Another option is to use the chi2gof function to perform a Chi-square goodness-of-fit test.
10 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!