Confidence Interval for Proportions: Fresh Take

  • Check the conditions for creating a confidence interval for population proportion.
  • Describe the connection between the confidence level and the confidence interval.
  • Calculate a confidence interval for a population proportion.

Normal Approximation to the Binomial

The condition for creating a confidence interval for population proportion uses binomial probabilities within its central limit theorem.

To compute the normal approximation to the binomial distribution, take a simple random sample from a population. You must meet these conditions for a binomial distribution:

  • There are a certain number [latex]n[/latex] of independent trials
  • The outcomes of any trial are success or failure
  • Each trial has the same probability of a success [latex]p[/latex]

The shape of the binomial distribution needs to be similar to the shape of the normal distribution. To ensure this, the quantities [latex]np[/latex] and [latex]n(1-p)[/latex] must both be greater than [latex]10[/latex].

The central limit theorem (CLT) is not for calculating probabilities involving an individual value. As the sample size gets larger, the mean of the sample means approaches the population mean. This is due to the law of large numbers.

Suppose [latex]250[/latex] randomly selected people are surveyed to determine if they own a tablet. Of the [latex]250[/latex] surveyed, [latex]98[/latex] reported owning a tablet. Is the shape of the sampling distribution of the sample proportion approximately normal?

Sampling Distribution of the Sample Proportion

When taking random samples of size [latex]n[/latex] from a population distribution with proportion [latex]p[/latex]:

  • The estimated mean of the distribution of sample proportions is [latex]\hat{p}[/latex].
  • The estimated standard deviation of the distribution of sample proportions is called the standard error:[latex]SE = \sqrt{\dfrac{\hat{p}(1-\hat{p})}{n}}[/latex].
  • If [latex]n\hat{p} \geq 10[/latex] and [latex]n(1-\hat{p}) \geq 10[/latex], then the Central Limit Theorem (CLT) states that the distribution of the sample proportions follows an approximate normal distribution.

The confidence interval for a population proportion is:

[latex]\hat{p} \pm z^{*} \cdot\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}[/latex]

Suppose [latex]250[/latex] randomly selected people are surveyed to determine if they own a tablet. Of the [latex]250[/latex] surveyed, [latex]98[/latex] reported owning a tablet. Using a [latex]95\%[/latex] confidence level, compute and interpret a confidence interval estimate for the true proportion of people who own tablets.