Exercises

ex-ch06-01

Easy

Let Y1,,YnY_1, \ldots, Y_n be i.i.d. Bernoulli(θ)(\theta). Derive the MLE of θ\theta and verify that it is unbiased.

ex-ch06-02

Easy

Let Y1,,YnY_1, \ldots, Y_n be i.i.d. Poisson(λ)(\lambda). Find the MLE of λ\lambda and compute its Fisher information.

ex-ch06-03

Medium

Let Y1,,YnY_1, \ldots, Y_n be i.i.d. N(θ,θ)\mathcal{N}(\theta, \theta) with θ>0\theta > 0 (mean and variance equal). Derive the score equation and find the MLE in closed form.

ex-ch06-04

Easy

Use the invariance property to find the MLE of the standard deviation σ\sigma from i.i.d. N(0,σ2)\mathcal{N}(0, \sigma^2) observations, given the MLE of σ2\sigma^2.

ex-ch06-05

Medium

For i.i.d. exponential YiExp(θ)Y_i \sim \text{Exp}(\theta), compute the finite-sample bias of θ^ml=1/Yˉ\hat\theta_{\text{ml}} = 1/\bar Y and show it is O(1/n)O(1/n).

ex-ch06-06

Medium

Show that for i.i.d. YiN(μ,σ2)Y_i \sim \mathcal{N}(\mu, \sigma^2) the MLE σ^ml2=n1i(YiYˉ)2\hat\sigma^2_{\text{ml}} = n^{-1}\sum_i(Y_i - \bar Y)^2 has asymptotic variance 2σ4/n2\sigma^4/n, matching the CRLB for σ2\sigma^2.

ex-ch06-07

Medium

Let Y=Aθ+Z\mathbf{Y} = \mathbf{A}\boldsymbol{\theta} + \mathbf{Z} with ZN(0,σ2I)\mathbf{Z} \sim \mathcal{N}(\mathbf{0}, \sigma^2 \mathbf{I}) and ARn×m\mathbf{A} \in \mathbb{R}^{n\times m} of full column rank. Write the MLE and its covariance, and identify it as a BLUE.

ex-ch06-08

Medium

For i.i.d. Laplace observations fθ(y)=12eyθf_\theta(y) = \tfrac{1}{2}e^{-|y-\theta|}, show that the MLE of the location θ\theta is the sample median.

ex-ch06-09

Hard

(Pareto tail index) Y1,,YnY_1, \ldots, Y_n i.i.d. with density fα(y)=αy0αy(α+1)f_\alpha(y) = \alpha y_0^\alpha y^{-(\alpha+1)} for yy0y \geq y_0, y0y_0 known. Find the MLE of α\alpha and its asymptotic distribution.

ex-ch06-10

Medium

Implement Fisher scoring for Poisson GLM: YiPoisson(exp(xiTβ))Y_i \sim \text{Poisson}(\exp(\mathbf{x}_i^\mathsf{T}\boldsymbol{\beta})). Derive the score, the FIM, and the scoring update.

ex-ch06-11

Medium

Derive the Cramer-Rao bound for the frequency f0f_0 of a single complex sinusoid Y[n]=Aej(2πf0n+ϕ)+W[n]Y[n] = A e^{j(2\pi f_0 n + \phi)} + W[n], W[n]CN(0,σ2)W[n]\sim \mathcal{CN}(0,\sigma^2), n=0,,N1n=0,\ldots,N-1, treating AA and ϕ\phi as known.

ex-ch06-12

Easy

Show that for the Gaussian mean model N(θ,σ2)\mathcal{N}(\theta, \sigma^2) with known σ2\sigma^2, the MLE is efficient (achieves CRLB) for every finite nn.

ex-ch06-13

Hard

(Consistency via Jensen) For i.i.d. observations, show that θ0=argmaxθEθ0[logfθ(Y)]\theta_0 = \arg\max_\theta \mathbb{E}_{\theta_0}[\log f_\theta(Y)] using Jensen's inequality, and interpret the difference Eθ0[logfθ0(Y)]Eθ0[logfθ(Y)]\mathbb{E}_{\theta_0}[\log f_{\theta_0}(Y)] - \mathbb{E}_{\theta_0}[\log f_\theta(Y)] as the KL divergence.

ex-ch06-14

Medium

(Profile likelihood) In the Gaussian AR(1) model Yt=ρYt1+WtY_t = \rho Y_{t-1} + W_t with WtN(0,σ2)W_t \sim \mathcal{N}(0,\sigma^2) i.i.d., ρ<1|\rho| < 1, find the MLE of ρ\rho by profiling out σ2\sigma^2.

ex-ch06-15

Hard

(Two-sinusoid MLE is non-convex) For Y[n]=A1cos(2πf1n)+A2cos(2πf2n)+W[n]Y[n] = A_1\cos(2\pi f_1 n) + A_2\cos(2\pi f_2 n) + W[n] with W[n]N(0,σ2)W[n]\sim\mathcal{N}(0,\sigma^2), explain why the joint MLE in (f1,f2)(f_1, f_2) has multiple local maxima and recommend a practical algorithm.

ex-ch06-16

Medium

Show that the Kaczmarz/normal-equation step θ^=(ATA)1ATy\hat{\boldsymbol{\theta}} = (\mathbf{A}^\mathsf{T}\mathbf{A})^{-1}\mathbf{A}^\mathsf{T}\mathbf{y} for the Gaussian linear model with Σ=σ2I\boldsymbol{\Sigma} = \sigma^2\mathbf{I} is the orthogonal projection of y\mathbf{y} onto the column space of A\mathbf{A}.

ex-ch06-17

Challenge

(Regularity failure) For the shifted exponential fθ(y)=e(yθ)1yθf_\theta(y) = e^{-(y-\theta)}\mathbf{1}_{y\geq\theta}, find the MLE of θ\theta, its exact distribution, and its convergence rate. Is it asymptotically Gaussian?

ex-ch06-18

Medium

Show that if θ^n\hat\theta_n is an asymptotically efficient estimator, then so is θ^n+c/n\hat\theta_n + c/n for any fixed constant cc.

ex-ch06-19

Medium

Use the delta method with invariance to compute the asymptotic variance of 1/θ^ml\hat{1/\theta}_{\text{ml}} in the exponential model, and verify it equals 1/(nθ2)1/(n\theta^2) plus higher-order terms.

ex-ch06-20

Hard

(Tone in colored noise) Let y=As(f0)+w\mathbf{y} = A\mathbf{s}(f_0) + \mathbf{w} with s(f)n=ej2πfn\mathbf{s}(f)_n = e^{j2\pi f n}, wCN(0,Cw)\mathbf{w} \sim \mathcal{CN}(\mathbf{0}, \mathbf{C}_w) where Cw\mathbf{C}_w is known. Derive the MLE of f0f_0 and interpret it as a generalized periodogram.