FS1 Chapters 1-5 Flashcards
How do you find E(X) for discrete random variables?
ΣxP(X=x)
Multiply each outcome and probability together and add
How do you find E(X^2) for discrete random variables?
Σx^2P(X=x)
How do you find Var(X) for discrete random variables?
E(X^2) - (E(X))^2
Mean of the squares minus square of the mean
What is E(aX + b) equal to?
aE(X) + b
What is E(X+Y) equal to?
E(X) + E(Y)
What is Var(aX + b) equal to?
a^2Var(X)
What are the conditions required to use the Poisson distribution?
-Events are independent
-Events occur singly in space or time
-Constant average rate so mean number in a period is proportional to length of period
What is the combined distribution of X and Y, X~ Po(λ) and Y~ Po(μ)?
X+Y~ Po(λ+μ)
What is E(X) and Var(X) in the Poisson distribution?
E(X)= λ
Var(X)= λ
What is E(X) of a binomial distribution X~ B(n,p)?
E(X) = np
What is Var(X) of a binomial distribution X~ B(n,p)?
Var(X) = np(1-p)
What are the conditions needed to use a binomial distribution as an approximation for a Poisson distribution?
n is large
p is small
λ = np
What is E(X) of a distribution X~ Geo(p)?
E(X)= 1/p
What is Var(X) of a distribution X~ Geo(p)?
Var(X)= (1-p)/p^2
What is E(X) of a distribution X~ NB(r,p)?
E(X) = r/p