Skip to main content
Statistics LibreTexts

4.5: Computing r

  • Page ID
    2100
  • \( \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

    • Define \(X\) and \(x\)
    • State why \(\sum xy=0\) when there is no relationship
    • Calculate \(r\)

    There are several formulas that can be used to compute Pearson's correlation. Some formulas make more conceptual sense whereas others are easier to actually compute. We are going to begin with a formula that makes more conceptual sense.

    We are going to compute the correlation between the variables \(X\) and \(Y\) shown in Table \(\PageIndex{1}\). We begin by computing the mean for \(X\) and subtracting this mean from all values of \(X\). The new variable is called "\(x\)". The variable "\(y\)" is computed similarly. The variables \(x\) and \(y\) are said to be deviation scores because each score is a deviation from the mean. Notice that the means of \(x\) and \(y\) are both \(0\). Next we create a new column by multiplying \(x\) and \(y\).

    Before proceeding with the calculations, let's consider why the sum of the \(xy\) column reveals the relationship between \(X\) and \(Y\). If there were no relationship between \(X\) and \(Y\), then positive values of \(x\) would be just as likely to be paired with negative values of \(y\) as with positive values. This would make negative values of \(xy\) as likely as positive values and the sum would be small. On the other hand, consider Table 1 in which high values of \(X\) are associated with high values of \(Y\) and low values of \(X\) are associated with low values of \(Y\). You can see that positive values of \(x\) are associated with positive values of \(y\) and negative values of \(x\) are associated with negative values of \(y\). In all cases, the product of \(x\) and \(y\) is positive, resulting in a high total for the \(xy\) column. Finally, if there were a negative relationship then positive values of \(x\) would be associated with negative values of \(y\) and negative values of \(x\) would be associated with positive values of \(y\). This would lead to negative values for \(xy\).

    Table \(\PageIndex{1}\): Calculation of \(r\)
    X Y x y xy x2 y2
    1 4 -3 -5 15 9 25
    3 6 -1 -3 3 1 9
    5 10 1 1 1 1 1
    5 12 1 3 3 1 9
    6 13 2 4 8 4 16
    Total 20 45 0 0 30 16 60
    Mean 4 9 0 0 6

    Pearson's \(r\) is designed so that the correlation between height and weight is the same whether height is measured in inches or in feet. To achieve this property, Pearson's correlation is computed by dividing the sum of the \(xy\) column (\(\sum xy\)) by the square root of the product of the sum of the \(x^2\) column (\(\sum x^2\)) and the sum of the \(y^2\) column (\(\sum y^2\)). The resulting formula is:

    \[r=\dfrac{\sum xy}{\sqrt{\sum x^2\sum y^2}}\]

    and therefore

    \[r=\dfrac{30}{\sqrt{(16)(60)}}=\dfrac{30}{\sqrt{960}}=\dfrac{30}{30.984}=0.968\]

    An alternative computational formula that avoids the step of computing deviation scores is:

    \[r=\dfrac{\sum XY-\dfrac{\sum X\sum Y}{N}}{\sqrt{\left ( \sum X^2-\dfrac{\left ( \sum X \right )^2}{N} \right )}\sqrt{\left ( \sum Y^2-\dfrac{\left ( \sum Y \right )^2}{N} \right )}}\]


    This page titled 4.5: Computing r 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.

    • Was this article helpful?