Skip to main content

Confidence Interval Coverage Binomial

A learning component illustrating coverage of confidence intervals for the mean of a binomial distribution.

Options

  • intro | (node|string): overrides default (interactive) intro text. Default: none.
  • quartileNotation | boolean: controls whether to use quartile notation in intro text. Default: true.
  • sampleStats | boolean: controls whether one should be able to switch between using the sample proportion or the known population success probability when calculating the standard error. Default: true.

Examples

Live Editor
Result

Confidence Interval Coverage for Sample Proportion

Now we will switch to asking a Yes/No question about a population. We are interested in estimating the true population proportion of "Yes" answers (for example, what proportion of the population has blue eyes?). We can take a sample of size , find how many observations in our sample are a "Yes" (X), and then estimate the true proportion with . Then . Our confidence interval is then .

For our choice of sample size (n), true proportion , and confidence level, we will simulate different samples from our normal distribution and calculate the corresponding sample proportions and confidence intervals.

Change parameters


0.010.99

Confidence Intervals

12345678910111213141516171819200.20.40.60.81.0

Of the 20 confidence intervals, 19 capture the true proportion (coverage: 0.95).