Confidence Interval (CI)
  • is the confidence in how accurate an estimated statistic is within range of the true parameter. Given a sample of a population, we analyze the sample and compute its statistics (e.g. sample mean, sample variance, etc). A statistic 𝜃ˆ is an estimate of the true parameter 𝜃 of the ENTIRE population. Since 𝜃ˆ are computed from a random sample they are not likely to be equal to the true parameter. This is the risk of sampling which is taking a sample and making generalizations of the larger population. Confidence Intervals allow us to measure that risk.
  • A point estimate/sample statistic 𝜃ˆ is an estimate of the unknown parameter 𝜃 of the population. We know that it is likely NOT exactly
    • 𝜃ˆ = 𝜃 # This proposition is not likely to be true
  • How much trust can we then put into 𝜃ˆ? We can use Confidence Intervals (CI)

CI - Definition

an interval [𝐴, 𝐵] is a (1 − 𝛼)100% confidence interval for the parameter 𝜃 if it contains the parameter with probability (1 − 𝛼):

  • 𝐏{𝐴 ≤ 𝜃 ≤ 𝐵} = 1 − 𝛼

where:

CI - What is It?

CI - Formula For Unbiased Estimator 𝜃ˆ With Normal Distribution

CI - In Specific Problems

CI - Other