Variable Transformations

Scaling and Translation Transformations

Figure 32.15 shows the transformations that are available when you select Scaling/Translation from the Family list. These transformations are used to center and scale a variable. Equations for these transformations are given in Table 32.5.

ugtransformscale.png (5315 bytes)

Figure 32.15: Scaling and Translation Transformations

Table 32.5: Description of Scaling and Translation Transformations
  Default Name of  
Transformation Parameter New Variable Equation
center(Y) Center_Yy-{mean}(y)
stdize(Y) Stdize_YSee text.
reflect(Y;a)a=0Reflect_Y2a - y
a+b*Ya=0, b=1Linear_Ya+b y

The stdize(Y) transformation transforms the data to have zero mean and unit variance.

The reflect(Y) transformation reflects the data about the value y=a.

Previous Page | Next Page | Top of Page