gpcdf
Generalized Pareto cumulative distribution function
Description
returns
the cumulative distribution function (cdf) of the generalized Pareto (GP) distribution
with a shape parameter equal to 0, a scale parameter equal to 1, and a threshold
(location) parameter equal to 0, evaluated at the values in p = gpcdf(x)x. For
more information, see Generalized Pareto Distribution.
Examples
Input Arguments
Output Arguments
Alternative Functionality
gpcdfis a function specific to the generalized Pareto distribution. Statistics and Machine Learning Toolbox™ also offers the generic functioncdf, which supports various probability distributions. To usecdf, create aGeneralizedParetoDistributionprobability distribution object and pass the object as an input argument or specify the probability distribution name and its parameters. Note that the distribution-specific functiongpcdfis faster than the generic functioncdf.Use the Probability Distribution Function Tool to create an interactive plot of the cumulative distribution function (cdf) or probability density function (pdf) for a probability distribution.
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
