Question

In: Math

Random sample of size n=19 is taken from a Normal population, sample mean is 11.5895, standard...

Random sample of size n=19 is taken from a Normal population, sample mean is 11.5895, standard deviation is 1.0883.

1. At the 2% level, test whether it is reasonable to believe that the true population variance is larger than 1.

Using the scenario from above, do the following

2. Derive the power function. Show your work.
3. Using R, graph the power function for 0.5 < sigma^2 < 3.5.
4. Pretend that the sample size was actually 56. Plot this power function on the same graph.
5. Based on the power functions graphed in c, why is the test described in part c "better" than the original test? Explain your answer using the power functions.

Solutions

Expert Solution


4.

R code:

sigma=seq(0.5,3.5,by=0.01)
n1=19
n2=56
p1=1-pchisq(qchisq(0.98,n1-1)/sigma,n1-1)
p2=1-pchisq(qchisq(0.98,n2-1)/sigma,n2-1)
plot(sigma,p1,lwd=2,type="l",xlab=expression(sigma^2),ylab=expression(beta(sigma^2)),main="Power Curve",ylim=c(0,1.1))
lines(sigma,p2,lwd=2,type="l",col=2)
text(2.0,0.49,expression(n==19))
text(2.0,0.88,expression(n==56))

5. Since Power for n=56 is larger than power for n=19, hence the test based on n=56 is better than the test based on n=19.


Related Solutions

A random sample of size n = 55 is taken from a population with mean μ...
A random sample of size n = 55 is taken from a population with mean μ = −10.5 and standard deviation σ = 2. [You may find it useful to reference the z table.] a. Calculate the expected value and the standard error for the sampling distribution of the sample mean. (Negative values should be indicated by a minus sign. Round "expected value" to 1 decimal place and "standard error" to 4 decimal places.) b. What is the probability that...
A random sample of size n = 50 is taken from a population with mean μ...
A random sample of size n = 50 is taken from a population with mean μ = −9.5 and standard deviation σ = 2. [You may find it useful to reference the z table.] a. Calculate the expected value and the standard error for the sampling distribution of the sample mean. (Negative values should be indicated by a minus sign. Round "expected value" to 1 decimal place and "standard deviation" to 4 decimal places.) Expected Value= Standard Error= b. What...
A random sample of size n = 100 is taken from a population of size N...
A random sample of size n = 100 is taken from a population of size N = 600 with a population proportion of p =0.46. Is it necessary to apply the finite population correction factor? Calculate the expected value and standard error of the sample proportion. What is the probability that the sample mean is less than .40?
A random sample of size n = 69 is taken from a population of size N...
A random sample of size n = 69 is taken from a population of size N = 971 with a population proportion p = 0.68. a-1. Is it necessary to apply the finite population correction factor? Yes or no? a-2. Calculate the expected value and the standard error of the sample proportion. (Round "expected value" to 2 decimal places and "standard error" to 4 decimal places.) Expected Value- Standard Error- b. What is the probability that the sample proportion is...
A random sample of size n = 71 is taken from a population of size N...
A random sample of size n = 71 is taken from a population of size N = 639 with a population proportion p = 0.73. a-1. Is it necessary to apply the finite population correction factor? a-2. Calculate the expected value and the standard error of the sample proportion. (Round "expected value" to 2 decimal places and "standard error" to 4 decimal places.) b. What is the probability that the sample proportion is less than 0.66? (Round “z” value to...
A random sample of size n = 152 is taken from a population of size N...
A random sample of size n = 152 is taken from a population of size N = 3,300 with mean μ = −71 and variance σ2 = 112. [You may find it useful to reference the z table.] a-1. Is it necessary to apply the finite population correction factor? Yes No a-2. Calculate the expected value and the standard error of the sample mean. (Negative values should be indicated by a minus sign. Round "standard error" to 2 decimal places.)...
A random sample of size n = 472 is taken from a population of size N...
A random sample of size n = 472 is taken from a population of size N = 9,700 with mean μ = −63 and variance σ2 = 176. [You may find it useful to reference the z table.] A-1 Is it necessary to apply the finite population correction factor? Yes No a-2. Calculate the expected value and the standard error of the sample mean. (Negative values should be indicated by a minus sign. Round "standard error" to 2 decimal places.)...
a simple random sample of size 36 is taken from a normal population with mean 20...
a simple random sample of size 36 is taken from a normal population with mean 20 and standard deivation of 15. What is the probability the sample,mean,xbar based on these 36 observations will be within 4 units of the population mean. round to the hundreths place
A random sample of size n = 225 is taken from a population with a population...
A random sample of size n = 225 is taken from a population with a population proportion P = 0.55. [You may find it useful to reference the z table.] a. Calculate the expected value and the standard error for the sampling distribution of the sample proportion. (Round "expected value" to 2 decimal places and "standard error" to 4 decimal places.) b. What is the probability that the sample proportion is between 0.50 and 0.60? (Round “z” value to 2...
A random sample of size n = 130 is taken from a population with a population...
A random sample of size n = 130 is taken from a population with a population proportion p = 0.58. (You may find it useful to reference the z table.) a. Calculate the expected value and the standard error for the sampling distribution of the sample proportion. (Round "expected value" to 2 decimal places and "standard error" to 4 decimal places.) b. What is the probability that the sample proportion is between 0.50 and 0.70? (Round “z” value to 2...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT