In our likelihood examples we discussed modelling inter-arrival times at an A&E department using an Exponential distribution. The exponential pdf is given by
for and , where is the rate parameter.
Based on the inter-arrival times (in minutes):
giving , we came up with the MLE for of .
Now, .
How would we go about finding an estimate for ?
Method 1: re-write the pdf as
where and , to give a likelihood of
then find the MLE by the usual approach.
Method 2: Since , presumably .
Which method is more convenient?
Which method appears more rigorous?
In fact, both methods give the same solution always. This property is called invariance to reparameterization of the MLE. It is a nice property both because it agrees with our intuition, and saves us a lot of potential calculation.
If is the MLE of and is a monotonic function of , , then the MLE of is .
Write . The likelihood for is , and for is . Note that as is monotonic and define by . To show that is the MLE,
as is MLE. But
∎
This means that both methods above must give the same answer.
Show this works for the case above, by demonstrating that Method 1 leads to .
The following corollary follows immediately from invariance of the MLE to reparametrisation.
Confidence intervals based on the deviance are invariant to reparametrisation, in the sense that
by Theorem above, which equals
∎
The practical consequence of this is that if
is a deviance confidence interval with coverage for ,
then
is a deviance confidence interval with coverage for .
(Of course, ).
IMPORTANT: This simple translation does not hold for confidence intervals based on the asymptotic distribution to the MLE. This is because that depends on the second derivative of with respect to the parameter, which will be different in more complicated ways for different parameter choices.
This will be explored more in MATH330 Likelihood Inference.