Previous Page | Next Page

Module Library

STANDARD Function

standardizes numeric data

STANDARD( matrix) ;

where matrix is any matrix, is the number of data points, and is the number of variables.

The STANDARD function returns a standardized matrix. It standardizes each column of the input matrix, so that the mean of each column is zero and the standard deviation for each column is one.

Previous Page | Next Page | Top of Page