Exercises

ex-ch05-01

Easy

Let Y1,,YnY_1, \ldots, Y_n be i.i.d. with mean θ\theta and variance σ2\sigma^2. Show that Yˉn=1niYi\bar{Y}_n = \tfrac{1}{n}\sum_i Y_i is unbiased for θ\theta and compute its MSE.

ex-ch05-02

Easy

Let YN(θ,σ2)Y \sim \mathcal{N}(\theta, \sigma^2) with σ2\sigma^2 known. Compute J(θ)J(\theta) from both expressions (squared score and negative expected curvature) and verify they agree.

ex-ch05-03

Easy

For nn i.i.d. N(θ,σ2)\mathcal{N}(\theta, \sigma^2) samples with σ2\sigma^2 known, state the CRB on the variance of any unbiased estimator of θ\theta.

ex-ch05-04

Medium

For YPoisson(λ)Y \sim \mathrm{Poisson}(\lambda), compute J(λ)J(\lambda) and the CRB on any unbiased estimator of λ\lambda from a single observation.

ex-ch05-05

Medium

Let Y1,,YnY_1, \ldots, Y_n be i.i.d. Bernoulli(p)\mathrm{Bernoulli}(p). Show that p^=Yˉ\hat{p} = \bar{Y} is the MVUE of pp.

ex-ch05-06

Medium

Observe Yi=Acos(ω0i+ϕ)+ZiY_i = A\cos(\omega_0 i + \phi) + Z_i, i=0,,n1i=0,\ldots,n-1, with ZiZ_i \sim i.i.d. N(0,σ2)\mathcal{N}(0, \sigma^2), known AA and ω0\omega_0, unknown ϕ\phi. Derive the CRB on ϕ^\hat{\phi}.

ex-ch05-07

Medium

For the Gaussian amplitude model Y=As+Z\mathbf{Y} = A\mathbf{s} + \mathbf{Z} with ZN(0,σ2I)\mathbf{Z} \sim \mathcal{N}(\mathbf{0}, \sigma^2\mathbf{I}), show that the matched-filter estimator A^(Y)=sTY/s2\hat{A}(\mathbf{Y}) = \mathbf{s}^T\mathbf{Y}/\|\mathbf{s}\|^2 is (i) unbiased, (ii) efficient, and (iii) Gaussian-distributed.

ex-ch05-08

Medium

For nn i.i.d. samples YiN(μ,σ2)Y_i \sim \mathcal{N}(\mu, \sigma^2) with both parameters unknown, prove that the Bessel-corrected sample variance Sn12=1n1i(YiYˉ)2S^2_{n-1} = \tfrac{1}{n-1}\sum_i(Y_i - \bar{Y})^2 has variance 2σ4/(n1)2\sigma^4/(n-1) and compare with the CRB.

ex-ch05-09

Medium

Prove that if θ^(Y)\hat{\theta}(\mathbf{Y}) is an efficient estimator (attains the scalar CRB), then it is the MVUE.

ex-ch05-10

Hard

Let Y1,,YnY_1, \ldots, Y_n be i.i.d. exponential with rate θ\theta, i.e. fθ(y)=θeθyf_\theta(y) = \theta e^{-\theta y} for y0y \geq 0. Find (i) a sufficient statistic, (ii) the CRB on θ\theta, and (iii) the MVUE.

ex-ch05-11

Hard

Observe YN(0,σ2In)\mathbf{Y} \sim \mathcal{N}(\mathbf{0}, \sigma^2 \mathbf{I}_n), σ2\sigma^2 unknown, YRn\mathbf{Y} \in \mathbb{R}^n. Derive the CRB on σ2\sigma^2 and exhibit the MVUE.

ex-ch05-12

Hard

Consider Yi=Asi+ZiY_i = A s_i + Z_i, i=1,,ni = 1,\ldots,n, with ZiZ_i \sim i.i.d. N(0,σ2)\mathcal{N}(0, \sigma^2), AA and σ2\sigma^2 both unknown. Derive the Fisher information matrix J(A,σ2)\mathbf{J}(A, \sigma^2) and the resulting componentwise CRBs.

ex-ch05-13

Hard

Show that the conditional expectation g~(T(y))\tilde{g}(T(\mathbf{y})) in Rao--Blackwell always lies in the closed convex hull of realizations of g(Y)g(\mathbf{Y}).

ex-ch05-14

Hard

Let Y=As+Z\mathbf{Y} = A\mathbf{s} + \mathbf{Z}, ZN(0,σ2I)\mathbf{Z} \sim \mathcal{N}(\mathbf{0}, \sigma^2\mathbf{I}), ARA \in \mathbb{R} unknown. Starting from the naive unbiased estimator g(Y)=Y1/s1g(\mathbf{Y}) = Y_1/s_1 (assuming s10s_1 \neq 0), verify by direct Gaussian conditioning that the Rao--Blackwellized estimator is sTY/s2\mathbf{s}^T\mathbf{Y}/\|\mathbf{s}\|^2 and compare variances.

