Checking if error in data is normally distributed or not
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 11 de Abr. de 2016
0 votos
kstest() each of them individually.
If you want to know whether they come from the same normal distribution, see kstest2()
1 comentario
amberly hadden
el 11 de Abr. de 2016
Categorías
Más información sobre Hypothesis Tests en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!