- Function ExtremeValue(location, scale)¶
ExtremeValue¶
The function ExtremeValue
draws a random value from an extreme value
distribution.
ExtremeValue(
location, ! (optional) numerical expression
scale ! (optional) numerical expression
)
Arguments¶
- location
A scalar numerical expression.
- scale
A scalar numerical expression \(> 0\).
Return Value¶
The function
ExtremeValue
returns a random value drawn from an extreme value distribution with location location and scale scale.
See also
The ExtremeValue
distribution is discussed in full detail in
Discrete Distributions of the Language Reference.