Skip to main content

Confidence Interval Coverage Binomial

Une composante d'apprentissage illustrant la couverture des intervalles de confiance pour la moyenne d'une distribution binomiale.

Options

  • intro | (node|string): remplace le texte d'introduction par défaut (interactif). Default: none.
  • quartileNotation | boolean: contrôle l'utilisation éventuelle de la notation par quartile dans le texte d'introduction. Default: true.
  • sampleStats | boolean: contrôle si l'on doit pouvoir passer de l'utilisation de la proportion de l'échantillon ou de la probabilité de succès connue dans la population au calcul de l'erreur type. Default: true.

Exemples

Éditeur en direct
Résultat

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, 20 capture the true proportion (coverage: 1).