2.2.1 Expected Value Flashcards

(4 cards)

1
Q

how do you take the n-th moment of a discrete random variable?

A

E(X^n) = SUM(x^n * P(X=x))

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

how do you take the n-th moment of a continous random variable?

A

E(X^n) = integral with bound of where the function is defined(x*n * f(x))

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

what are important properties of expectation?

A

E(c) = c
E(cg(X)) = cE(g(X))
E(X_1, … , X_n) = E(X_1) + … + E(X_n)

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

what is conceputally happening when you get the nth moment?

A

you weigh every possible value to the nth power with it’s probability giving you how much it “spreads” from a reference point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly