Gets whether the distribution has one or more modes.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool IsUnimodal { get; }
Public ReadOnly Property IsUnimodal As Boolean
Get
public:
property bool IsUnimodal {
bool get ();
}
member IsUnimodal : bool with get
Property Value
Type:
Boolean
The mode of a distribution is the value that occurs most often.
Reference