Chapter 9: Problem 13
Fit by the method of least squares the plane \(z=a+b x+c y\) to the five points \((x, y, z):(-1,-2,5),(0,-2,4),(0,0,4),(1,0,2),(2,1,0)\).
/*! 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 9: Problem 13
Fit by the method of least squares the plane \(z=a+b x+c y\) to the five points \((x, y, z):(-1,-2,5),(0,-2,4),(0,0,4),(1,0,2),(2,1,0)\).
All the tools & learning materials you need for study success - in one app.
Get started for free
Let \(X_{1 j}, X_{2 j}, \ldots, X_{a_{f} j}\) represent independent random samples of sizes \(a_{j}\) from a normal distribution with means \(\mu_{j}\) and variances \(\sigma^{2}, j=1,2, \ldots, b\). Show that $$ \sum_{j=1}^{b} \sum_{i=1}^{a_{j}}\left(X_{i j}-\bar{X}_{. .}\right)^{2}=\sum_{j=1}^{b} \sum_{i=1}^{a_{j}}\left(X_{i j}-\bar{X}_{. j}\right)^{2}+\sum_{j=1}^{b} a_{j}\left(\bar{X}_{. j}-\bar{X}_{. .}\right)^{2} $$ or \(Q^{\prime}=Q_{3}^{\prime}+Q_{4}^{\prime} .\) Here \(\bar{X}_{. .}=\sum_{j=1}^{b} \sum_{i=1}^{a_{j}} X_{i j} / \sum_{j=1}^{b} a_{j}\) and \(\bar{X}_{. j}=\sum_{i=1}^{a_{j}} X_{i j} / a_{j} .\) If \(\mu_{1}=\mu_{2}=\) \(\cdots=\mu_{b}\), show that \(Q^{\prime} / \sigma^{2}\) and \(Q_{3}^{\prime} / \sigma^{2}\) have chi-square distributions. Prove that \(Q_{3}^{\prime}\) and \(Q_{4}^{\prime}\) are independent, and hence \(Q_{4}^{\prime} / \sigma^{2}\) also has a chi-square distribution. If the likelihood ratio \(\Lambda\) is used to test \(H_{0}: \mu_{1}=\mu_{2}=\cdots=\mu_{b}=\mu, \mu\) unspecified and \(\sigma^{2}\) unknown against all possible alternatives, show that \(\Lambda \leq \lambda_{0}\) is equivalent to the computed \(F \geq c\), where $$ F=\frac{\left(\sum_{j=1}^{b} a_{j}-b\right) Q_{4}^{\prime}}{(b-1) Q_{3}^{\prime}} $$ What is the distribution of \(F\) when \(H_{0}\) is true?
Fit \(y=a+x\) to the data $$ \begin{array}{l|lll} \mathrm{x} & 0 & 1 & 2 \\ \hline \mathrm{y} & 1 & 3 & 4 \end{array} $$ by the method of least squares.
Let \(X_{1}, X_{2}, X_{3}\) be a random sample from the normal distribution \(N\left(0, \sigma^{2}\right)\). Are the quadratic forms \(X_{1}^{2}+3 X_{1} X_{2}+X_{2}^{2}+X_{1} X_{3}+X_{3}^{2}\) and \(X_{1}^{2}-2 X_{1} X_{2}+\frac{2}{3} X_{2}^{2}-\) \(2 X_{1} X_{2}-X_{3}^{2}\) independent or dependent?
Given the following observations associated with a two-way classification with \(a=3\) and \(b=4\), compute the \(F\) -statistic used to test the equality of the column means \(\left(\beta_{1}=\beta_{2}=\beta_{3}=\beta_{4}=0\right)\) and the equality of the row means \(\left(\alpha_{1}=\alpha_{2}=\alpha_{3}=0\right)\), respectively. $$ \begin{array}{ccccc} \hline \text { Row/Column } & 1 & 2 & 3 & 4 \\ \hline 1 & 3.1 & 4.2 & 2.7 & 4.9 \\ 2 & 2.7 & 2.9 & 1.8 & 3.0 \\ 3 & 4.0 & 4.6 & 3.0 & 3.9 \\ \hline \end{array} $$
Using the notation of Section 9.2, assume that the means \(\mu_{j}\) satisfy a linear function of \(j\), nanely \(\mu_{j}=c+d[j-(b+1) / 2] .\) Let independent random samples of size \(a\) be taken from the \(b\) normal distributions having means \(\mu_{1}, \mu_{2}, \ldots, \mu_{b}\), respectively, and common unknown variance \(\sigma^{2}\). (a) Show that the maximum likelihood estimators of \(c\) and \(d\) are, respectively, \(\hat{c}=\bar{X}_{. .}\) and $$ \hat{d}=\frac{\sum_{j=1}^{b}[j-(b-1) / 2]\left(\bar{X}_{. j}-\bar{X}_{. .}\right)}{\sum_{j=1}^{b}[j-(b+1) / 2]^{2}} $$ (b) Show that $$ \begin{aligned} \sum_{i=1}^{a} \sum_{j=1}^{b}\left(X_{i j}-\bar{X}_{. .}\right)^{2}=\sum_{i=1}^{a} \sum_{j=1}^{b}\left[X_{i j}-\bar{X}_{. .}-\hat{d}\left(j-\frac{b+1}{2}\right)\right]^{2} \\ &+\hat{d}^{2} \sum_{j=1}^{b} a\left(j-\frac{b+1}{2}\right)^{2} \end{aligned} $$ (c) Argue that the two terms in the right-hand member of Part (b), once divided by \(\sigma^{2}\), are independent random variables with \(\chi^{2}\) distributions provided that \(d=0\) (d) What \(F\) -statistic would be used to test the equality of the means, that is, \(H_{0}: d=0 ?\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.