Statistics · Data presentation
1 / 10
Measuring correlation (the PMCC)
The product moment correlation coefficient r as a number between −1 and 1 measuring linear correlation — computing it from the summary statistics S_xy, S_xx, S_yy, interpreting it in context, and why coding leaves it unchanged.
Statistics · Data presentation
Measuring correlation (the PMCC)
The product moment correlation coefficient r as a number between −1 and 1 measuring linear correlation — computing it from the summary statistics S_xy, S_xx, S_yy, interpreting it in context, and why coding leaves it unchanged.
Why it works
A scatter diagram lets you describe correlation — positive or negative, strong or weak — but the product moment correlation coefficient (PMCC), written , puts a number on it. It always lies in where is perfect positive linear correlation (all points exactly on a rising line), is perfect negative, and is no linear correlation at all.You compute from three summary statistics: where, for data pairs, and are never negative (they measure spread), so the sign of comes entirely from . In an exam you are usually handed , , , , and , and the work is to assemble these three quantities and divide.Two things worth knowing:
- Interpret in context. A value like isn't just "strong positive" — say
- Coding doesn't change . If you simplify the numbers first by coding, e.g.
Remember measures linear correlation only: a perfect parabola can have near despite an exact relationship — so a small means "no straight-line trend", not "no relationship".