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))
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))
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)
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