Click or drag to resize
Accord.NET (logo)

GumbelDistribution Constructor (Double, Double)

Creates a new Gumbel distribution with the given location and scale.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public GumbelDistribution(
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)] double location,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double scale
)
Request Example View Source

Parameters

location
Type: SystemDouble
The location parameter μ (mu). Default is 0.
scale
Type: SystemDouble
The scale parameter β (beta). Default is 1.
See Also