Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Among the data collected for the World Health Organization air quality monitoring project is a measure of suspended particles in \(\mu \mathrm{g} / \mathrm{m}^{3} .\) Let \(X\) and \(Y\) equal the concentration of suspended particles in \(\mu \mathrm{g} / \mathrm{m}^{3}\) in the city center (commercial district) for Melbourne and Houston, respectively. Using \(n=13\) observations of \(X\) and \(m=16\) observations of \(Y\), we test \(H_{0}: \mu_{X}=\mu_{Y}\) against \(H_{1}: \mu_{X}<\mu_{Y}\). (a) Define the test statistic and critical region, assuming that the unknown variances are equal. Let \(\alpha=0.05 .\) (b) If \(\bar{x}=72.9, s_{x}=25.6, \bar{y}=81.7\), and \(s_{y}=28.3\), calculate the value of the test statistic and state your conclusion.

Short Answer

Expert verified
Firstly, define the hypotheses and then formulate the test statistic and the critical region. Compute the test statistic using the observed values from Melbourne and Houston using the pooled variance. Finally, draw a conclusion based on whether or not the computed test statistic falls into the defined critical region. The final conclusion depends on the computed t value.

Step by step solution

01

Identify the Hypotheses

The given null hypothesis \(\(H_0: \mu_X = \mu_Y\)\) implies that there is no difference in the concentration of suspended particles between Melbourne and Houston. The alternative hypothesis \(\(H_1: \mu_X < \mu_Y\)\) implies that the concentration of suspended particles is less in Melbourne's city center than in Houston's.
02

Define the Test Statistic and Critical Region

The test statistic for this type of test is the t-score, which can be calculated using the formula: \(t = \(\frac{\bar{x} - \bar{y}}{\sqrt{s_p^2(\frac{1}{n} + \frac{1}{m})}}\)\), where \(s_p^2\) is the pooled variance and given by \(s_p^2 = \(\frac{(n-1)s_x^2 + (m-1)s_y^2}{n+m-2}\)\). The critical value for this test, with significance level \(alpha = 0.05\), degrees of freedom \(df = n+m-2 = 13 + 16 - 2 = 27\), and one-tailed, can be found using t-distribution table. Let's assume it is \(-1.703\). Thus, the critical region is \(t < -1.703\).
03

Compute the Test Statistic

Given that \(\bar{x} = 72.9\), \(s_x = 25.6\), \(\bar{y} = 81.7\), \(s_y = 28.3\), \(n = 13\) and \(m =16\), substitute these values in the formula to compute the test statistic.
04

Make the Conclusion

If the computed t value falls into the critical region, that is, if the computed t value is smaller than \(-1.703\), then the null hypothesis is rejected, indicating that the concentration of suspended particles in Melbourne's city centre is statistically significantly lower than that in Houston's city centre. Otherwise, we fail to reject the null hypothesis.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Let \(X\) have a Poisson distribution with mean \(\theta\). Consider the simple hypothesis \(H_{0}: \theta=\frac{1}{2}\) and the alternative composite hypothesis \(H_{1}: \theta<\frac{1}{2} .\) Thus \(\Omega=\left\\{\theta: 0<\theta \leq \frac{1}{2}\right\\}\). Let \(X_{1}, \ldots, X_{12}\) denote a random sample of size 12 from this distribution. We reject \(H_{0}\) if and only if the observed value of \(Y=X_{1}+\cdots+X_{12} \leq 2\). Show that the following \(\mathrm{R}\) code graphs the power function of this test: theta=seq \((.1, .5, .05) ;\) gam=ppois \((2\), theta*12 \()\) plot (gam "theta, pch=" ", xlab=expression(theta), ylab=expression(gamma)) lines (gam "theta) Run the code. Determine the significance level from the plot.

This data set was downloaded from the site http://lib.stat.cmu.edu/DASL/ at Carnegie-Melon university. The original source is Willerman et al. (1991). The data consist of a sample of brain information recorded on 40 college students. The variables include gender, height, weight, three IQ measurements, and Magnetic Resonance Imaging (MRI) counts, as a determination of brain size. The data are in the rda file braindata. rda at the sites referenced in the Preface. For this exercise, consider the MRI counts. (a) Load the rda file braindata.rda and print the MRI data, using the code: \(\mathrm{mri}<-\) braindata \([, 7] ;\) print(mri). (b) Obtain a histogram of the data, hist \((m r i, p r=T)\). Comment on the shape. (c) Overlay the default density estimator, lines (density(mri)). Comment on the shape. 4.1.10. This data set was downloaded from the site http://lib.stat.cmu.edu/DASL/ at Carnegie-Melon university. The original source is Willerman et al. (1991). The data consist of a sample of brain information recorded on 40 college students. The variables include gender, height, weight, three IQ measurements, and Magnetic Resonance Imaging (MRI) counts, as a determination of brain size. The data are in the rda file braindata. rda at the sites referenced in the Preface. For this exercise, consider the MRI counts. (a) Load the rda file braindata.rda and print the MRI data, using the code: \(\mathrm{mri}<-\) braindata \([, 7] ;\) print(mri). (b) Obtain a histogram of the data, hist \((m r i, p r=T)\). Comment on the shape. (c) Overlay the default density estimator, lines (density(mri)). Comment on the shape.

Suppose \(X\) is a random variable with the pdf \(f_{X}(x)=b^{-1} f((x-a) / b)\), where \(b \geq 0\). Suppose we can generate observations from \(f(z)\). Explain how we can generate observations from \(f_{X}(x)\).

Let \(X_{1}, X_{2}, \ldots, X_{n}, X_{n+1}\) be a random sample of size \(n+1, n>1\), from a distribution that is \(N\left(\mu, \sigma^{2}\right) .\) Let \(\bar{X}=\sum_{1}^{n} X_{i} / n\) and \(S^{2}=\sum_{1}^{n}\left(X_{i}-\bar{X}\right)^{2} /(n-1)\). Find the constant \(c\) so that the statistic \(c\left(\bar{X}-X_{n+1}\right) / S\) has a \(t\) -distribution. If \(n=8\), determine \(k\) such that \(P\left(\bar{X}-k S

Let \(Y_{1}

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free