How to get the fitting parameters for a histogram fit?

The "histfit" function does not provide a method to retrieve the fitting parameters. Is there another method to get these parameter values?

 Risposta accettata

You can get the parameter values using "fitdist". To get the same plot as "histfit", you can use the probability density function generated on the probability distribution object returned by "fitdist", in conjunction with the "histogram" function. The attached script file contains a code snippet demonstrating how to achieve this functionality.

Più risposte (0)

Prodotti

Release

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by