betafit
Beta parameter estimates
Description
returns the maximum likelihood estimates (MLEs) of the beta distribution parameters
a and b, given the data in
pHat= betafit(x)x. For more information, see Beta Distribution.
Examples
Input Arguments
Output Arguments
Alternative Functionality
betafit is a function specific to the beta distribution.
Statistics and Machine Learning Toolbox™ also offers the generic functions mle, fitdist, and paramci and the Distribution Fitter app, which support various
probability distributions.
mlereturns MLEs and the confidence intervals of MLEs for the parameters of various probability distributions. You can specify the probability distribution name or a custom probability density function.Create a
BetaDistributionprobability distribution object by fitting the distribution to data using thefitdistfunction or the Distribution Fitter app. The object propertiesaandbstore the parameter estimates. To obtain the confidence intervals for the parameter estimates, pass the object toparamci.
References
[1] Hahn, Gerald J., and S. S. Shapiro. Statistical Models in Engineering. Hoboken, NJ: John Wiley & Sons, Inc., 1994, p. 95.
Extended Capabilities
Version History
Introduced before R2006a