Expectation & Variance Rules Flashcards
1
Q
What is Expected Value
A
- The arithmetic mean of a variable
2
Q
What is E(X) in the discrete case
A
- ∑xp(x) for all x
3
Q
What is E(X) in the continuous case
A
- ∫xf(x) dx across all real numbers
4
Q
What is the Var(X) equivalent to
A
- Var(X) = E[(X - μ)^2] = E(X^2) - μ^2 = σ^2
5
Q
What is Var(X) equivalent to in the discrete case
A
- ∑(x - μ)^2P(x) for all x
6
Q
What is SD(X)
A
- SD(X) = σ = +sqrt(σ^2)
7
Q
What is E(a)
A
- a
8
Q
What is E(aX)
A
- aE(X)
9
Q
What is E(a +- X)
A
- a +- E(X)
10
Q
What is E(a +- bX)
A
- (a +- E(X)) * b
11
Q
What is E(X + Y)
A
- E(X) + E(Y)
- This can extend for more variables
12
Q
What is E(XY) and what condition has to be satisfied
A
- E(X) * E(Y)
- X and Y have to be independant
13
Q
What is COV(X,Y)
A
- E[(X - E(X)) * (Y - E(Y))] = E(XY) - E(X) * E(Y)
14
Q
When is COV(X,Y) = 0
A
- When X and Y are independent
- If COV(X,Y) is 0 it does not neccasarily mean X and Y are indepedent, but independency gurantees COV(X,Y) = 0
15
Q
What is V(a)
A
- 0
- Constants do not vary
16
Q
What is V(a +- X)
A
- V(X)
- Adding a constant to a variable does not change its variance
17
Q
What is V(a +- bX) and prove it
A
- b^2 * V(X)
- V(a +- bX) = V(bX) = E(b^2X^2) - E(bX)^2 = b^2E(X^2) - b^2E(X)^2 = b^2 * V(X)
18
Q
What is V(X +- Y)
A
- V(X) + V(Y) +- 2COV(X,Y)
19
Q
What is V(X +- Y) when X and Y are independent
A
- V(X) + V(Y)
20
Q
Prove that V(X) = E(X^2) - E(X)^2
A
- V(X) = E[(x - μ)^2] = E(x^2 - 2μx + μ^2) = E(X^2) - 2μE(X) + E(μ^2) = E(X^2) - 2μ^2 + μ^2 = E(X^2) - μ^2 = V(X)