GeneralizedExtremeValueDistribution
Generalized extreme value probability distribution object
Description
A GeneralizedExtremeValueDistribution
object consists of
parameters, a model description, and sample data for a generalized extreme value
probability distribution.
The generalized extreme value distribution is often used to model the smallest or largest value among a large set of independent, identically distributed random values representing measurements or observations. It combines three simpler distributions into a single form, allowing a continuous range of possible shapes that include all three of the simpler distributions.
The three distribution types correspond to the limiting distribution of block maxima from different classes of underlying distributions:
Type 1 — Distributions whose tails decrease exponentially, such as the normal distribution
Type 2 — Distributions whose tails decrease as a polynomial, such as Student’s t distribution
Type 3 — Distributions whose tails are finite, such as the beta distribution
The generalized extreme value distribution uses the following parameters.
Parameter | Description | Support |
---|---|---|
k | Shape parameter | |
sigma | Scale parameter | |
mu | Location parameter |
Creation
There are several ways to create a
GeneralizedExtremeValueDistribution
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