Confidence intervals how to find?

  • Thread starter Thread starter semidevil
  • Start date Start date
  • Tags Tags
    intervals
AI Thread Summary
To find the 90% confidence interval for the proportion of contaminated salads, first calculate the observed proportion, p, which is 179/220 or approximately 0.8136. The standard deviation, sigma, is calculated using the formula sqrt{p(1-p)/n}, resulting in about 0.02626. For a 90% confidence interval, use the Z-score of ±1.645 to determine the interval limits: (0.8136 - 1.645 * 0.02626, 0.8136 + 1.645 * 0.02626), yielding an interval of approximately (0.7704, 0.8568). The discussion also touches on a separate problem regarding the confidence interval for BRCA 1 mutations, indicating a broader interest in statistical methods for estimating proportions.
semidevil
Messages
156
Reaction score
2
so if I want to find the 90% confidence interval..how do I do it?

all I know is that given 220 salads, 179 were contaminated.

i'm asked to find the 90% confidence interval, the true proportion of the contimatned salads.

so the formula is 100(1- a)% confidnece =[(y - z(a/2) * sigma/root(n)), ((y + z(a/2) * sigma/root(n)].

so my a is .9 right? since I am looking for 90%? so do I just do Z(.9/2) and look at the table?

what about n and sigma? n is 220, and what is sigma? what about the y's
 
Last edited:
Physics news on Phys.org
Are you familiar with the binomial distribution? I think that's what you want to use to get your sigma (= standard deviation).
 
semidevil said:
so if I want to find the 90% confidence interval..how do I do it?

all I know is that given 220 salads, 179 were contaminated.

i'm asked to find the 90% confidence interval, the true proportion of the contimatned salads.

so the formula is 100(1- a)% confidnece =[(y - z(a/2) * sigma/root(n)), ((y + z(a/2) * sigma/root(n)].

so my a is .9 right? since I am looking for 90%? so do I just do Z(.9/2) and look at the table?

what about n and sigma? n is 220, and what is sigma? what about the y's
Consider the sample of 220 salads to be 220 independent events having the Binomial Distribution. The proportion "p" of contaminated salads will then be Binomially Distributed:
{Observed Proportion} = p = (179/220) = (0.8136)
{Estimated Proportion Std Dev} = sqrt{p(1 - p)/N} = sqrt{(0.8136)(1 - 0.8136)/220) = (0.02626)

Because sample size is large, the Binomial Distr of "p" is approximated by the Normal Distr of "p" having the same Mean and Std Dev. For a 2-Tailed 90% (Normal Distr) Confidence Interval on the Population Proportion μ:
Prob{(-1.645) < Z < (+1.645)} = 0.90
Prob{(-1.645) < {(0.8136) - μ}/(0.02626) < (+1.645)} = 0.90
Prob{(0.8568) > μ > (0.7704)} = 0.90

90% Confidence Interval for Population Proportion μ is (0.7704, 0.8568)


~~
 
Last edited:
how did you go from Prob{(-1.645) < {(0.8136) - μ}/(0.02626) < (+1.645)} = 0.90 to Prob{(0.8568) > μ > (0.7704)} = 0.90 ?
 
How can i work on this one? I have been stuck for 2 hours: BRCA 1 is a gene that has been linked to breast cancer. Researchers used DNA analysis to search for BRCA 1 mutations in 169 women with family histories of breast cancer. Of the 169 women tested, 27 has BRCA 1 mutations. Let p denote the probability that a woman with a family history of breast cancer will have a BRCA 1 mutation. Find a 95% confidence interval for p.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top