Principles of point estimation Flashcards
Define statistical model
A statistical model for X is any family {P_ θ : θ ∈ Θ} of probability distributions P_ θ for the distribution of X. The set Θ is called the parameter space.
What does it mean to say that a model is identifiable?
P_{ θ1} = P_{ θ2}
implies θ1 = θ2 for all θ1; θ2 ∈ Θ.
What is an exponential family?
pg 5
Define statistic and sampling distribution
A statistic is any function T(X) of the observed data X. The distribution of T(X) is called the sampling distribution of the statistic.
Define bias and asymptotically unbiased
b( θ^) = E[ θ^] - theta
E_ θ[ θˆn] → θ as n → ∞
What is the mean squared error of an estimator?
MSE(theta^) = E_ θ[ ( θ^ - θ)2] = var_ θ( θ^) + b_ θ( θ^)2
Define standard error of an estimator
se(θ^) = sqrt(var(θ^))
Define kth population moment and kth sample moment
μ_k = μk (θ) = E_θ[X^k] μ^_k = (1/n) sum_{i=1}^n X_i^k
What does it mean to say a statistic T(X) is sufficient for θ?
If the conditional distribution of X given T(X) does not depend on θ, i.e.
P(X ∈ A|T = t) = free of θ
State the factorization criterion for sufficiency
pg 9
What does it mean to say T(X) is minimal? State thm 1.2
A sufficient statistic T(X) is minimal if it is a function of every other sufficient statistic,
i.e. if T’(X) is also sufficient, then T’(X) = T’(Y) ⇒ T(X) = T(Y)
the theorem is on pg 11
State the Rao-Blackwell theorem
pg 12