What is the formula for the mean of a discrete random variable?
Sigma(xipi)
What is the formula for variance?
Sigma(xi2pi) - Sigma(xipi)2
How do operations affect expectation?
E(aX + b) = aE(X) + b
How do operations affect variance?
Var(aX + b) = a2Var(X)
How can the expectations of two random variables be combined?
E(X1+ X2) = E(X1) + E(X2)
E(X1- X2) = E(X1) - E(X2)
How can the variance of two random variables be combined?
Var(X1+ X2) = Var(X1) + Var(X2)
Var(X1- X2) = Var(X1) + Var(X2)
What is the formula for the mean in discrete uniform distribution?
1/2(n+1)
What is the formula for the variance in discrete uniform distribution?
1/12(n2-1)