Other stats (combination of linear variables) Flashcards
How do you find an unbiased estimate of the variance of a population from sample?
s^2 = n/(n-1) x (Var(x))
How do you find an unbiased estimate of the population mean from the sample?
Unbiased estimate of the mean = (Sum of x)/n
Var(X + Y) = ?
Var(X + Y) = Var(X) + Var(Y)
Var(aX+c) = ?
Var(aX+c) = a^2Var(X)
E(aX + bY + c) = ?
E(aX + bY + c) = aE(X) + bE(Y) + c
Var(aX + bY + c) = ?
Var(aX + bY + c) = a^2Var(X) + b^2Var(Y)
Var(X_1 + X_2) = ?
Var(X_1 + X_2) = Var(X_1) + Var(X_2)
Var(2X) = ?
Var(2X) = 4Var(X)
Var(x̄) = ?
x̄ means sample _ and X means population
Var(x̄) = Var(X)/n
E(x̄) = ?
x̄ means sample _ and X means population
E(x̄) = E(X)
What happens if you sum random variables which follow a normal distribution?
The sum of variables will also follow a normal distribution
Define the Central Limit Theorem
For any distribution,
if E(X) = a, Var(X) = b^2, and n>25, then the approximate distributions are given by:
x̄ ~ N(a, b^2/n)