Median

For a list: Returns the median of the list elements.

Frequency list: Each value specifies how many times the corresponding list element occurs.

For a matrix: Returns a row vector containing the medians of each column.

Frequency matrix: Each value specifies how many times the corresponding matrix element occurs.

Syntax

median(List)
median(List, Frequency list)
median(Matrix)
median(Matrix, Frequency matrix)

Examples

No content found for command: median