Chebyshev′s inequality is given as
p(∣x−μ∣<kσ)⩾1−(k21)
where
x is the point estimate of the parameter whose confidence interval needs to be determined.
σ is the standard deviation of that parameter.
We are required to determine the confidence interval for the parameter p of the binomial distribution.
Given the random variables X1,X2,X3,...,Xn , we need to determine the point estimate for p.
To do so, let us define the random variable Y=∑i=1nXi=X1+X2+....+Xn ,
Let p^ be the point estimate for p then p^=∑i=1nXi/n=Y/n .
The standard deviation sd (p) for p is given as,
sd(p)=np^(1−p^)
In Chebyshev′s inequality stated above we find the value for k using the 95% confidence.
The right hand side of the inequality is equated with 95% in order to find k as below,
1−(1/k2)=0.95⟹0.05=1/k2⟹k2=20⟹k=4.5(1dp)
A 95% confidence interval for p is given as
∣p^−p∣<k∗sd(p)
This can be re-written as
p^−k∗sd(p)<p<p^+k∗sd(p)............(i)
Replacing for k and sd(p) in equation(i) we have p^−4.5∗p^(1−p^)/n<p<p^+4.5∗p^(1−p^)/n .
Therefore the 95% confidence interval for the parameter p is given as
C.I=(p^−4.5∗p^(1−p^)/n, p^+4.5∗p^(1−p^)/n)
Comments