Curve Fitting for Gen Normal Distribution (version 1 & 2)

Hello!
I have been on the search for MATLAB code which estimates the parameters for the General Normal Distribution (version 1 & 2) with confidence intervals for each of the parameters.
I have searched for a viable solution for some time but have not found any.
Any help would be greatly appreciated!
Thank you!

Respuestas (1)

Image Analyst
Image Analyst el 27 de Sept. de 2015
Did you try fitdist() in the Statistics and Machine Learning Toolbox? Or simply mean() and var()?

3 comentarios

dsmalenb
dsmalenb el 27 de Sept. de 2015
I did look at fitdist() in the 2015b version but with no luck. I have followed the same approach for multiple distributions (this one is one of the last I am looking for) but to no avail.
Why not? What went wrong? It's pretty simple. How about just doing
theMean = mean(yourData(:));
theVar = var(yourData(:));
That defines the Gaussian parameters. What more do you need?
dsmalenb
dsmalenb el 29 de Sept. de 2015
That is not quite what you need for the general version. See link: https://en.wikipedia.org/wiki/Generalized_normal_distribution

Iniciar sesión para comentar.

Preguntada:

el 27 de Sept. de 2015

Comentada:

el 29 de Sept. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by