gpfit
Generalized Pareto parameter estimates
Description
returns
the maximum likelihood estimates (MLEs) of the generalized Pareto (GP) distribution
parameters (shape and scale), given the sample data in pHat = gpfit(x)x.
Other functions for the generalized Pareto distribution, such as gpcdf, allow a threshold (location) parameter theta.
However, gpfit does not estimate theta, and
assumes its value to be zero. To fit data with a known value of theta,
subtract theta from x before calling
gpfit.
Examples
Input Arguments
Output Arguments
Alternative Functionality
gpfit is a function specific to the generalized Pareto
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
GeneralizedParetoDistributionprobability distribution object by fitting the distribution to data using thefitdistfunction or the Distribution Fitter app. The object propertieskandsigmastore the parameter estimates. To obtain the confidence intervals for the parameter estimates, pass the object toparamci.
References
[1] Embrechts, P., C. Klüppelberg, and T. Mikosch. Modelling Extremal Events for Insurance and Finance. New York: Springer, 1997.
[2] Kotz, S., and S. Nadarajah. Extreme Value Distributions: Theory and Applications. London: Imperial College Press, 2000.
Extended Capabilities
Version History
Introduced before R2006a