Expectation & Variance Rules Flashcards

1
Q

What is Expected Value

A
  • The arithmetic mean of a variable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is E(X) in the discrete case

A
  • ∑xp(x) for all x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is E(X) in the continuous case

A
  • ∫xf(x) dx across all real numbers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Var(X) equivalent to

A
  • Var(X) = E[(X - μ)^2] = E(X^2) - μ^2 = σ^2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Var(X) equivalent to in the discrete case

A
  • ∑(x - μ)^2P(x) for all x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is SD(X)

A
  • SD(X) = σ = +sqrt(σ^2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is E(a)

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

What is E(aX)

A
  • aE(X)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is E(a +- X)

A
  • a +- E(X)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is E(a +- bX)

A
  • (a +- E(X)) * b
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is E(X + Y)

A
  • E(X) + E(Y)
  • This can extend for more variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is COV(X,Y)

A
  • E[(X - E(X)) * (Y - E(Y))] = E(XY) - E(X) * E(Y)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is V(a)

A
  • 0
  • Constants do not vary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)