Mathematical Statistics (MA212M) : Lecture Slides
Mathematical Statistics (MA212M) : Lecture Slides
Mathematical Statistics (MA212M) : Lecture Slides
Lecture Slides
Lecture 25
Sufficient Statistics
Def: A statistic T = T (X ) is called a sufficient statistic for unknown
parameter θ is the conditional distribution of X given T = t does
not include θ for all t in the support of T .
i.i.d.
Pn 117: X1 , X2 , . . . , Xn ∼ Bernoulli(p), p ∈ (0, 1). Take
Example
T = i=1 Xi . We know that T ∼ Bin(n, p). Now for
t = 0, 1, . . . , n,
P (X1 = x1 , . . . , Xn = xn , T = t)
P (X1 = x1 , . . . , Xn = xn |T = t) =
Qn xT = t1−x
i=1 p i (1−p) i if Pn x = t
(
P(X1 =x1 , ..., Xn =xn ) P n
T =t if i=1 xi = t (nt)pt (1−p)n−t i=1 i
= =
0 otherwise 0 otherwise
( 1 Pn
n if i=1 xi = t
= (t )
0 otherwise,
Pn
which does not include p. Hence T = i=1 Xi is a sufficient statistics for p.
Nayman-Fisher Factorization Theorem
i.i.d.
Example 118: Let X1 , X2 , . . . , Xn ∼ P(λ), λ > 0. Here the
likelihood function is
e −nλ λnx
L(λ, x) = Qn = h(x)gλ (T (x)) ,
i=1 (xi !)
−1
where h(x) = [ ni=1 (xi !)] , gλ (t) = e −nλ λnt , and T (x) = x. This
Q
shows that T = X is a sufficient statistic for λ.
i.i.d. 2
Example 119: Let X1 , X2 , . . . , Xn ∼ N(µ, σP ), µ ∈ R and σ > 0.
A sufficient statistic for (µ, σ ) is ( i=1 Xi , ni=1 Xi2 ).
2 n
P
Examples
i.i.d.
Example 120: Let X1 , X2 , . . . , Xn ∼ U(0, θ), θ > 0. Here the
likelihood function is
1
L(θ, x) = I(0, ∞) (x(1) )I(0, θ) (x(n) )
θn
= h(x)gθ (T (x)) ,
where h(x) = I(0, ∞) (x(1) ), gθ (t) = θ1n I(0, θ) (t) and T (x) = x(n) . Hence
T = X(n) is sufficient statistic for θ.
i.i.d.
Example 121: Let X1 , X2 , . . . , Xn ∼ U(θ − 1/2, θ + 1/2), θ ∈ R.
Here the likelihood function is
where h(x) = 1, gθ (t) = I(θ−1/2, θ+1/2) (x(1) )I(θ−1/2, θ+1/2) (x(n) ) and
T (x) = (x(1) , x(n) ). Hence T = X(1) , X(n) is sufficient for θ.
Remarks