Gets the mode of the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override double Mode { get; }
Public Overrides ReadOnly Property Mode As Double
Get
public:
virtual property double Mode {
double get () override;
}
abstract Mode : float with get
override Mode : float with get
Property Value
Type:
Double
The mode of a distribution is the value
that occurs most often.
Reference