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!