DiscreteDistribution.IsUnimodal Property

Gets whether the distribution has one or more modes.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool IsUnimodal { get; }

Property Value

Boolean

Remarks

The mode of a distribution is the value that occurs most often.

See Also