2.16.1 Shifting and Scaling Flashcards

(17 cards)

1
Q

What does it mean to shift a random variable X by a constant c?

A

Define Y = X + c. Y is a shifted version of X. The distribution is moved left/right on the number line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does it mean to scale a random variable X by a constant a?

A

Define Y = aX. Y is a scaled version of X. The distribution is stretched or compressed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s the effect of shifting X on the mean and variance?

A

E[X + c] = E[X] + c, Var(X + c) = Var(X)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What’s the effect of scaling X on the mean and variance?

A

E[aX] = a · E[X], Var(aX) = a² · Var(X)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What happens when a random variable is both shifted and scaled?

A

Y = aX + c. Apply scaling first, then shifting: do aX, then add c.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If X ~ Normal(μ, σ²), what is the distribution of aX + c?

A

aX + c ~ Normal(aμ + c, a²σ²)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If X ~ Uniform(a, b), what is the distribution of X + c?

A

X + c ~ Uniform(a + c, b + c)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If X ~ Uniform(a, b), what is the distribution of aX?

A

aX ~ Uniform(a·a, a·b) (if a > 0); scale both endpoints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If X ~ Exponential(θ), and Y = aX for a > 0, what is the distribution of Y?

A

Y ~ Exponential(aθ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If X ~ Exponential with rate λ, and Y = aX for a > 0, what is the distribution of Y?

A

Y ~ Exponential with rate λ’ = λ / a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Does a shifted exponential random variable still follow an exponential distribution?

A

No. X + c (with c ≠ 0) is not exponential anymore. It’s called a shifted exponential.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What’s the main difference between exponential and shifted exponential distributions?

A

Their range: Exponential starts at 0, shifted exponential starts at the shift amount.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If X ~ Exponential(θ), and Y = X + c, what are the mean and variance of Y?

A

E[Y] = θ + c, Var(Y) = θ²

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How is the memoryless property used with shifted exponentials?

A

If X ~ Exp(θ), then X - t | X > t ~ Exp(θ). This implies X | X > t ~ t + Exp(θ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What’s an example of scaling an exponential variable?

A

If X ~ Exp(4), and Y = 2X, then Y ~ Exp(8)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When shifting and scaling a normal variable, does it remain normal?

A

Yes. The normal distribution is closed under linear transformations.

17
Q

In example 2.16.2, why is aX + c still normal if X ~ Normal?

A

Because the normal distribution is preserved under shifting and scaling.