STAT 801
Problems: Assignment 5
Postscript version of these questions
- Suppose
are independent
random variables. (This is the
usual set-up for the one-way layout.)
- Find the MLE's for
and
.
- Find the expectations and variances of these estimators.
- Let
be the error sum of squares in the
th cell in the
previous question.
- Find the joint density of the
.
- Find the best estimate of
of the form
in the sense of mean squared error.
- Do the same under the condition that the estimator must be unbiased.
- If only
are observed what is the MLE of
?
- Find the UMVUE of
for the usual one-way layout model,
that is, the model of the last two questions.
- In question 1 take
for all
and let
. What happens to the MLE of
?
- Suppose that
are independent random variables
and that
are the corresponding values of some covariate.
Suppose that the density of
is
where
, and
are unknown parameters.
- Find the log-likelihood, the score function and the Fisher information.
- For the data set in
~lockhart/teaching/courses/801/Data/Extreme_Value_Data
fit the
model and produce a contour plot of the log-likelihood surface, the profile
likelihood for
and an approximate 95% confidence interval for
.
- Consider the random effects one way layout. You have data
and a model
where the
's are iid
and the
's are iid
. The
s are
independent of the
s.
- Compute the mean and variance covariance matrix of the vector you
get by writing out all the
as a vector.
- Suppose that
is a matrix of the form
where
is a
identity and
denotes a column vector of
ones.
Show that
is of the form
and find
and
.
In what follows you may use the fact that the determinant of
is
.
- Write down the likelihood.
- Find minimal sufficient statistics.
- Are they complete?
- Data sets like this are usually analyzed based on
the fixed effects ANOVA table. Use the formulas for
expected mean squares in this table to develop
``method of moments'' estimates of the three parameters.
(Because the data are not iid this is not going to be
exactly the same technique as the examples in class.)
- Can you find the MLE's?
- For each of the doses
a number of animals
are treated with the corresponding dose of some drug. The
number dying at dose
is Binomial with parameter
. A common model
for
is
- Find the likelihood equations for estimating
and
.
- Find the Fisher information matrix.
- Define the parameter LD50 as the value of
for which
;
express LD50 as a function of
and
.
- Use a Taylor expansion to find large sample confidence limits for LD50.
- At each of the doses -3.204, -2.903, -2.602, -2.301 and -2.000 a sample
of 40 mice were exposed to antipneumonococcus serum. The numbers surviving
were 7, 18, 32, 35, and 38 respectively. Get numerical values for the theory
above. You can use glm or get preliminary estimates based on linear
regression of the MLE of
against dose.
- Suppose
are a sample of size
from the density
In the following question
the digamma function
is defined by
and the trigamma
function
is the derivative of the digamma function. From
the identity
you can deduce
recurrence relations for the digamma and trigamma functions.
- For
known find the mle for
.
- When both
and
are unknown what equation must be
solved to find
, the mle of
?
- Evaluate the Fisher information matrix.
- A sample of size 20 is in the file
~lockhart/teaching/courses/801/Data/Gamma_Data.
Use this data in the following questions. First take
and find
the mle of
subject to this restriction.
- Now use
and
to
get method of moments estimates
and
for
the parameters. (This was done in class so I just mean get numbers.)
- Do two steps of Newton Raphson to get MLEs.
- Use Fisher's scoring idea, which is to replace the second derivative
in Newton Raphson with the Fisher information (and then not change it
as you run the iteration), to redo the previous question.
- Compute standard errors for the MLEs and compare the difference
between the estimates in the previous 2 questions to the SEs.
- Do a likelihood ratio test of
.
Richard Lockhart
2001-03-30