STANDARDIZE procedure
Standardizes columns of a data matrix to have mean zero and variance one (S.A. Harding & D.A. Murray).
No options
Parameters
Description
The parameter OLD lists the variates or matrices to be standardized, and the NEW parameter specifies a list of variates or matrices to store the standardized values. If NEW is not set, the transformed data values overwrite the contents of the OLD structures. If NEW is set, it should be to structures of the same type (variate or matrix) as the corresponding OLD structures.
Options: none. Parameters: OLD, NEW.
Method
The standardized values are calculated as (x-mean(x)) / √(var(x)). If there are any missing values in the data these are omitted from the calculation.
Action with
RESTRICT
Restrict is irrelevant with matrix structures. It should work as expected with variates.