Checking if error in data is normally distributed or not
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 11 Avr 2016
0 votes
kstest() each of them individually.
If you want to know whether they come from the same normal distribution, see kstest2()
1 commentaire
amberly hadden
le 11 Avr 2016
Catégories
En savoir plus sur Hypothesis Tests dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!