Question

In: Statistics and Probability

There are 4 conditions that must be true in order to use the Central Limit theorem.

There are 4 conditions that must be true in order to use the Central Limit theorem. 1) We must have a simple random sample (SRS); 2) the sample size must be less than 10% of the population; 3) the observations must be independent; and 4) the sample size must be large enough so that both np > 10 and n(1 - p) >10, in which the true proportion (or probability) possessing the attribute of interest is p. Then the Central Limit Theorem predicts three things about the sampling distribution of the sample proportion :

  1. Shape: The distribution is approximately normal.

  2. Center: The mean will equal p.

  3. Spread: The standard deviation will equal p(1-p)n

Note: This normal approximation becomes more and more accurate as the sample size increases and is generally considered to be valid as long as np > 10 and n(1 - p) >10.

  1. If you continue to assume that the population proportion of coin flips is p, the value you entered in Part 2 = .05, what does the CLT predict for the shape of the sampling distribution and for the values of the mean and standard deviation of the sampling distribution of sample proportions when the sample consists of a given number of flips? Using the formulas above, complete the table below.


n = 20

n = 60

n = 180

Shape




Center (mean)




Spread

(SD)




  1. How do the actual values compare with the simulated values in Part 2?

  2. Did the sampling distribution change as the sample sizes increased? Explain.

Solutions

Expert Solution

The table can be completed as follows:

n 20 60 180
Shape Since np = 20*0.05 = 1 which is less than 10, so the distribution will have a lot of skewness Since np = 20*0.05 = 3 which is less than 10, so the distribution will have a lot of skewness Since np = 20*0.05 = 9 which is very close to 10, so the distribution will tend to be approximately normal
Center

Spread = sqrt{p(1-p)/n}

I will simulate the problem in the question using R software:

 function simulation for the sample mean sim.func <- function(n, p, n.sims=1e4){ # vector to store to sample mean res <- numeric(n.sims) for (i in 1:n.sims){ obs.samp <- sample(c(1, 0), n, prob = c(p, 1-p), replace = T) res[i] <- mean(obs.samp) } exp.mu <- p exp.sd <- sqrt(p*(1-p)/n) hist(res, bins=1000, xlab="Sample means", prob=T, main=paste("n = ", n)) curve(dnorm(x,exp.mu, exp.sd), col="red", add=T) } par(mfrow=c(3, 1)) for (n in c(20, 60, 180)){ sim.func(n, 0.05) }

The plot generated is:

It can be seen that the sampling distribution changes with increase in sample size. At n = 20, sufficient skewness
can be seen in the histogram, but as sample size increases to n = 180, we notice a more symmetric normal distribution that matches quite well with the expected curve in red


Related Solutions

There are 4 conditions that must be true in order to use the Central Limit theorem.
Part 3: The Central Limit Theorem for a Sample ProportionThere are 4 conditions that must be true in order to use the Central Limit theorem. 1) We must have a simple random sample (SRS); 2) the sample size must be less than 10% of the population; 3) the observations must be independent; and 4) the sample size must be large enough so that both np > 10 and n(1 - p) >10, in which the true proportion (or probability) possessing...
There are 4 conditions that must be true in order to use the Central Limit theorem....
There are 4 conditions that must be true in order to use the Central Limit theorem. 1) We must have a simple random sample (SRS); 2) the sample size must be less than 10% of the population; 3) the observations must be independent; and 4) the sample size must be large enough so that both np > 10 and n(1 - p) >10, in which the true proportion (or probability) possessing the attribute of interest is p. Then the Central...
True or False. In order to use results from the Central Limit Theorem for calculating that...
True or False. In order to use results from the Central Limit Theorem for calculating that the sample mean is greater than some number, the population you are sampling from must have a normal distribution. If a variable has a binomial distribution with the probability of success equal to 0.82, then the distribution is skewed to the left. For calculating the probability that a sample mean is greater than some given value, in solving this problem, one of the first...
This week we’ve introduced the central limit theorem. According to the central limit theorem, for all...
This week we’ve introduced the central limit theorem. According to the central limit theorem, for all samples of the same size n with n>30, the sampling distribution of x can be approximated by a normal distribution. In your initial post use your own words to explain what this theorem means. Then provide a quick example to explain how this theorem might apply in real life. At last, please share with us your thoughts about why this theorem is important.
1. True or False: The central limit theorem justifies the common assumption that the distribution of...
1. True or False: The central limit theorem justifies the common assumption that the distribution of a product’s parameters is normal. 2. True or false: An X bar chart with points falling above the upper control limit is in control. 3.True or False: One or more points that fall outside control limits indicates that a process is NOT capable 4. One-third of the units produced by a particular process step do not meet customer-specific tolerances. Which of the following statements,...
Use the Central Limit Theorem to calculate the following probability. Assume that the distribution of the...
Use the Central Limit Theorem to calculate the following probability. Assume that the distribution of the population data is normally distributed. A person with “normal” blood pressure has a diastolic measurement of 75 mmHg, and a standard deviation of 4.5 mmHg. i) What is the probability that a person with “normal” blood pressure will get a diastolic result of over 80 mmHg, indicating the possibility of pre-hypertension? ii) If a patient takes their blood pressure every day for 10 days,...
Use the central limit theorem to find the mean and standard error of the mean of...
Use the central limit theorem to find the mean and standard error of the mean of the indicated sampling distribution. Then sketch a graph of the sampling distribution. The per capita consumption of red meat by people in a country in a recent year was normally distributed, with a mean of 107 pounds and a standard deviation of 39.1 pounds. Random samples of size 15 are drawn from this population and the mean of each sample is determined.
Use the central limit theorem to find the mean and standard error of the mean of...
Use the central limit theorem to find the mean and standard error of the mean of the indicated sampling distribution: The amounts body temperatures of patients with influenza (in degrees Fahrenheit) are normally distributed with a mean of 101 degrees and a standard deviation of 0.5 degrees. Random samples of size 9 are drawn from the population and the mean of each sample is determined. 101 degrees; 0.1667 degrees 101 degrees; 0.5000 degrees 11.22 degrees; 0.1667 degrees 11.22 degrees; 0.5000...
Use the Central Limit Theorem to find the mean and standard error of the mean of...
Use the Central Limit Theorem to find the mean and standard error of the mean of the sampling distribution. Then sketch a graph of the sampling distribution. The mean price of photo printers on a website is ​$228 with a standard deviation of ​$61. Random samples of size 34 are drawn from this population and the mean of each sample is determined. What is the standard deviation of the distribution of sample means ? (Type an integer or decimal rounded...
It is said that the Central Limit Theorem is the most important theorem in all of...
It is said that the Central Limit Theorem is the most important theorem in all of Statistics. In your own words, describe why it is so important.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT