evpdf
Extreme value probability density function
Description
returns
the probability density function (pdf) of the type 1 extreme value distribution (also
known as the Gumbel distribution) with a location parameter equal to 0 and a scale
parameter equal to 1, evaluated at the values in p = evpdf(x)x. The software
returns the pdf for the minimum case. To model the maximum case, call
evpdf using the negative of the original values in
x. For more information, see Extreme Value Distribution.
Examples
Input Arguments
Output Arguments
Alternative Functionality
evpdfis a function specific to the extreme value distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionpdf, which supports various probability distributions. To usepdf, create anExtremeValueDistributionprobability distribution object and pass the object as an input argument or specify the probability distribution name and its parameters. Note that the distribution-specific functionevpdfis 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.
Extended Capabilities
Version History
Introduced before R2006a
