Info

This question is closed. Reopen it to edit or answer.

Code for Nonparametric Data Distribution

1 view (last 30 days)
Dears,
I have question rgerading the determination of the best distrbution model for one dimentional data set.
I am looking for a code that can obtain the best distrbution fit and the statistic parameters such as standard deviation , P10 20 etc.
Can some advice me how to reach this goal. I do not want to use the built in app.
Thanks a lot

Accepted Answer

Ameer Hamza
Ameer Hamza on 6 Oct 2020
See piecewiselinear distribution: https://www.mathworks.com/help/stats/prob.piecewiselineardistribution.html. You may obtain an empirical CDF of your data: https://www.mathworks.com/help/stats/ecdf.html before creating the piecewiselinear distribution.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!