I need a quantitative method of identification of which distribution best represents my data set

1 view (last 30 days)
I have a data set. i need to find the type of distribution it follows. for example gaussian or lognormal or exponential or binomial etc. i need a quantitative method of indentification of which distribution best represents my data. I am not exactly sure how to use the kstest and adtest for different distributions. suggest if there is any other way. Thankyou.

Answers (1)

Jeff Miller
Jeff Miller on 4 Aug 2021
One approach is to:
  1. get the maximum likelihood parameter estimates for fitting each candidate distribution to your actual data.
  2. choose the candidate distribution which gives the highest maximum likelihood
Another approach is estimate and choose based on minimizing a chi-square lack of fit measure, but this requires identifying a set of score bins into which you divide the data.

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!