Loading [MathJax]/jax/output/HTML-CSS/jax.js

Example Problems on Sufficient Statistics

ST702 Homework 1 on Sufficient Statistics

5.23

Let Ui, i=1,2, be independent uniform(0,1) random variables, and let X have the distribution

P(X=x)=cx!, x=1,2,3,

where c=1/(e1). Find the distribution of

Z=min{U1,,UX}

(Hint: Note that the distribution of Z|X=x is that of the first-order statistic from the sample of size x.)

P(Z>z)=x=1P(Z>z|x)P(X=x)

Notice that P(Z>z|x) is the CDF of the minimum order statistic.

P(Z>z)=x=1P(Z>z|x)P(X=x)=x=1[1PU(z)]xP(X=x)=x=1[1z010]xcx!=cx=1(1z)xx!=c(e1z1)Taylor series=e1z1e1for z[0,1]

6.1

Let X be one observation from a n(0,σ2) population. Is |X| a sufficient statistic?

Notice that X2=|X|2.

f(x|σ2)=12πσ2e(x0)2/(2σ2)=12πσ2e|x|2/(2σ2)g(T(x)|σ2)1h(x)

Thus, |X| is a sufficient statistic by the Factorization Theorem.

6.3

Let X1,,Xn be a random sample from the pdf

f(x|μ,σ)=1σe(xμ)/σ,μ<x<, 0<σ<

Since we have a random sample, our joint pdf is the product of the marginals.

f(x|μ,σ)=ni=1fX=ni=11σe(xiμ)/σI(μ<xi<)=1σe(xiμ)/σI(μ<x(1)<)

Notice that the indicator function becomes only a function of the miminum order statistic. Thus, our sufficient statistic is (Xi,X(1)).

6.5

Let X1,,Xn be independent random variables with pdfs

f(xi|θ)={12iθi(θ1)<xi<i(θ+1)0otherwise,

where θ>0. Find a two-dimensional sufficient statistic for θ.

Since we have an independent sample, our joint pdf is the product of the marginals.

fx=ni=1f(xi|θ)=ni=112iθI(i(θ1)<xi<i(θ+1))=(12θ)2ni=11iI(i(θ1)<xi)I(xi<i(θ+1))=(12θ)2ni=11iI((θ1)<xi/i)I(xi/i<(θ+1))

Notice that the first indicator is only 1 if (θ1)<min(xi/i) and the second indicator is only 1 if max(xi/i)<θ+1. So, our sufficient statistic is (min(xi/i), max(xi/i)).

6.13

Suppose X1 and X2 are iid observations from the pdf f(x|α)=αxα1exα, x>0, α>0. Show that log(X1)/log(X2) is an ancillary statistic.

Take U=log(X1) and V=log(X2). Then,

FU(u)=P(Uu)=P(log(X1)u)=P(X1eu)fU(u)=fx(eU)eU=α(eu)α1e(eu)αeu=αeuαeeuα=αeuαeuα<u<

Notice that V follows the same form. In fact, these form a scale family with rate parameter 1α. Take U=A1 and V=A2. In chapter 3, we learned that we can write Ai=1αBi where B1 and B2 are iid from the same scale family with the scale parameter set to 1. So, Bi looks like

fBi(bi)=1ebi1ebi1=ebiebi.

Notice that this does not depend on α. Thus,

log(X1)log(X2)=UV=A1A2=1/αB11/αB2.

This does not depend on α, so log(X1)log(X2) is an ancillary statistic for α.