Gets the location parameter for the distribution.
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LocationParameter As Double |
| C# |
|---|
public double LocationParameter { get; } |
| C++ |
|---|
public: double LocationParameter { double get (); } |
Value
The location parameter for the distribution.
Remarks
The location parameter is related to the mean of the distribution.
This property is read-only.