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!