Q. 6.139
Question
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.
Step-by-Step Solution
Verifieda. The solution is random samples of human gestation periods each.
b. The normal probability plot will be
c. As we can see in the figure the population distribution is normally distributed.
Simulate the random human gestation period using technology of your choice.
The number of samples, standard deviation and mean is given,
Mean
Let's take
Then, in MATLAB, generate a random matrix with a standard deviation of and a mean of.
To make a matrix, we'll utilize the "norminv" function.
We'll use the function "rand" to generate a random sample.
Program:
Query:
We started by determining the quantity of samples.
Then, using the "norminv" function, make a matrix with a standard deviation of and a mean of .
Create a normal probability plot for the random sample from part (a).
Let's take
Create a random matrix in MATLAB with a standard deviation of and a mean of
To make a matrix, we'll utilize the "norminv" function.
We'll use the function "rand " to generate a random sample.
Then, using the function "normplot," make a normal probability plot.
Program,
Query:
We started by determining the quantity of samples.
Then, with the help of the "norminv" function, generate a matrix with a standard deviation of and a mean of .
Then, using the function "normplot," draw a graph for normal probability.
Explain your answer what would you expect from normal probability plot from part (b).
If the probability plot is regular linear, the variables are approximately normally distributed.
The variables are not approximately normally distributed if the plot is not regular linear.