Skip to main content
Business LibreTexts

8.4: Comparing Two Independent Population Proportions

  • Page ID
    79117
    \( \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}}\)

    Comparing two proportions, like comparing two means, is common. If two estimated proportions are different, it may be due to a difference in the populations or it may be due to chance in the sampling. A hypothesis test can help determine if a difference in the estimated proportions reflects a difference in the two population proportions.

    Like the case of differences in sample means, we construct a sampling distribution for differences in sample proportions: \(\left(P_{A}^{\prime}-P_{B}^{\prime}\right)\) where \(P_{A}^{\prime}={\frac{x_A}{n_{A}}}\) and \(P_{B}^{\prime}={\frac{x_B}{n_{B}}}\) are the sample proportions for the two sets of data in question. \(X_A\) and \(X_B\) are the number of observations in each sample group of interest, respectively, and \(n_A\) and \(n_B\) are the respective sample sizes from the two groups. Again we go the Central Limit theorem to find the distribution of this sampling distribution for the differences in sample proportions. And again we find that this sampling distribution, like the ones past, are normally distributed as proved by the Central Limit Theorem.

    Figure \(\PageIndex{1}\)

    Generally, the null hypothesis allows for the test of a difference of a particular value, \(\delta_{0}\), just as we did for the case of differences in means.

    \[H_{0} : P_{A}-P_{B}=\delta_{0}\nonumber\]

    \[H_{1} : P_{A}-P_{B} \neq \delta_{0}\nonumber\]

    \[\textbf{The confidence interval formula is:}\nonumber\]

    \[\left(P_{2}^{\prime}-P_{1}^{\prime}\right) \pm z_\frac{\alpha}{2} * \sqrt{\frac{P_{1}^{\prime} *\left(1-P_{1}^{\prime}\right)}{n_{1}}+\frac{P_{2}^{\prime} *\left(1-P_{2}^{\prime}\right)}{n_{2}}}\nonumber\]

    Example \(\PageIndex{1}\)

    A bank has recently acquired a new branch and thus has customers in this new territory. They are interested in the default rate in their new territory. They wish to test the hypothesis that the default rate is different from their current customer base. They sample 200 files in area A, their current customers, and find that 20 have defaulted. In area B, the new customers, another sample of 200 files shows 12 have defaulted on their loans. At a 1% level of significance can we say that the default rates are the same or different?

    Answer

    This is a test of proportions. We know this because the underlying random variable is binary, default or not default. Further, we know it is a test of differences in proportions because we have two sample groups, the current customer base and the newly acquired customer base. Let A and B be the subscripts for the two customer groups. Then pAand pB are the two population proportions we wish to test.

    Random Variable:

    \(P_{A}^{\prime}-P_{B}^{\prime}\) = difference in the proportions of customers who defaulted in the two groups.

    \(H_{0} : P_{A}=P_{B}\)

    \(H_{a} : P_{A} \neq P_{B}\)

    The words "is different" tell you the test is two-tailed.

    Distribution for the test:

    Estimated proportion for group A: \(P^{\prime}_{A}=\frac{x_{A}}{n_{A}}=\frac{20}{200}=0.1\)

    Estimated proportion for group B: \(P^{\prime}_{B}=\frac{x_{B}}{n_{B}}=\frac{12}{200}=0.06\)

    The estimated confidence interval for the difference between the two groups is: \[\left(P_{2}^{\prime}-P_{1}^{\prime}\right) \pm z_\frac{\alpha}{2} * \sqrt{\frac{P_{1}^{\prime} *\left(1-P_{1}^{\prime}\right)}{n_{1}}+\frac{P_{2}^{\prime} *\left(1-P_{2}^{\prime}\right)}{n_{2}}} = [-.03, .11]\nonumber\]

    Make a decision: Since the calculated confidence interval contains 0, we cannot reject \(H_0\).

    Conclusion: At a 1% level of significance, from the sample data, there is not sufficient evidence to conclude that there is a difference between the proportions of customers who defaulted in the two groups.

    Exercise \(\PageIndex{1}\)

    Two types of valves are being tested to determine if there is a difference in pressure tolerances. Fifteen out of a random sample of 100 of Valve A cracked under 4,500 psi. Six out of a random sample of 100 of Valve B cracked under 4,500 psi. Test at a 5% level of significance.


    This page titled 8.4: Comparing Two Independent Population Proportions is shared under a CC BY license and was authored, remixed, and/or curated by .