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

Refer to the simulation of human gestation periods discussed in Example \(6.4\) on page \(259\).

a. Sketch the normal curve for human gestation periods

b. Simulate \(1000\) human gestation periods.

c. Approximately what values would you expect for the sample mean and sample deviation of the \(1000\) observations? Explain your answers.

d. Obtain the sample mean and sample standard deviation of the \(1000\) observations, and compare your answers to your estimates in part (c).

e. Roughly what would you expect a histogram of the \(1000\) observation to look like? Explain your answer.

f. Obtain a histogram of the \(1000\) observations, and compare your result to your expectation in part (e).

Short Answer

Expert verified

Part a.

Part b.

Part c. The expected population’s mean will be \(266\) and standard \(16\).

Part d. The population’s mean will be \(\bar{x}=266.62\) and standard \(s=15.8152\)

Part e.

Step by step solution

01

Part a. Step 1. Given information

The mean and standard are given

\(\mu =266\)

\(\sigma =16\)

02

Part a. Step 2. Calculation

Randomly generate \(x=1000\) numbers from the normal distribution with mean \(\mu=266\) and standard deviation \(\sigma=16\).

Then Using MATLAB draw a graph.

Program:

clc

clear

closeall

\(x=norminv(rand(1000,1),266,16);\)

hist(x)

\(set(gca,'linewidth',1.2,'fontsize',12)\)

axis square

Query:

  • First, we have defined the \(1000\) random numbers whose mean and standard deviation is \(266\) and \(16\).
  • Then using function “hist” draw a figure.
03

Part b. Step 1. Calculation

Randomly generate \(x=1000\) numbers from the normal distribution with mean \(\mu=266\) and standard deviation \(\sigma=16\).

Then Using MATLAB generate the matrix of \(1000\) numbers.

Program:

clc

clear

closeall

\(x=norminv(rand(1000),266,16)\);

Query:

  • First, we have defined the \(1000\) random numbers whose mean and standard deviation is \(266\) and \(16\).
  • Then using function “hist” draw a figure.
04

Part c. Step 1. Given information

The number of observations is given

\(x=500\)

05

Part c. Step 2. Calculation

Calculate the mean:

\(\bar{x}=\frac{\sum_{i-1}^{n}x_{i}}{n}=\frac{\sum_{i-1}^{1000}x_{i}}{1000}\)

The expected mean will be

\(\bar{x}=266\)

Calculate the expected standard deviation

\(s=\sqrt{\frac{\sum_{i-1}^{n}(x_{i}-\bar{x})^{2} }{n-1}}=\sqrt{\frac{\sum_{i-1}^{1000}(x_{i}-\bar{x})^{2} }{999}}\)

After calculating we will get

\(s=16\)

The population mean will be \(266\) and standard \(16\).

06

Part d. Step 1. Calculation

Calculate the mean:

\(\bar{x}=\frac{\sum_{i-1}^{n}x_{i}}{n}=\frac{\sum_{i-1}^{1000}x_{i}}{1000}\)

The expected mean will be

\(\bar{x}=266.62\)

Calculate the expected standard deviation

\(s=\sqrt{\frac{\sum_{i-1}^{n}(x_{i}-\bar{x})^{2}}{n-1}}=\sqrt{\frac{\sum_{i-1}^{1000}(x_{i}-\bar{x})^{2} }{999}}\)

After calculating we will get

\(s=15.8152\)

The population’s mean will be \(\bar{x}=266.62\) and standard \(s=15.8152\).

07

Part e. Calculation

Randomly generate \(x=1000\) numbers from the normal distribution with mean \(\mu=266\) and standard deviation \(\sigma=16\).

Then Using MATLAB draw a graph.

Program:

clc

clear

closeall

\(x=norminv(rand(1000,1),266,16);\)

hist(x)

\(set(gca,'linewidth',1.2,'fontsize',12)\)

axis square

Query:

  • First, we have defined the \(1000\) random numbers whose mean and standard deviation is \(266\) and \(16\).
  • Then using function “hist” draw a figure.

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

Gestation Periods of Humans. mean of 266 days and a standard deviation of 16 days.

a. Use the technology of your choice to simulate four random samples of 50 human gestation periods each.

b. Obtain a normal probability plot of each sample in part (a).

c. Are the normal probability plots in part (b) what you expected? Explain your answer.

Philosophical and health issues are prompting an increasing number of Taiwanese to switch to a vegetarian lifestyle. In the paper "LDL of Taiwanese Vegetarians Are Less Oxidizable than Those of Omnivores" (Journal of Nutrition, Vol. 130, Pp. 1591-1596), S. Lu et al. compared the daily intake of nutrients by vegetarians and omnivores living in Taiwan. Among the nutrients considered was protein. Too little protein stunts growth and interferes with all bodily functions; too much protein puts a strain on the kidneys, can cause diarrhea and dehydration, and can leach calcium from bones and teeth. The daily protein intakes, in grams, for 51 female vegetarians and 53 female omnivores are provided on the Weiss Stats site. Use the technology of your choice to do the following for each of the two sets of sample data.

a. Obtain a histogram of the data and use it to assess the (approximate) normality of the variable under consideration.

b. Obtain a normal probability plot of the data and use it to assess the (approximate) normality of the variable under consideration.

c. Compare your results in parts (a) and (b).

A variable is normally distributed with a mean of 0 and standard deviation 4. Find the percentage of all possible values of the variable.

a. lie between -8 and 8 .

b. exceed -1.5,

c. are less than 2.75.

Without consulting Table II, explain why the area under the standard normal curve that lies to the right of 0 is 0.5.

18. Roughly speaking, what are the normal scores corresponding to a sample of observations?

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