gppdf
Generalized Pareto probability density function
Description
returns
the probability density function (pdf) 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 = gppdf(x)x. For more
information, see Generalized Pareto Distribution.
Examples
Input Arguments
Output Arguments
Alternative Functionality
gppdfis a function specific to the generalized Pareto distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionpdf, which supports various probability distributions. To usepdf, 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 functiongppdfis faster than the generic functionpdf.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
