ModeΒΆ

Global Algorithm - One-Dimensional Algorithm

Mode algorithm corresponds to the most frequently occuring value of the data set.

Input Parameters

Parameter Type Constraint Description Remarks
\(Y\) \(Y \in \mathbb R^N\) \(N \in \mathbb{N}\) Input data vector of length \(N\)  

Output Parameters

Parameter Type Constraint Description Remarks
\(m\) \(m \in \mathbb R\)   Mode value of \(Y\)  

Tool Support

  • Excel

    For details refer to the online documentation of the function ‘MODE’.

  • Matlab

    For details refer to the online documentation of the function ‘mode’.

Single Steps using the Algorithm