Home

  1. Introduction
  2. Graphing Distributions

  3. Summarizing Distributions
    1. Contents
      Standard
    2. Central Tendency
      Standard
         Video
    3. What is Central Tendency
      Standard
         Video
    4. Measures of Central Tendency
      Standard
         Video
    5. Balance Scale Simulation
      Standard
         Video
    6. Absolute Differences Simulation
      Standard
    7. Squared Differences Simulation
      Standard
    8. Median and Mean
      Standard
         Video
    9. Mean and Median Demo
      Standard
    10. Additional Measures
      Standard
         Video
    11. Comparing Measures
      Standard
         Video
    12. Variability
      Standard
         Video
    13. Measures of Variability
      Standard
         Video
    14. Variability Demo
      Standard
    15. Estimating Variance Simulation
      Standard
    16. Shapes of Distributions
      Standard
         Video
    17. Comparing Distributions Demo
      Standard
    18. Effects of Linear Transformations
      Standard  
    19. Variance Sum Law I
      Standard
         Video
    20. Statistical Literacy
      Standard
    21. Exercises
      Standard

  4. Describing Bivariate Data
  5. Probability
  6. Research Design
  7. Normal Distribution
  8. Advanced Graphs
  9. Sampling Distributions
  10. Estimation
  11. Logic of Hypothesis Testing
  12. Tests of Means
  13. Power
  14. Regression
  15. Analysis of Variance
  16. Transformations
  17. Chi Square
  18. Distribution Free Tests
  19. Effect Size
  20. Case Studies
  21. Calculators
  22. Glossary
 

Effects of Linear Transformations

Author(s)

David M. Lane

Prerequisites

Linear Transformations

Learning Objectives
  1. Define a linear transformation
  2. Compute the mean of a transformed variable
  3. Compute the variance of a transformed variable

This section covers the effects of linear transformations on measures of central tendency and variability. Let's start with an example we saw before in the section that defined linear transformation: temperatures of cities. Table 1 shows the temperatures of 5 cities.

Table 1. Temperatures in 5 cities on 11/16/2002.
City Degrees Fahrenheit Degrees Centigrade
Houston
Chicago
Minneapolis
Miami
Phoenix
54
37
31
78
70
12.22
2.78
-0.56
25.56
21.11
Mean
Median
54.000
54.000
12.220
12.220
Variance 330.00 101.852
SD 18.166 10.092

Recall that to transform the degrees Fahrenheit to degrees Centigrade, we use the formula

C = 0.556F - 17.778

which means we multiply each temperature Fahrenheit by 0.556 and then subtract 17.778. As you might have expected, you multiply the mean temperature in Fahrenheit by 0.556 and then subtract 17.778 to get the mean in Centigrade. That is, (0.556)(54) - 17.778 = 12.22. The same is true for the median. Note that this relationship holds even if the mean and median are not identical as they are in Table 1.

The formula for the standard deviation is just as simple: the standard deviation in degrees Centigrade is equal to the standard deviation in degrees Fahrenheit times 0.556. Since the variance is the standard deviation squared, the variance in degrees Centigrade is equal to 0.5562 times the variance in degrees Fahrenheit.

To sum up, if a variable X has a mean of μ, a standard deviation of σ, and a variance of σ2, then a new variable Y created using the linear transformation

Y = bX + A

will have a mean of bμ+A, a standard deviation of bσ, and a variance of b2σ2.

It should be noted that the term "linear transformation" is defined differently in the field of linear algebra. For details, follow this link.

Please answer the questions:
correct feedback