Kolmogorov-Smirnov test for inverse Gaussian distribution
9 ビュー (過去 30 日間)
古いコメントを表示
Hello ... I has data and I want to use a goodness-of-fit test (Kolmogorov-Smirnov) to indicate whether the data follow the inverse Gaussian distribution or not ... can you help me, how do I run this test ??
3 件のコメント
回答 (1 件)
Jakob B. Nielsen
2020 年 1 月 9 日
The Kolmogorov-Smirnov test checks if your data is from a standard normal distribution, not an inverse gaussian. Of course, it is always good to check, first, if your data is from a standard normal distribution, before looking for alternative distributions :)
Simply [h,p]=kstest(data) will give you that info.
In case the null hypothesis is rejected, there is a code on the file exchange for testing for the inverse gaussian distribution, that you might check out. https://se.mathworks.com/matlabcentral/fileexchange/24036-anderson-darling-goodness-of-fit-test-to-inverse-gaussian-distbtn?focused=5114587&tab=function
1 件のコメント
Adam Danz
2020 年 1 月 9 日
編集済み: Adam Danz
2020 年 1 月 10 日
Note that there is a modified Kolmogorov-Smirnov test for the inverse gaussian. Whether there exists Matlab code that implements this, I do not know.
参考
カテゴリ
Help Center および File Exchange で Hypothesis Tests についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!