Logistic Distribution.Location Parameter Property
Gets the location parameter of the distribution.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The location parameter of the distribution.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double LocationParameter { get; }
Property Value
DoubleThe location parameter of the distribution.
Remarks
The location parameter corresponds to the mean of the distribution.
This property is read-only.