Question re: ecdf
Mostra commenti meno recenti
I've been looking for a particular feature in the above MATLAB function but haven't found exactly what I'm looking for. I'm looking for a function that can take a particular input, x, and return the estimated p-value corresponding to a set of empirical data. What I'm looking for is analogous to the normcdf function where you give it an input and it will return a probability corresponding to the normal distribution.
2 Commenti
Akira Agata
il 2 Ago 2017
Modificato: Akira Agata
il 2 Ago 2017
You want to obtain CDF (which normcdf function generates) or p-value used in hypothesis testing? If what you want is empirical CDF, you can do it by combining ecdf function and some interpolation method.
Jared
il 2 Ago 2017
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!