GeneralizedParetoDistribution
Generalized Pareto probability distribution object
Description
A GeneralizedParetoDistribution
object consists of
parameters, a model description, and sample data for a generalized Pareto probability
distribution.
The generalized Pareto distribution is used to model the tails of another distribution. It allows a continuous range of possible shapes that include both the exponential and Pareto distributions as special cases. It has three basic forms, each corresponding to a limiting distribution of exceedance data from a different class of underlying distributions.
Distributions whose tails decrease exponentially, such as the normal, lead to a generalized Pareto shape parameter of zero.
Distributions whose tails decrease polynomially, such as the Student’s t, lead to a positive shape parameter.
Distributions whose tails are finite, such as the beta, lead to a negative shape parameter.
The generalized Pareto distribution uses the following parameters.
Parameter | Description | Support |
---|---|---|
k | Shape parameter | |
sigma | Scale parameter | |
theta | Location (threshold) parameter |
Creation
There are several ways to create a GeneralizedParetoDistribution
probability distribution object.
Create a distribution with specified parameter values using
makedist
.Fit a distribution to data using
fitdist
.Interactively fit a distribution to data using the Distribution Fitter app.
Properties
Object Functions
cdf | Cumulative distribution function |
gather | Gather properties of Statistics and Machine Learning Toolbox object from GPU |
icdf | Inverse cumulative distribution function |
iqr | Interquartile range of probability distribution |
mean | Mean of probability distribution |
median | Median of probability distribution |
negloglik | Negative loglikelihood of probability distribution |
paramci | Confidence intervals for probability distribution parameters |
pdf | Probability density function |
plot | Plot probability distribution object |
proflik | Profile likelihood function for probability distribution |
random | Random numbers |
std | Standard deviation of probability distribution |
truncate | Truncate probability distribution object |
var | Variance of probability distribution |
Examples
Extended Capabilities
Version History
Introduced in R2013a