Advanced Stat Inference Final Set1 Solutions
Advanced Stat Inference Final Set1 Solutions
Remark. The solutions are intentionally detailed. Each likelihood, statistic, and limiting distribution is
derived step by step.
Statistical Inference - Comprehensive Final 2 of 11
Solution to Problem 1
T ∼ Gamma(3n, θ),
with density
1
fT (t; θ) = t3n−1 e−t/θ , t > 0.
Γ(3n)θ3n
To prove completeness, suppose Eθ [g(T )] = 0 for every θ > 0. Then
t3n−1 −t/θ
Z ∞
0= g(t) e dt.
0 Γ(3n)θ3n
T
is the MVUE of θ.
3n
Differentiating,
3n T
ℓ′ (θ) = − + 2.
θ θ
Setting ℓ′ (θ) = 0 gives
−3nθ + T = 0,
so
T
θ̂ = .
3n
The second derivative is
3n 2T
ℓ′′ (θ) = − 3.
θ2 θ
For one observation, the log-likelihood is
X
ℓ1 (θ) = −3 log θ − + C(X).
θ
Thus
3 2X
ℓ′′1 (θ) = 2
− 3.
θ θ
Using Eθ [X] = 3θ,
3 2(3θ) 3
I(θ) = −Eθ [ℓ′′1 (θ)] =− 2 − = .
θ θ3 θ2
Hence !
√ 1 θ2
d
n(θ̂ − θ) −
→ N 0, = N 0, .
I(θ) 3
Let g(θ) = log θ. Then g ′ (θ) = 1/θ. By the Delta method,
2 2 !
√ 1 θ 1
d
n{log θ̂ − log θ} −
→ N 0, = N 0, .
θ 3 3
Therefore
√ 1
d
n{log θ̂ − log θ} −
→ N 0, .
3
Statistical Inference - Comprehensive Final 4 of 11
Solution to Problem 2
The likelihood is
n
( )
1 X
L(µ, σ 2 ) = (2πσ 2 )−n/2 exp − 2 (xi − µ)2 .
2σ i=1
Under the unrestricted model, the MLEs are
n
2 1X
µ̂ = X̄, σ̂ = (Xi − X̄)2 .
n i=1
Let n
X
SSE = (Xi − X̄)2 .
i=1
Let n
X
SSE0 = (Xi − µ0 )2 .
i=1
Now decompose
n
X
SSE0 = (Xi − X̄ + X̄ − µ0 )2 = SSE + n(X̄ − µ0 )2 .
i=1
Let √
2 SSE n(X̄ − µ0 )
s = , T = .
n−1 s
Then
SSE0 n(X̄ − µ0 )2 T2
=1+ =1+ .
SSE SSE n−1
Therefore !−n/2
T2
Λ= 1+ .
n−1
Statistical Inference - Comprehensive Final 5 of 11
T ∼ tn−1 .
|T | > tn−1,1−α/2 .
The score statistic can be written using the efficient score for µ after estimating the nuisance parameter
under H0 . The restricted variance estimator is
n
1X
σ̂02 = (Xi − µ0 )2 .
n i=1
n(X̄ − µ0 )2 d 2
Rn = −
→ χ1 .
σ̂02
All three tests have the same limiting null distribution because they are all quadratic approximations to
the same log-likelihood around µ0 . In regular models,
This identity explains the first-order equivalence of likelihood ratio, score, and Wald tests.
Statistical Inference - Comprehensive Final 6 of 11
Solution to Problem 3
The likelihood is n
X
Y n−Y
L(p) = p (1 − p) , Y = Xi .
i=1
Under the unrestricted model, the MLE is
Y
p̂ = .
n
Under H0 , p = p0 . Hence the likelihood ratio is
pY0 (1 − p0 )n−Y
Λ(Y ) = .
p̂Y (1 − p̂)n−Y
pY0 (1 − p0 )n−Y
Λ(Y ) =
(Y /n)Y (1 − Y /n)n−Y
with the usual conventions when Y = 0 or Y = n. The exact LRT rejects for small values of Λ(Y ). Since
Y is discrete, the exact critical region is formed by including values of Y for which Λ(Y ) is smallest until
the null probability is at most α. Under H0 ,
Y ∼ Binomial(n, p0 ).
n(p̂ − p0 )2
Wn = .
p̂(1 − p̂)
p
Under H0 , p̂ →
− p0 and
√ d
n(p̂ − p0 ) −
→ N (0, p0 (1 − p0 )).
Therefore
d
→ χ21 .
Wn −
Solution to Problem 4
T ∼ Gamma(n, θ),
with density
1
fT (t; θ) = tn−1 e−t/θ , t > 0.
Γ(n)θn
The same Laplace transform argument used for gamma families shows completeness: if
then Z ∞
g(t)tn−1 e−yt dt = 0 for all y > 0,
0
η̂ = e−a/θ̂ = e−a/X̄ .
To find the MVUE of η(θ) = Prθ (X1 > a), start from the unbiased estimator
Indeed,
Eθ [1{X1 > a}] = Pr(X1 > a) = e−a/θ .
θ
By Rao-Blackwellization and Lehmann-Scheffe,
E[1{X1 > a} | T ]
is the MVUE.
For exponential samples, conditional on T = t,
X1
| T = t ∼ Beta(1, n − 1).
T
The density of U = X1 /T is
Thus, if t > a, Z 1
a
Pr(X1 > a | T = t) = Pr U > = (n − 1)(1 − u)n−2 du.
t a/t
Let
g(θ) = e−a/θ .
Then
a
g ′ (θ) = e−a/θ .
θ2
By the Delta method,
√ d
2
→ N 0, g ′ (θ) θ2 .
n{g(θ̂) − g(θ)} −
Hence !
√ d a2
→ N 0, 2 e−2a/θ .
n(η̂ − η) −
θ
Statistical Inference - Comprehensive Final 10 of 11
Solution to Problem 5
The log-likelihood is
n
X
ℓ(λ) = {−λ + Xi log λ − log(Xi !)} = −nλ + Y log λ + C,
i=1
where n
X
Y = Xi .
i=1
Using Y = nλ̂,
" ! #
λ̂
LRn = 2n λ̂ log − λ̂ + λ0 .
λ0
Statistical Inference - Comprehensive Final 11 of 11
By Wilks’ theorem,
d
→ χ21 .
LRn −
Thus
U (λ0 )
λ̂ − λ0 = + op (n−1/2 ).
In (λ0 )
Substituting this into the expansion yields
U (λ0 )2
LRn = + op (1) = Rn + op (1).
In (λ0 )
Also
Wn = In (λ0 )(λ̂ − λ0 )2 + op (1) = Rn + op (1).
Therefore Wald, score, and likelihood ratio tests are asymptotically equivalent.