Gets the location parameter of 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 of the distribution.

Remarks

The location parameter corresponds to the mean of the distribution.

This property is read-only.