Descriptives<T>.Mode Property

Gets the value that occurs most often.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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