Lillietest (H=0 and P=0) : How to interpret this result?
Show older comments
I run Lilliefors test against my data (lillietest) to see if it comes from the location family of exponential distribution.
[h,p]=lillietest(data,0.05,'exp');
I got H=0 (null hypothesis is accepted) while p is zero. I don't understand how p-value is zero while the null hypothesis is accepted. Can you help me to interpret this result?
2 Comments
Winning
on 24 Jun 2011
Andrew Newell
on 25 Jun 2011
What version of MATLAB do you have? In R2010b, it doesn't seem possible to get kstat=NaN by any means short of setting it in the debugger.
Answers (1)
Categories
Find more on Hypothesis Tests in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!