Problem regarding confidence intervals and probability (screenshot attached)
I know for the expected value, I need n and p. I think I can define n as the observed population, 1000. Is 95% p in this case?
Yes, p = 0.95
Okay, so then the expected value should be 950, right?
Yes, this is a sampling distribution confidence level of 95% means that 95% of the samples will capture the population mean
Okay, so how might I proceed to solve the second question?
The statement, " 95% of the samples will capture the population mean" is same as saying "each sample has 95% probability to containt he population mean" yes ?
the samples were selected independently and we have binomial distrabution : \(n=1000\) and \(p=0.95\)
use the normal approximation formulas to find the probability for 950 to 970 samples to contain the population mean
Normal approximation as in standardizing to Z?
since the number of samples are large enough (1000), the sampling distribution would be approxmately normal. so we can use the approximation formulas
basically we're converting binomial distribution to the normal distribution so that we can use zscores to compute the probability easily
you could also work the probability in binomial distribution, but computing 20 binomial coefficients and adding them is a pain
That makes sense So \(P(950<Y<970)\) will become\[P(\frac{ 950-\mu }{ \sigma / \sqrt{n} }<Z<\frac{970-\mu}{\sigma / \sqrt{n}})\]
right?
Or is the \(\sqrt{n}\) not needed here.. I'm not certain when it is needed and when it is not
nope, you need to use the formulas for approximating "binomial distribution" as normal distribution
|dw:1447475619376:dw|
Okay but isn't it the same formula though (but without the \(\sqrt{n}\)) ?
zscore formula remains same, you need to find standard deviation using that approximation formula
Oh, okay! I wasn't going to do that but I wanted to make sure that the formula I was using was correct. I thought you were stating that the formula in general was completely wrong, with or without the sqrt(n). I got that \(\sigma=6.89\) So then\[P (\frac{ 950-950 }{ 6.89 }<\text{Z}<\frac{970-950}{6.89})\]\[=P(0<\text{Z}<2.9)\]\[=\Phi(2.9)-\Phi(0)\]
That looks good, but there is a slight mistake
binomial distribution is discrete normal distribution is continuous when converting form binomial to normal, we need to account for that
|dw:1447476412535:dw|
simply widen the interval : 949.5 < X < 970.5
Darnit X) So \[P (\frac{ (950-0.5)-950 }{ 6.89 }<\text{Z}<\frac{(970+0.5)-950}{6.89})\]
Looks good !
Okay perfect, thank you! X)
np :)
Join our real-time social learning platform and learn together with your friends!