Module Library

STANDARD Function

standardizes numeric data

STANDARD( matrix)

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

The STANDARD function returns a standardized n x m 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