- get the maximum likelihood parameter estimates for fitting each candidate distribution to your actual data.
- choose the candidate distribution which gives the highest maximum likelihood
I need a quantitative method of identification of which distribution best represents my data set
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
Jeff Miller
el 4 de Ag. de 2021
One approach is to:
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.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!