Previous Page | Next Page

Module Library

QUARTILE Function

computes quartiles for any univariate numeric data

QUARTILE( matrix) ;

where matrix is any matrix.

The QUARTILE function returns a column vector for each column in the matrix. The column vector contains the minimum, lower quartile, median, upper quartile, and maximum values for the numeric data in the specified matrix. Missing values are ignored. If all values in a column are missing, the return values for that column are missing.

Previous Page | Next Page | Top of Page