Checking if error in data is normally distributed or not
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 11 Apr. 2016
0 Stimmen
kstest() each of them individually.
If you want to know whether they come from the same normal distribution, see kstest2()
1 Kommentar
amberly hadden
am 11 Apr. 2016
Kategorien
Mehr zu Hypothesis Tests finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!