Descriptives<T>.Mode Property

Gets the value that occurs most often.

Definition

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

Property Value

T

Remarks

In case of a tie, the element that appears first in the category index is returned.

See Also