Checking if error in data is normally distributed or not
古いコメントを表示
I have two datasets (x) and (y). How could I know if the error in both data is normally distributed or not? Thank you, Amb
採用された回答
その他の回答 (1 件)
Walter Roberson
2016 年 4 月 11 日
0 投票
kstest() each of them individually.
If you want to know whether they come from the same normal distribution, see kstest2()
カテゴリ
ヘルプ センター および File Exchange で Hypothesis Tests についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!