Returns a single random sample from a Gumbel distribution
with the specified parameters.
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Sample ( _
random As Random, _
location As Double, _
scale As Double _
) As Double
|
Return Value
A double-precision floating-point number that
is a sample from the Gumbel distribution with the
specified parameters.
Remarks
Exceptions
See Also