Gets the mode or point of maximum likelihood of the distribution.

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Mode As Double
C#
public double Mode { get; }
C++
public:
double Mode {
	double get ();
}

Value

The mode or point of maximum likelihood of the distribution.

Remarks

This property is read-only.