Expected Value Flashcards
How to calculate expected value
e(x) = sum of all (x.p(x))
if x and y are random variables
z = x + y
then what is E(Z)
E(Z) = E(X) + E(Y)
what does variance measure
concentration around the expected value
if g(x) = ax + b
a and b are constants
what is E(g(x))
aE(x) + b
how is variance calculated
Var (x) = E |( x - miu)^2|
how is standard deviation calculated
sqroot(variance)
if x-miu is very small, then squaring it will make it
even smaller
if x-miu is very large, then squaring it will make it
even larger
how does variance work
penalises values that are further from the central tendency
if x and y are independent variables what is
E(XY)
E(X)E(Y)
if x and y are independent variables, what is
var (x+y)
Var(x) + var(y)