What is E(x)?
The expected value for the Mean of x
How is E(x) calculated?
It is the sum of the value of x times the probability of that value of x occurring
What is Var(x)?
The variance across the values of x
How is Var(x) calculated?
Either:
-Var(x)=E((x-E(x))^2)
or
-Var(x)=E(x^2)-(E(x^2))^2
What is the expectance of x for the binomial distribution given by?
E(X)=np
where:
n-number of trials
p-probability of trials being successful
What is the variance of x for the binomial distribution given by?
Var(X)=np(1-p)