Gets the location parameter of the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double LocationParameter { get; }
Public ReadOnly Property LocationParameter As Double
Get
public:
property double LocationParameter {
double get ();
}
member LocationParameter : float with get
Property Value
Type:
DoubleThe location parameter of the distribution.
The location parameter corresponds to the mean of the distribution.
This property is read-only.
Reference