Gumbel Distribution.Location Parameter Property
Gets the location parameter of the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The location parameter of the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public double LocationParameter { get; }
Property Value
DoubleThe location parameter of the distribution.
Remarks
The location parameter of a Gumbel distribution corresponds to the mode of the probability density function of the distribution.
This property is read-only.