STANDARDIZE and NOSTANDARDIZE Subcommands (PPLOT command)
STANDARDIZE
transforms the sequence or time series variables into a sample with
a mean of 0 and a standard deviation of 1. NOSTANDARDIZE
is the default and indicates that the
series should not be standardized.
- There are no additional specifications on the
STANDARDIZE
orNOSTANDARDIZE
subcommands. - Only the last
STANDARDIZE
orNOSTANDARDIZE
subcommand on thePPLOT
command is executed. - The
STANDARDIZE
andNOSTANDARDIZE
subcommands have no effect on expected values, which are always standardized. -
NOSTANDARDIZE
is generally used with anAPPLY
subcommand to turn off a previousSTANDARDIZE
specification.
Example
PPLOT VARIABLES = VARX
/STANDARDIZE.
- This example produces two q-q normal-probability plots of VARX with standardized observed values.