Checking if error in data is normally distributed or not
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Walter Roberson
il 11 Apr 2016
0 voti
kstest() each of them individually.
If you want to know whether they come from the same normal distribution, see kstest2()
1 Commento
amberly hadden
il 11 Apr 2016
Categorie
Scopri di più su Hypothesis Tests in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!