PDF data analysis and comparison
Mostra commenti meno recenti
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)
Risposta accettata
Più risposte (0)
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!