Chapter 6: Problem 2
Given \(f(x ; \theta)=1 / \theta, 0
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 6: Problem 2
Given \(f(x ; \theta)=1 / \theta, 0
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Suppose the pdf of \(X\) is of a location and scale family as defined in Example 6.4.4. Show that if \(f(z)=f(-z)\), then the entry \(I_{12}\) of the information matrix is 0 . Then argue that in this case the mles of \(a\) and \(b\) are asymptotically independent.
Let \(X_{1}, X_{2}, \ldots, X_{n}\) be a random sample on \(X\) that has a \(\Gamma(\alpha=4, \beta=\theta)\) distribution, \(0<\theta<\infty\) (a) Determine the mle of \(\theta\). (b) Suppose the following data is a realization (rounded) of a random sample on \(X\). Obtain a histogram with the argument \(\mathrm{pr}=\mathrm{T}\) (data are in ex6111.rda). \(\begin{array}{lllllllllll}9 & 39 & 38 & 23 & 8 & 47 & 21 & 22 & 18 & 10 & 17 & 22 & 14\end{array}\) \(\begin{array}{llllllllllll}9 & 5 & 26 & 11 & 31 & 15 & 25 & 9 & 29 & 28 & 19 & 8\end{array}\) (c) For this sample, obtain \(\hat{\theta}\) the realized value of the mle and locate \(4 \hat{\theta}\) on the histogram. Overlay the \(\Gamma(\alpha=4, \beta=\hat{\theta})\) pdf on the histogram. Does the data agree with this pdf? Code for overlay: \(\mathrm{xs}=\) sort \((\mathrm{x}) ; \mathrm{y}=\mathrm{dgamma}(\mathrm{xs}, 4,1 / \mathrm{betahat}) ;\) hist \((\mathrm{x}, \mathrm{pr}=\mathrm{T}) ;\) lines \(\left(\mathrm{y}^{\sim} \mathrm{xs}\right)\).
Let \(X\) and \(Y\) be two independent random variables with respective pdfs
$$
f\left(x ; \theta_{i}\right)=\left\\{\begin{array}{ll}
\left(\frac{1}{\theta_{i}}\right) e^{-x / \theta_{i}} & 0
Let \(X_{1}, X_{2}, \ldots, X_{n}\) be a random sample from a \(N(0, \theta)\) distribution. We want to estimate the standard deviation \(\sqrt{\theta}\). Find the constant \(c\) so that \(Y=\) \(c \sum_{i=1}^{n}\left|X_{i}\right|\) is an unbiased estimator of \(\sqrt{\theta}\) and determine its efficiency.
For a numerical example of the \(F\) -test derived in Exercise \(6.5 .7\), here are two generated data sets. The first was generated by the \(\mathrm{R}\) call \(\operatorname{rexp}(10,1 / 20)\), i.e., 10 observations from a \(\Gamma(1,20)\) -distribution. The second was generated by \(\operatorname{rexp}(12,1 / 40)\). The data are rounded and can also be found in the file genexpd. rda. (a) Obtain comparison boxplots of the data sets. Comment. (b) Carry out the F-test of Exercise 6.5.7. Conclude in terms of the problem at level \(0.05\) $$ \begin{aligned} &\mathrm{x}: 11.1 .11 .7 & 12.7 & 9.6 & 14.7 & 1.6 & 1.756 .13 .3 & 2.6 \\ &\mathrm{y}: 55.6 & 40.5 & 32.7 & 25.6 & 70.6 & 1.4 & 51.5 & 12.6 & 16.9 & 63.3 & 5.6 & 66.7 \end{aligned} $$
What do you think about this solution?
We value your feedback to improve our textbook solutions.