Chapter 3 – Linear Combinations of Random Variables

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

Vocabulary cards covering the main definitions, rules and key points for expectation, variance, and distributions when forming linear combinations of random variables.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Linear Combination (of random variables)

An expression of the form aX + bY + … where a, b,… are constants and X, Y,… are random variables.

2
New cards

Expectation (Mean)

The long-run average value of a random variable; denoted E(X) or μ.

3
New cards

Variance

A measure of spread; the expected squared deviation from the mean, Var(X) = E[(X−μ)²].

4
New cards

Shift Rule for the Mean

E(X + b) = E(X) + b for any constant b.

5
New cards

Scale Rule for the Mean

E(aX) = a·E(X) for any constant a.

6
New cards

General Mean Transformation

E(aX + b) = a·E(X) + b.

7
New cards

Shift Rule for the Variance

Adding a constant does not change variance: Var(X + b) = Var(X).

8
New cards

Scale Rule for the Variance

Var(aX) = a²·Var(X).

9
New cards

General Variance Transformation

Var(aX + b) = a²·Var(X).

10
New cards

Sum – Mean Property

For independent (or any) X, Y: E(X + Y) = E(X) + E(Y).

11
New cards

Sum – Variance Property

For independent X, Y: Var(X + Y) = Var(X) + Var(Y).

12
New cards

Difference – Variance Property

For independent X, Y: Var(X − Y) = Var(X) + Var(Y).

13
New cards

Linear Combination of Two Independent Variables

E(aX + bY) = aE(X) + bE(Y) and Var(aX + bY) = a²Var(X) + b²Var(Y).

14
New cards

Closure of the Normal Distribution

If X and Y are independent normals, then aX + bY is also normal.

15
New cards

Standardisation (Z-score)

Z = (X − μ)/σ, transforming X ~ N(μ,σ²) to Z ~ N(0,1).

16
New cards

Binomial Mean

For X ~ B(n,p): E(X) = np.

17
New cards

Binomial Variance

For X ~ B(n,p): Var(X) = np(1−p).

18
New cards

Poisson Distribution

Discrete distribution with P(X=k)=e^{−λ}λ^k/k!, mean and variance both equal λ.

19
New cards

Sum of Independent Poissons

If X ~ Po(λ) and Y ~ Po(μ), then X + Y ~ Po(λ + μ).

20
New cards

Independent Random Variables

Variables whose outcomes do not influence each other; knowing one gives no information about the other.

21
New cards

2X vs X₁ + X₂

2X doubles a single observation; X₁+X₂ adds two independent observations, changing variance.

22
New cards

Key Point 3.1 (Additive Constant)

E(X + b) = E(X) + b and Var(X + b) = Var(X).

23
New cards

Key Point 3.2 (Scaling)

E(aX) = aE(X) and Var(aX) = a²Var(X).

24
New cards

Key Point 3.3 (Full Transformation)

E(aX + b) = aE(X) + b ; Var(aX + b) = a²Var(X).

25
New cards

Key Point 3.4 (Sum of Independent Variables)

E(X + Y) = E(X) + E(Y); Var(X + Y) = Var(X) + Var(Y).

26
New cards

Key Point 3.5 (General Linear Combination)

For independent X,Y: E(aX + bY) = aE(X)+bE(Y); Var(aX + bY)=a²Var(X)+b²Var(Y).

27
New cards

Key Point 3.6 (Normal Linear Combo)

aX + bY is normal if X and Y are independent normals.

28
New cards

Key Point 3.7 (Poisson Sum)

The sum of independent Poisson variables is Poisson with parameter equal to the sum of parameters.

29
New cards

Standard Deviation

The square root of variance; measures average distance from the mean.