Checking if error in data is normally distributed or not
Show older comments
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
Accepted Answer
More Answers (1)
Walter Roberson
on 11 Apr 2016
0 votes
kstest() each of them individually.
If you want to know whether they come from the same normal distribution, see kstest2()
1 Comment
amberly hadden
on 11 Apr 2016
Categories
Find more on Hypothesis Tests in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!