Hypothesis testing and confidence intervals Flashcards
Define a power function
binary function: πΦ(theta) = P( X in RΦ) = E[ Φ(X) ] = P (reject H0) - if 1 reject H0 - if 0 do not reject H0 where Φ is the test
Define a UMP at level alpha
test Φ at level alpha satisfying:
- sup_θ πΦ(θ) = P( X in RΦ) = E[ Φ(X) ] = P (reject H0)
- for all θ, πΦ(θ) <= πΦ(θ) for any other level alpha test Φ
State the Neyman-Pearson lemma for simple hypothesis
H0: θ = θ0
H1: θ = θ1
UMP is Φ(x) =
1 if f_theta1(x)/f_theta0(x) >= k
0 if f_theta1(x)/f_theta0(x) < k
compute k : P(f_theta1(x)/f_theta0(x) > k) = alpha or P(x > c) for non-decreasing likelihood function
State the Karlin-Rubin theorem for one-sided hypothsis
H0: theta <= theta_0 (or theta = theta_0)
H1: theta > theta_0
if there exists a T(X) such that f has monotone likelihood (ie. f_theta2/f_theta1 is non-decreasing wrt T(X) for any theta2 > theta1) then UMP is Φ(x) =
1 if T(x) >= k
0 if T(x) < k
compute k : P(T(X) >= k) = alpha
State the Wilk’s theorem for “two-sided” hypothesis
H0 : theta = theta_0
H1 : theta =/= theta_0
if f_theta satisfies the model assumptions 3.1, then
2log Λ(X) ->d X2_p (chi-squared where p is dimension of theta)
Define a confidence interval
C(x) such that P( theta in C(X)) = 1-alpha for all theta
Strategies to find CI
- using pivotal quantities (whose quantity doesn’t depend on theta) and rearranging
- using (1-alpha) quantiles
cf. revision handout