广义极值分布
拟合和计算广义极值分布,生成该分布的随机样本
Statistics and Machine Learning Toolbox™ 提供了多种处理广义极值分布的方式。
创建一个
GeneralizedExtremeValueDistribution
对象并使用GeneralizedExtremeValueDistribution
对象函数。使用分布特定的函数并指定分布参数。函数可以接受多种广义极值分布的参数。
使用一般分布函数并指定分布名称
"Generalized Extreme Value"
和对应的参数。
要了解广义极值分布,请参阅Generalized Extreme Value Distribution。
函数
对象
GeneralizedExtremeValueDistribution | Generalized extreme value probability distribution object |
主题
- 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.