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 YRN NN Input data vector of length N  

Output Parameters

Parameter Type Constraint Description Remarks
m mR   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