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

For humans, gestation periods are normally distributed with a mean of \(266\) days and a standard deviation of \(16\) days.

a. Use the technology of your choice to simulate \(2000\) samples of nine human gestation periods each.

b. Find the sample mean of each of the \(2000\) samples

c. Obtain the mean, the standard deviation and a histogram of the \(2000\) sample means.

d. Theoretically, what are the mean, standard deviation and distribution of all possible sample means for sample of sizes \(9\)?

e. Compare your results from (c) and (d).

Short Answer

Expert verified

Part a. Answers may vary.

Part b. Answers may vary.

Part c. Answers may vary.

Part d. \(\mu_{\bar{x}}=266\)

\(\sigma_{\bar{x}}=5.3333\)

Part e. The answers can vary

Step by step solution

01

Part a. Step 1. Given information

\(\mu=266\)

\(\sigma=16\)

\(n=9\)

02

Part a. Step 2. Explanation

The \(2000\) samples of nine human gestation periods each needs to be calculated

While using the R program, the following command can be used to create \(9\times2000=18000\) data values.

A<-rnorm(1800, 266, 16)\)

This will be result of the stated question.

03

Part b. Step 1. Explanation

Now, the sample mean of each of the sample calculated in part (a) needs to be calculated

While using the R program, the following command can be used to determine the mean of every sample.

for (i in 1:2000){

M[i]< -mean(a[9 \times (i-8)):(9 \times i)])

}

04

Part c. Step 1. Explanation

Next, it is needed to calculate the mean, standard deviation and histogram of the \(2000\) samples means calculated in part (b):

While using the R program, the following commands can be used to determine the required values:

mean(M)

sd(M)

hist(M)

After this, the mean comes out to be \(266.0248\) and the standard deviation comes out to be \(5.36694\). The graph is represented as per below:

05

Part d. Step 1. Explanation

\(\mu_{\bar{x}}=\mu=266\)

\(\sigma_{x}=\frac{\sigma}{\sqrt{n}}=\frac{16}{\sqrt{3}} \approx 5.3333\).

06

Part e. Step 1. Explanation

It can be noted that in part (c), the mean and standard deviation are little greater than the subsequent theoretical standard deviation and mean in the part (d),

However, both of values in both parts are pretty close to each other. The difference could ve because of sampling error.

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

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