MaxwellDistribution.Mode Property

Gets the mode of the distribution.

Definition

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

Property Value

Double

Remarks

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

See Also