PDF data analysis and comparison
Mostrar comentarios más antiguos
i have some theoretical PDF's. I want Matlab to decide which one is the best fit for my experimental PDF. How would i do this.
%x_int, y_int is EXPERIMENTAL PDF.
%NORMAL DISTRIBUTION F(x) VS EXPERIMENTAL PDF P(x)
plot(x,p_nor,x_int,y_int);
%RAYLEIGH PDF F(x) VS EXPERIMENTAL PDF P(x)
plot(x,p_ray,x_int,y_int)
%POISSONS PDF F(x)VS EXPERIMENTAL PDF P(x)
plot(x,p_poi,x_int,y_int)
Respuesta aceptada
Más respuestas (0)
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!