16.1. Linear Transformations#

Linear transformations are both simple and ubiquitous: every time you change units of measurement, for example to standard units, you are performing a linear transformation.

16.1.1. Linear Transformation: Exponential Density#

Let T have the exponential (λ) distribution and let T1=λT. Then T1 is a linear transformation of T. Therefore

E(T1)=λE(T)=1   and   SD(T1)=λSD(T)=1

The parameter λ has disappeared in these results. Let’s see how that follows from the distribution of T1. The cdf of T1 is

FT1(t)=P(T1t)=P(Tt/λ)=1eλ(t/λ)=1et

That’s the cdf of the exponential (1) distribution, consistent with the expectation and SD we found above.

To summarize, if T has the exponential (λ) distribution then the distribution of T1=λT is exponential (1).

You can think of the exponential (1) distribution as the fundamental member of the family of exponential distributions. All others in the family can be found by changing the scale of measurement, that is, by multiplying by a constant.

If T1 has the exponential (1) distribution, then T=1λT1 has the exponential (λ) distribution. The factor 1/λ is called the scale parameter.

Here are graphs of the densities of T1 and T=12T1. By the paragraph above, T has the exponential (2) distribution.

../../_images/8901892fab13a7dad99442836c886fc788614d7205e78d4c17822233838d8062.png

The formulas for the two densities are

fT1(s)=es              fT(t)=2e2t

Let’s try to understand the relation between these two densities in a way that will help us generalize what we are seeing in this example.

The relation between the two random variables is T=12T1.

  • For any t, the chance that T is near t is the same as the chance that T1 is near s=2t. This explains the factor e2t in the density of T.

  • If we think of T1 as a point on the horizontal axis, then to create T you have to divide T1 by 2. So the transformation consists of halving all distances on the horizontal axis. The total area under the density of T must equal 1, so we have to compensate by doubling all distances on the vertical axis. This explains the factor 2 in the density of T.

Quick Check

If T is exponential (λ) and c>0, then S=cT is exponential with one of the following rates. Which one?

cλ, cλ, λc

See More

16.1.2. Linear Change of Variable Formula for Densities#

We use the same idea to find the density of a linear transformation of a random variable.

Let X be a random variable with density fX, and let Y=aX+b for constants a0 and b. Let fY be the density of Y. Then

fY(y) = fX(yba)1|a|

Let’s take this formula in two pieces, as in the exponential example.

  • For Y to be y, X has to be (yb)/a.

  • The linear function y=ax+b involves multiplying distances along the horizontal axis by |a|; the sign of a doesn’t affect distances. To get a density, we have to compensate by dividing all vertical distances by |a|.

This is a good way to understand the formula, and will help you understand the corresponding formula for non-linear transformations.

For a formal proof, start with the case a>0.

FY(y)=P(aX+by)=P(Xyba)=FX(yba)

By the chain rule of differentiation,

fY(y)=fX(yba)1a

If a<0 then division by a causes the direction of the inequality to switch:

FY(y)=P(aX+by)=P(Xyba)=1FX(yba)

Now the chain rule yields

fY(y) = fX(yba)1a = fX(yba)1|a|

Quick Check

V has density f on the whole real line.

(a) Write the density of W=5+3V in terms of f.

(b) Write the density of W=53V in terms of f.

16.1.3. The Normal Densities#

Let Z have the standard normal density

ϕ(z) = 12πe12z2,   <z<

Let X=σZ+μ for constants μ and σ with σ>0. Then for any real number x, the density of X is

fX(x) = ϕ(xμσ)1σ= 12πσe12(xμσ)2

Thus every normal random variable is a linear transformation of a standard normal variable.

Quick Check

Let X have the normal distribution with mean 0 and variance 90. Write X as a linear function of a standard normal random variable.

16.1.4. The Uniform Densities, Revisited#

Let the distribution of U be uniform on (0,1) and for constants b>a let V=(ba)U+a. In an earlier section we saw that V has the uniform distribution on (a,b). But let’s see what’s involved in confirming that result using our new formula.

First it is a good idea to be clear about the possible values of V. Since the possible values of U are in (0,1), the possible values of V are in (a,b).

At v(a,b), the density of V is

fV(v) = fU(vaba)1ba = 11ba = 1ba

That’s the uniform density on (a,b).