STAT 801
Problems: Assignment 5
Postscript version of these questions
- 1.
- Suppose
are iid
and
are iid
.
Assume the Xs are
independent of the Ys.
- (a)
- Find complete and sufficient statistics.
- (b)
- Find UMVUE's of
and
.
- (c)
- Now suppose you know that
.
Find UMVUE's of
and of
.
(You have already found
the UMVUE for
.)
- (d)
- Now suppose
and
are unknown but that you
know that
.
Prove there is no UMVUE for
.
(Hint: Find the UMVUE if you knew
with a known.
Use the fact that the solution depends on a to finish the proof.)
- (e)
- Why doesn't the Lehmann-Scheffé theorem apply?
- 2.
- Suppose
iid Poisson(
). Find the
UMVUE for
and for
.
- 3.
- Suppose
iid with
for
. For n=1 and 2
find the UMVUE of
.
(Hint: The expected value of any function of X is a power series in
divided by
.
Set this equal to
and deduce that two power series
are equal. Since this implies their coefficients are the same you can see what
the estimate must be. )
- 4.
- Suppose
are independent
random variables. (This is the
usual set-up for the one-way layout.)
- (a)
- Find the MLE's for
and
.
- (b)
- Find the expectations and variances of these estimators.
- 5.
- Let Ti be the error sum of squares in the ith cell in the
previous question.
- (a)
- Find the joint density of the Ti.
- (b)
- Find the best estimate of
of the form
in the sense of mean squared error.
- (c)
- Do the same under the condition that the estimator must be unbiased.
- (d)
- If only
are observed what is the MLE of
?
- (e)
- Find the UMVUE of
for the usual one-way layout model,
that is, the model of the last two questions.
- 6.
- Exponential families: Suppose
are iid with density
- (a)
- Find minimal sufficient statistics.
- (b)
- If
are the minimal sufficient statistics show
that setting
and solving gives the
likelihood equations. (Note the connection to the method of moments.)
- 7.
- In question 4 take ni=2 for all i
and let
. What happens to the MLE of
?
- 8.
- Suppose that
are independent random variables
and that
are the corresponding values of some covariate.
Suppose that the density of Yi is
where
,
and
are unknown parameters.
- (a)
- Find the log-likelihood, the score function and the Fisher information.
- (b)
- For the data set in
/teaching/courses/801/data1 fit the
model and produce a contour plot of the log-likelihood surface, the profile
likelihood for
and an approximate 95% confidence interval for
.
- 9.
- 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.
- (a)
- Compute the mean and variance covariance matrix of the vector you
get by writing out all the Xij as a vector.
- (b)
- Suppose that M is a matrix of the form aI+b11t where
I is a
identity and 1 denotes a column vector of p ones.
Show that M-1 is of the form cI+d11t and find c and d.
In what follows you may use the fact that the determinant of M is
ap-1(a+pb).
- (c)
- Write down the likelihood.
- (d)
- Find minimal sufficient statistics.
- (e)
- Are they complete?
- (f)
- 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.)
- (g)
- Can you find the MLE's?
- 10.
- For each of the doses
a number of animals
are treated with the corresponding dose of some drug. The
number dying at dose d is Binomial with parameter h(d). A common model
for h(d) is
- (a)
- Find the likelihood equations for estimating
and
.
- (b)
- Find the Fisher information matrix.
- (c)
- Define the parameter LD50 as the value of d for which h(d)= 1/2;
express LD50 as a function of
and
.
- (d)
- Use a Taylor expansion to find large sample confidence limits for LD50.
- (e)
- 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 h(di) against dose.
- 11.
- Suppose
are a sample of size n 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.
- (a)
- For
known find the mle for
.
- (b)
- When both
and
are unknown what equation must be
solved to find
,
the mle of
?
- (c)
- Evaluate the Fisher information matrix.
- (d)
- A sample of size 20 is in the file
/teaching/801/gamma.
Use this data in the following questions. First take
and find
the mle of
subject to this restriction.
- (e)
- Now use
and
to
get method of moments estimates
and
for
the parameters. (This was done in class so I just mean get numbers.)
- (f)
- Do two steps of Newton Raphson to get MLEs.
- (g)
- 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.
- (h)
- Compute standard errors for the MLEs and compare the difference
between the estimates in the previous 2 questions to the SEs.
- (i)
- Do a likelihood ratio test of
.
Richard Lockhart
1998-11-18