Skip to main content
Statistics LibreTexts

7.12: Proportion

  • Page ID
    28930
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives

    • Estimate the population proportion from sample proportions
    • Apply the correction for continuity
    • Compute a confidence interval

    A candidate in a two-person election commissions a poll to determine who is ahead. The pollster randomly chooses \(500\) registered voters and determines that \(260\) out of the \(500\) favor the candidate. In other words, \(0.52\) of the sample favors the candidate. Although this point estimate of the proportion is informative, it is important to also compute a confidence interval. The confidence interval is computed based on the mean and standard deviation of the sampling distribution of a proportion. The formulas for these two parameters are shown below:

    \[\mu _p=\pi\]

    \[\sigma _p=\sqrt{\frac{\pi (1-\pi )}{N}}\]

    Since we do not know the population parameter \(\pi\), we use the sample proportion \(p\) as an estimate. The estimated standard error of \(p\) is therefore

    \[s _p=\sqrt{\frac{p(1-p)}{N}}\]

    We start by taking our statistic (\(p\)) and creating an interval that ranges (\(Z_{0.95}\))(\(s_p\)) in both directions, where \(Z_{0.95}\) is the number of standard deviations extending from the mean of a normal distribution required to contain \(0.95\) of the area (see the section on the confidence interval for the mean). The value of \(Z_{0.95}\) is computed with the normal calculator and is equal to \(1.96\). We then make a slight adjustment to correct for the fact that the distribution is discrete rather than continuous.

    Normal Distribution Calculator

    \(s_p\) is calculated as shown below:

    \[s _p=\sqrt{\frac{(0.52)(1-0.52)}{300}}=0.0223\]

    To correct for the fact that we are approximating a discrete distribution with a continuous distribution (the normal distribution), we subtract \(0.5/N\) from the lower limit and add \(0.5/N\) to the upper limit of the interval. Therefore the confidence interval is

    \[p\pm Z_{0.95}\sqrt{\frac{p(1-p)}{N}}\pm \frac{0.5}{N}\]

    \[\text{Lower limit}: 0.52 - (1.96)(0.0223) - 0.001 = 0.475\]

    \[\text{Upper limit}: 0.52 + (1.96)(0.0223) + 0.001 = 0.565\]

    \[0.475 \leq \pi \leq 0.565\]

    Since the interval extends \(0.045\) in both directions, the margin of error is \(0.045\). In terms of percent, between \(47.5\%\) and \(56.5\%\) of the voters favor the candidate and the margin of error is \(4.5\%\). Keep in mind that the margin of error of \(4.5\%\) is the margin of error for the percent favoring the candidate and not the margin of error for the difference between the percent favoring the candidate and the percent favoring the opponent. The margin of error for the difference is \(9\%\), twice the margin of error for the individual percent. Keep this in mind when you hear reports in the media; the media often get this wrong.


    This page titled 7.12: Proportion is shared under a Public Domain license and was authored, remixed, and/or curated by David Lane via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.