Find Confidence Interval w/o Formula: Uniform Distribution

lildrea88
Messages
5
Reaction score
0
i am given a set of numbers. I have already found the mean, standard deviation, etc.
i am now asked to find the confidence interval. but was not given a formula in order to compute this. does anyone know one?
 
Physics news on Phys.org
write it in terms of the mean (that u shaped thing in the normalization eqation), choose the correct value of Z for the confidence interval they give.

95% confidence interval ==> z=1.96 (for 2 tails)

98% confidence is something like , i don't know off by heart, check the normal table
 
cloud360 said:
write it in terms of the mean (that u shaped thing in the normalization eqation), choose the correct value of Z for the confidence interval they give.

95% confidence interval ==> z=1.96 (for 2 tails)

98% confidence is something like , i don't know off by heart, check the normal table

So you want P(-1.96<Z<1.96) and you know that Z = (X-μ)/(σ/√n)

so in all you want the CI to be

P(-1.96<(X-μ)/(σ/√n)<1.96)
 
i need a confidence interval for the uniform and bernoulli distribution...sorry i should have said that before
 
lildrea88 said:
i need a confidence interval for the uniform and bernoulli distribution...sorry i should have said that before

I can't really recall if it is the same for those distribution, but you can approximate them to a normal distribution.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top