Lecture 6
Lecture 6
So
n
p(x; θ) = px1 1 px2 2 px3 3 = θx1 +x2 (1 − 2θ)x3 .
x1 x2 x3
Suppose that X = (1, 3, 2). Then
6!
L(θ) = θ1 θ3 (1 − 2θ)2 ∝ θ4 (1 − 2θ)2 .
1! 3! 2!
Now suppose that X = (2, 2, 2). Then
6!
L(θ) = θ2 θ2 (1 − 2θ)2 ∝ θ4 (1 − 2θ)2 .
2! 2! 2!
Hence, the likelihood function is the same for these two datasets.
1
Example 3 Let X1 , . . . , Xn ∼ Bernoulli(p). Then
L(p) ∝ pX (1 − p)n−X
P
for p ∈ [0, 1] where X = i Xi .
Proof. Homework.
The unknown parameter does not appear in the likelihood. In fact, there are no unknown
parameters in the likelihood! The likelihood function contains no information at all.
But we can estimate θ. Let
N
1 X
θb = cj Sj .
N π j=1
Then E(θ)
b = θ. Hoeffding’s inequality implies that
2 π2
P(|θb − θ| > ) ≤ 2e−2n .