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∈RN | N∈N | Input data vector of length N |
Output Parameters
Parameter | Type | Constraint | Description | Remarks |
---|---|---|---|---|
m | m∈R | Mode value of Y |
Tool Support
-
For details refer to the online documentation of the function ‘MODE’.
-
For details refer to the online documentation of the function ‘mode’.
Single Steps using the Algorithm