Chapter 3: Problem 2
The mgf of a random variable \(X\) is \(\left(\frac{2}{3}+\frac{1}{3}
e^{t}\right)^{9}\).
(a) Show that
$$
P(\mu-2 \sigma
Chapter 3: Problem 2
The mgf of a random variable \(X\) is \(\left(\frac{2}{3}+\frac{1}{3}
e^{t}\right)^{9}\).
(a) Show that
$$
P(\mu-2 \sigma
All the tools & learning materials you need for study success - in one app.
Get started for freeLet \(X_{1}\) and \(X_{2}\) be independent random variables. Let \(X_{1}\) and
\(Y=X_{1}+X_{2}\) have chi-square distributions with \(r_{1}\) and \(r\) degrees of
freedom, respectively. Here \(r_{1}
For this exercise, the reader must have access to a statistical package that obtains the binomial distribution. Hints are given for \(\mathrm{R}\) code, but other packages can be used too. (a) Obtain the plot of the pmf for the \(b(15,0.2)\) distribution. Using \(\mathrm{R}\), the following commands return the plot: \(x<-0: 15 ;\) plot \(\left(\operatorname{dbinom}(x, 15, .2)^{-} x\right)\) (b) Repeat part (a) for the binomial distributions with \(n=15\) and with \(p=\) \(0.10,0.20, \ldots, 0.90 .\) Comment on the shapes of the pmf's as \(p\) increases. Use the following \(\mathrm{R}\) segment: \(\mathrm{x}<-0: 15 ; \quad\) par \((\mathrm{mfrow}=\mathrm{c}(3,3)) ; \mathrm{p}<-1: 9 / 10\) for \((j\) in \(p)\left\\{\right.\) plot \(\left(\right.\) dbinom \(\left.(x, 15, j)^{\sim} x\right) ;\) title(paste \(\left.\left.(" p=", j)\right)\right\\}\) (c) Let \(Y=\frac{X}{n}\), where \(X\) has a \(b(n, 0.05)\) distribution. Obtain the plots of the pmfs of \(Y\) for \(n=10,20,50,200 .\) Comment on the plots (what do the plots seem to be converging to as \(n\) gets large? ).
If \(x=r\) is the unique mode of a distribution that is \(b(n, p)\), show that
$$
(n+1) p-1
Show, for \(k=1,2, \ldots, n\), that $$ \int_{p}^{1} \frac{n !}{(k-1) !(n-k) !} z^{k-1}(1-z)^{n-k} d z=\sum_{x=0}^{k-1}\left(\begin{array}{l} n \\ x \end{array}\right) p^{x}(1-p)^{n-x} . $$ This demonstrates the relationship between the cdfs of the \(\beta\) and binomial distributions.
Suppose \(\mathbf{X}\) is distributed \(N_{n}(\boldsymbol{\mu}, \mathbf{\Sigma}) .\) Let \(\bar{X}=n^{-1} \sum_{i=1}^{n} X_{i}\). (a) Write \(\bar{X}\) as aX for an appropriate vector a and apply Theorem \(3.5 .2\) to find the distribution of \(\bar{X}\). (b) Determine the distribution of \(\bar{X}\) if all of its component random variables \(X_{i}\) have the same mean \(\mu\).
What do you think about this solution?
We value your feedback to improve our textbook solutions.