ex-ch05-15

Challenge

Let YN(μ(θ),Σ)\mathbf{Y} \sim \mathcal{N}(\boldsymbol{\mu}(\boldsymbol{\theta}), \boldsymbol{\Sigma}) with Σ\boldsymbol{\Sigma} known and θRm\boldsymbol{\theta} \in \mathbb{R}^m. Prove the general Gaussian CRB [J(θ)]ij=(iμ)TΣ1(jμ)[\mathbf{J}(\boldsymbol{\theta})]_{ij} = \bigl(\partial_i\boldsymbol{\mu}\bigr)^T \boldsymbol{\Sigma}^{-1} \bigl(\partial_j\boldsymbol{\mu}\bigr).

ex-ch05-16

Challenge

Consider a bearings-only localization problem: a source at position θR2\boldsymbol{\theta} \in \mathbb{R}^2 is observed by nn sensors at known positions pi\mathbf{p}_i, each returning a noisy bearing Yi=αi(θ)+ZiY_i = \alpha_i(\boldsymbol{\theta}) + Z_i with αi(θ)=arctan ⁣((θ2pi,2)/(θ1pi,1))\alpha_i(\boldsymbol{\theta}) = \arctan\!\bigl((\theta_2 - p_{i,2})/(\theta_1 - p_{i,1})\bigr) and ZiZ_i \sim i.i.d. N(0,σα2)\mathcal{N}(0, \sigma_\alpha^2). Derive the 2×22\times 2 FIM and the geometric interpretation of J1\mathbf{J}^{-1}.

ex-ch05-17

Challenge

Let Y1,,YnY_1, \ldots, Y_n be i.i.d. Uniform(0,θ)\mathrm{Uniform}(0, \theta). Show that the support of fθf_\theta depends on θ\theta, hence the CRB does not apply. Find the MVUE of θ\theta and show that its variance is Θ(1/n2)\Theta(1/n^2) --- strictly faster than the parametric 1/n1/n rate.

ex-ch05-18

Challenge

Show that in the exponential family fθ(y)=h(y)exp(η(θ)TT(y)A(θ))f_\theta(\mathbf{y}) = h(\mathbf{y}) \exp(\eta(\theta)^T T(\mathbf{y}) - A(\theta)), the Fisher information matrix can be written as J(θ)=(θη(θ))TCovθ(T(Y))(θη(θ))\mathbf{J}(\boldsymbol{\theta}) = \bigl(\partial_{\boldsymbol{\theta}} \eta(\boldsymbol{\theta})\bigr)^T \text{Cov}_{\boldsymbol{\theta}}(T(\mathbf{Y})) \bigl(\partial_{\boldsymbol{\theta}} \eta(\boldsymbol{\theta})\bigr).

ex-ch05-19

Medium

Verify the CRB numerically: generate 10001000 Monte Carlo realizations of A^MF=sTY/s2\hat{A}_{\text{MF}} = \mathbf{s}^T\mathbf{Y}/\|\mathbf{s}\|^2 under Y=As+Z\mathbf{Y} = A\mathbf{s}+\mathbf{Z}, s=116\mathbf{s}=\mathbf{1}_{16}, A=1A=1, σ2=0.25\sigma^2=0.25. Compare the empirical variance to the CRB σ2/s2\sigma^2/\|\mathbf{s}\|^2.

ex-ch05-20

Hard

For YiY_i \sim i.i.d. N(μ,μ2)\mathcal{N}(\mu, \mu^2) (both mean and variance tied to the same parameter μ>0\mu > 0, "coefficient-of-variation 1" family), derive the Fisher information J(μ)J(\mu) and the CRB. Is the sample mean efficient?

ex-ch05-21

Medium

Consider the linear Gaussian model Y=Aθ+Z\mathbf{Y} = \mathbf{A}\boldsymbol{\theta} + \mathbf{Z}, ARn×m\mathbf{A} \in \mathbb{R}^{n\times m} (full column rank), ZN(0,σ2In)\mathbf{Z} \sim \mathcal{N}(\mathbf{0}, \sigma^2\mathbf{I}_n), θRm\boldsymbol{\theta} \in \mathbb{R}^m. Show that the least-squares estimator θ^=(ATA)1ATY\hat{\boldsymbol{\theta}} = (\mathbf{A}^T\mathbf{A})^{-1}\mathbf{A}^T\mathbf{Y} is the MVUE and compute its covariance.