Lecture 13—Friday, February 3, 2006

What was covered?

Terminology Defined

Example of calculating the information

where I use the fact that the expected value of a Poisson random variable is λ.

Calculating the variance of a maximum likelihood estimator

which we would estimate with .

> out$hessian
[,1]
[1,] 14.44799

> #variance obtained numerically
> 1/out$hessian
[,1]
[1,] 0.06921377

> #theoretical variance
> 3.46/50
[1] 0.0692

Interpreting the information

Here φ is the angle the tangent line makes with the curve and s is arc length. Thus curvature is the rate at which you turn (in radians per unit distance) as you walk along the curve. For a function given by the formula , its curvature (applying the definition to the function when written in parametric form) turns out to be the following.

So what does this tell us about the meaning of information?

Fig. 1 Curvature and information

the following conclusions immediately follow.

Curvature
Information
Confidence interval for θ
high
high
low
narrow
low
low
high
wide

Likelihood Ratio Test

It turns out where the degrees of freedom p is the difference in the number of estimated parameters in the two models.

Fig. 2 Geometry of the LR test

Fig. 2 illustrates the geometry of the test. Observe that the LR test measures closeness on the θ-axis by how close the values are on the loglikelihood axis (after being mapped there by the loglikelihood function). In the LR test two values of θ are close only if their loglikelihoods are close. The chi-squared distribution provides the absolute scale for measuring closeness on the loglikelihood axis.

Fig. 3 LR test when the information varies

then scenario B gives us far more information for rejecting the null hypothesis than does scenario A. Observe from Fig. 3 that

Wald Test

As we've seen in Fig. 3 though this distance is not enough. We also need to take into account of the curvature of the loglikelihood. In Fig. 3 the more informative scenario B is the one with the greater curvature. In the Wald test we weight the distance on the θ axis by the curvature of the loglikelihood curves. Formally, the Wald statistic, W, is the following.

where in the second inequality I make use of the relationship between curvature and information described previously. Taking square roots of both sides we have the Wald statistic.

Course Home Page


Jack Weiss
Phone: (919) 962-5930
E-Mail: jack_weiss@unc.edu
Address: Curriculum in Ecology, Box 3275, University of North Carolina, Chapel Hill, 27516
Copyright © 2006
Last Revised--Feb 3, 2006
URL: http://www.unc.edu/courses/2006spring/ecol/145/001/docs/lectures/lecture13.htm