Generalized Extreme Value Distribution
Statistics and Machine Learning Toolbox™ offers multiple ways to work with the generalized extreme value distribution.
Create a
GeneralizedExtremeValueDistribution
object and useGeneralizedExtremeValueDistribution
object functions.Use distribution-specific functions with specified distribution parameters. The functions can accept parameters of multiple generalized extreme value distributions.
Use the generic distribution functions with the specified distribution name
"Generalized Extreme Value"
and corresponding parameters.
To learn about the generalized extreme value distribution, see Generalized Extreme Value Distribution.
Functions
Objects
GeneralizedExtremeValueDistribution | Generalized extreme value probability distribution object |
Topics
- Generalized Extreme Value 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.
- Modelling Data with the Generalized Extreme Value Distribution
This example shows how to fit the generalized extreme value distribution using maximum likelihood estimation.