GumbelDistribution Constructor (Double, Double) |
Initializes a new Gumbel distribution with the given parameters.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public GumbelDistribution(
double location,
double scale
)
Public Sub New (
location As Double,
scale As Double
)
public:
GumbelDistribution(
double location,
double scale
)
new :
location : float *
scale : float -> GumbelDistribution
Parameters
- location
- Type: SystemDouble
The location parameter. - scale
- Type: SystemDouble
The scale parameter, which must be positive.
Exceptions See Also