Confidence Intervals

[A(X_1,\,...,\,X_n),B(X_1,\,...,\,X_n)] is called a confidence interval with coverage probability gamma if for all theta

\P _{theta}(A <= theta <= B) >= gamma

If X_1,\,X_2,\,... are i.i.d. normal random variables with mean µ and variance sigma^2, then

  1. \overlineX_n has a normal distribution with mean µ and variance \frac{sigma^2n.
  2. \frac{n-1}{sigma^2*S_n^2 has Chi-Quadrat-distribution with n-1 degrees of freedom.
  3. \overlineX_n and S_n^2 are independent.
  4. \frac{\overlineX_n- µ{\sqrt{S_n^2/n} has a t-distribution with n-1 degrees of freedom.

With the help of this theorem one can obtain confidence intervals for the normal distribution:

  1. confidence interval for µ (sigma^2 known):

    [ \overlineX_n- z_{\frac{1+gamma}2......2} * \sqrt{\frac{sigma^2n ]

  2. confidence interval for µ (sigma^2 unknown):

    [ \overlineX_n- t_{n-1,\frac{1+gamma......ma}2 * \sqrt{\frac{S_n^2n ]

  3. confidence interval for sigma^2 (µ known):

    [ \frac{sum_{i=1}^n (X_1-µ)^2{Chi-Quadrat_{n,\f......n (X_1-µ)^2{Chi-Quadrat_{n,\frac{1-gamma}2 ]

  4. confidence interval for sigma^2 (µ unknown):

    [ \frac{(n-1) * S_n^2{Chi-Quadrat_{......suremath{S_n^2{Chi-Quadrat_{n,\frac{1-gamma}2 ]

When looking at proportions, that is to say

\P (X=1) = theta,   \P (X=0) = 1 - theta   {for a} \; theta in (0,1),

one can use the fact that \overlineX_n has an approximate normal distribution with mean theta and variance \frac{theta(1-theta)}n. This leads to an approximate confidence interval

[ \overlineX_n- z_{\frac{1+gamma}2......{1+gamma}2 * \sqrt{\frac{theta(1-theta)}n ]

but, unfortunately, we do not know the exact value of theta. So we could replace it by its estimator \overlineX_n, or solve the equation

\overlineX_n\pm z_{\frac{1+gamma}2 * \sqrt{\frac{theta(1-theta)}n = theta

with respect to theta and use the two solutions as the limits of our confidence interval.


 Valid HTML 4.01!
Contents
Back Home Forward
Index