Robert_V._Hogg,_Joseph_W._McKean,_Allen_T._Craig

(Jacob Rumans) #1
358 Maximum Likelihood Methods

The log of the likelihood simplifies to

l(θ)=

∑n

i=1

logf(xi;θ)=nθ−nx− 2

∑n

i=1

log(1 + exp{−(xi−θ)}).

Using this, the first partial derivative is


l′(θ)=n− 2

∑n

i=1

exp{−(xi−θ)}
1+exp{−(xi−θ)}

. (6.1.9)


Setting this equation to 0 and rearranging terms results in the equation

∑n

i=1

exp{−(xi−θ)}
1+exp{−(xi−θ)}

=
n
2

. (6.1.10)


Although this does not simplify, we can show that equation (6.1.10) has a unique
solution. The derivative of the left side of equation (6.1.10) simplifies to


(∂/∂θ)

∑n

i=1

exp{−(xi−θ)}
1+exp{−(xi−θ)}

=

∑n

i=1

exp{−(xi−θ)}
(1 + exp{−(xi−θ)})^2

> 0.

Thus the left side of equation (6.1.10) is a strictly increasing function ofθ. Finally,
the left side of (6.1.10) approaches 0 asθ→−∞and approachesnasθ→∞.
Thus equation (6.1.10) has a unique solution. Also, the second derivative ofl(θ)is
strictly negative for allθ; hence, the solution is a maximum.
Having shown that the mle exists and is unique, we can use a numerical method
to obtain the solution. In this case, Newton’s procedure is useful. We discuss this
in general in the next section, at which time we reconsider this example.


Example 6.1.3.In Example 4.1.2, we discussed the mle of the probability of
successθfor a random sampleX 1 ,X 2 ,...,Xnfrom the Bernoulli distribution with
pmf
p(x)=

{
θx(1−θ)^1 −x x=0, 1
0elsewhere,

where 0≤θ≤1. Recall that the mle isX, the proportion of sample successes.
Now suppose that we know in advance that, instead of 0≤θ≤1,θis restricted
by the inequalities 0≤θ≤ 1 /3. If the observations were such thatx> 1 /3, then


xwould not be a satisfactory estimate. Since∂l∂θ(θ)>0, providedθ<x, under the

restriction 0≤θ≤ 1 /3, we can maximizel(θ)bytakinĝθ=min


{
x,^13

}
.

The following is an appealing property of maximum likelihood estimates.

Theorem 6.1.2.LetX 1 ,...,Xnbe iid with the pdff(x;θ),θ∈Ω.Foraspecified


functiong,letη=g(θ)be a parameter of interest. Supposeθ̂is the mle ofθ.Then
g(̂θ)is the mle ofη=g(θ).
Free download pdf