Previous Page | Next Page

The STANDARD Procedure

Statistical Computations: STANDARD Procedure

Standardizing values removes the location and scale attributes from a set of data. The formula to compute standardized values is

[equation]

where
[equation]

is a new standardized value

[equation]

is the value of STD=

[equation]

is the value of MEAN=

[equation]

is an observation's value

[equation]

is a variable's mean

[equation]

is a variable's standard deviation.

PROC STANDARD calculates the mean ( [equation]) and standard deviation ( [equation]) from the input data set. The resulting standardized variable has a mean of M and a standard deviation of S.

If the data are normally distributed, standardizing is also studentizing since the resulting data have a Student's t distribution.

Previous Page | Next Page | Top of Page