How can I tell a set of data is normally distributed?
6 ビュー (過去 30 日間)
古いコメントを表示
Thanks
0 件のコメント
採用された回答
Matt Tearle
2011 年 3 月 4 日
normplot(x)
And for formal tests, see lillietest and jbtest
(NB: these are all Statistics Toolbox functions. If you're doing this kind of statistical work, though, I assume you have that.)
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!