evfit
Extreme value parameter estimates
Syntax
Description
returns
the maximum likelihood estimates (MLEs) of the type 1 extreme value distribution
parameters (location and scale), given the sample data in pHat = evfit(x)x.
The type 1 extreme value distribution is also known as the
Gumbel distribution. The software uses a version of the distribution that is suitable for
modeling minima. You can use the mirror image of this distribution to model maxima by negating
r. If x has a Weibull distribution, then
X = log(x) has the type 1 extreme value distribution.
See Extreme Value Distribution for more details.
Examples
Input Arguments
Output Arguments
Alternative Functionality
evfit is a function specific to the extreme value 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 an
ExtremeValueDistributionprobability distribution object by fitting the distribution to data using thefitdistfunction or the Distribution Fitter app. The object propertiesmuandsigmastore the parameter estimates. To obtain the confidence intervals for the parameter estimates, pass the object toparamci.
References
[1] Crowder, Martin J., ed. Statistical Analysis of Reliability Data. Reprinted. London: Chapman & Hall, 1995.
[2] Lawless, J. F. Statistical Models and Methods for Lifetime Data. Hoboken, NJ: Wiley-Interscience, 2002.
[3] Meeker, W. Q., and L. A. Escobar. Statistical Methods for Reliability Data. Hoboken, NJ: John Wiley & Sons, Inc., 1998.
Extended Capabilities
Version History
Introduced before R2006a