You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson consolidates results about linear combinations of random variables, covering both the general case and the special case of normal distributions. It also addresses the distribution of sample statistics and their role in inference.
For any random variables X and Y (not necessarily independent):
| Result | Formula |
|---|---|
| E(aX+bY) | aE(X)+bE(Y) |
| Var(aX+bY) | a2Var(X)+b2Var(Y)+2abCov(X,Y) |
If X and Y are independent, then Cov(X,Y)=0:
Var(aX+bY)=a2Var(X)+b2Var(Y)
| Combination | E | Var (independent) |
|---|---|---|
| X+Y | E(X)+E(Y) | Var(X)+Var(Y) |
| X−Y | E(X)−E(Y) | Var(X)+Var(Y) |
| 3X | 3E(X) | 9Var(X) |
| X+5 | E(X)+5 | Var(X) |
Exam Tip: The variance of X−Y is Var(X)+Var(Y) (plus, not minus) when X and Y are independent. This is tested frequently and is a common source of errors.
If X1,X2,…,Xn are i.i.d. with mean μ and variance σ2:
E(∑i=1nXi)=nμ
Var(∑i=1nXi)=nσ2
Xˉ=n1∑i=1nXi
| Property | Value |
|---|---|
| E(Xˉ) | μ |
| Var(Xˉ) | σ2/n |
| SD(Xˉ) | σ/n (standard error) |
The sample mean is an unbiased estimator of the population mean: E(Xˉ)=μ.
As n increases, Var(Xˉ) decreases, meaning Xˉ becomes a more precise estimator of μ.
A toy is assembled in two stages. Stage 1 takes time X∼N(10,4) minutes and Stage 2 takes time Y∼N(15,9) minutes, independently.
Total time: T=X+Y∼N(10+15,4+9)=N(25,13).
P(T>30)=P(Z>1330−25)=P(Z>1.387)=1−0.9173=0.0827
Difference: D=Y−X∼N(15−10,9+4)=N(5,13).
P(D<0)=P(Z<130−5)=P(Z<−1.387)=0.0827
Let X∼N(10,4).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.