FS1 Chapters 1-6 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
What is Var(X) of a distribution X~ NB(r,p)?
Var(X)= r(1-p)/ p^2
What is the central limit theorem?
The mean of a large random sample taken from any random distribution is always approximately normally distributed
What is the distribution for the central limit theorem?
For distribution with mean μ and standard deviation σ and sample size of n ,
Xbar ~ N(μ, (σ/√n)^2)
What are the hypotheses for chi squared tests?
Ho: observed values follow theoretical distribution
H1: observed values do not follow theoretical distribution
How is the chi squared value calculated?
Σ(O-E)^2/E
O: observed values
E: expected values
When do you combine classes?
When expected values are less than 5, you combine down until they are greater than 5
How do you find the number of degrees of freedom usually?
Number of classes (after combining) - 1
When is the result significant for chi squared tests?
When the chi squared value is greater than the critical value, so Ho is rejected
What do you do when you are given or not given the parameter (probability or mean) for a chi squared test?
If given, do nothing
If calculated, - 1 from degrees of freedom
How do you calculated expected frequency for contingency tables?
(row total x column total)/grand total
How do you calculate degrees of freedom for a contingency table?
(no. rows - 1) x (no. columns - 1)
What do you do if expected frequency in a column is less than 5?
Combine columns