Effacer les filtres
Effacer les filtres

What's happening inside the fitdist function in MATLAB ?

3 vues (au cours des 30 derniers jours)
Dhanuja Elizabeth Thomas
Dhanuja Elizabeth Thomas le 12 Juil 2016
Hi, I would like to know more about fitdist function defined in MATLAB. Which method is following in this function to generate the parameters of set of data with respect to a particular distribution. Kindly help me.

Réponses (1)

Swarooph
Swarooph le 12 Juil 2016
You have 3 options. I present them in the decreasing order of ease of use: (Easiest first)
1. Read documentation for the function here: http://www.mathworks.com/help/releases/R2016a/stats/fitdist.html
2. Read the references quoted in the documentation for this function: http://www.mathworks.com/help/releases/R2016a/stats/fitdist.html#References
3. Go through the function itself. You can open the function using the following command:
edit fitdist
  1 commentaire
Dhanuja Elizabeth Thomas
Dhanuja Elizabeth Thomas le 13 Juil 2016
Sorry, I want to know the method following in fitdist for extracting the parameters.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by