Comparison of the mode of lognormal distributions
이전 댓글 표시
Hi. I'm trying to compare the modes of a set of lognormal distributions. I realised I could write a function to fit the data (using lognfit) and bootstrap to estimate CI/variance, but I was wondering if a more computationally simple approach existed (as I'm analysing a lot of samples and the distribution is so similar to the normal). Thanks
답변 (1개)
Shashank Prasanna
2013년 7월 8일
0 개 추천
If you'd like to compare distribution you can use LILLIETEST or KSTEST
댓글 수: 3
Will
2013년 7월 8일
Shashank Prasanna
2013년 7월 8일
편집: Shashank Prasanna
2013년 7월 8일
Those tests can be used for non-normal distributions as well. Specify the distribution as shown in the links.
Is the end goal to understand if the samples come from the given distribution? or just to compare the modes?
Will
2013년 7월 8일
카테고리
도움말 센터 및 File Exchange에서 Lognormal Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!