DiscreteDistribution.IsUnimodal Property

Gets whether the distribution has one or more modes.

Definition

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

Property Value

Boolean

Remarks

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

See Also