THE VISUAL FIELD GUIDE

Relationships.
Made visible.

Build your intuition, one observation at a time.

01 / THE IDEA

What is
correlation?

Correlation describes the direction and strength of a relationship between variables.

A coefficient compresses a pattern into a number from −1 to +1. Its sign gives the direction. Its magnitude describes the strength of the type of association being measured.

Strong negativeNo linear correlationStrong positive

Values closer to zero may indicate weak negative or weak positive linear association. There are no universal cutoffs for “strong.”

POSITIVE

Moving together.

As one variable rises, the other tends to rise too. A positive sign tells you the direction, not the cause.

01 / 04
NEGATIVE

Moving apart.

As one variable rises, the other tends to fall. A negative relationship can be just as strong as a positive one.

02 / 04
STRENGTH

Look at the spread.

Points spread out around a trend when the association is weak. The meaning of “strong” depends on the research context.

03 / 04
OUTLIERS

One unusual point.

An extreme observation may change Pearson r substantially. Investigate its source and show your sensitivity analysis.

04 / 04
POSITIVEr = 0.87
Variable Y versus Variable XFocus or hover a data point to inspect its coordinates. Potential outliers use diamond markers. -1.8-5.95.43.112.512.119.621.126.830.1Variable XVariable Y
02 / THE STRENGTH

How close
is the connection?

Choose a coefficient and compare the spread. The same magnitude can point in either direction.

These are teaching examples, not universal strength thresholds. Domain knowledge, measurement quality and uncertainty matter.

Variable Y versus Variable XFocus or hover a data point to inspect its coordinates. Potential outliers use diamond markers. -1.8-7.65.41.812.511.219.620.726.830.1Variable XVariable Y
03 / CHOOSE THE RIGHT LENS

Three ways to
see a relationship.

Choose the relationship you want to measure before choosing the method.

MethodMeasuresData typeRelationshipOutlier sensitivityTypical use
Pearson rStandardized covarianceNumeric measurementsLinearHighLinear association
Spearman ρCorrelation of average ranksNumeric or ordinalMonotonicLess sensitive, not immuneRanked or skewed data; monotonic trends
Kendall τ-bPairwise rank agreementNumeric or ordinalMonotonicLess sensitive, not immuneConcordance with tied observations

Pearson, unpacked.

Center both variables, measure how their deviations move together, then scale by their spread.

r=∑i=1n(xi−xˉ)(yi−yˉ)∑i=1n(xi−xˉ)2∑i=1n(yi−yˉ)2r=\frac{\sum_{i=1}^{n}(x_i-\bar{x})(y_i-\bar{y})}{\sqrt{\sum_{i=1}^{n}(x_i-\bar{x})^2\sum_{i=1}^{n}(y_i-\bar{y})^2}}
xᵢ, yᵢ
The paired values for observation i
x̄, ȳ
The means of X and Y
n
The number of paired observations
r
Pearson’s linear correlation coefficient

Normality is not required to calculate Pearson r. The parametric p-value and Fisher interval shown in this lab do have sampling assumptions. Non-normal data alone does not automatically make one method best.

See the calculation with your own data
THE INTERACTIVE EXPERIMENT

Move a point.
Change your perspective.

Drag the dots. Watch the number.
Every observation is part of the story.

Pearson r0.650
Variable Y versus Variable XDrag points, or tab to a point and use arrow keys. Potential outliers use diamond markers. -10-151.3-1.312.512.523.826.33540Variable XVariable Y

Keyboard: Tab to a point, then use arrow keys to move it. “Random Pattern” uses a reproducible irregular pattern with zero sample correlation.

A SMALL CHANGE. A BIG DIFFERENCE.

Can one point
change correlation?

Twenty observations tell one story. Add an extreme observation and see what happens to Pearson r.

Before 0.800Now 0.800

This button changes a teaching dataset, not your uploaded data. Investigate unusual observations before excluding them.

Variable Y versus Variable XFocus or hover a data point to inspect its coordinates. Potential outliers use diamond markers. -4-4010.8-21.325.5-2.540.316.35535Variable XVariable Y

The axes stay fixed so the effect is easy to compare.

04 / BEYOND A STRAIGHT LINE

Zero correlation.
An unmistakable
relationship.

Pearson correlation measures linear association. A low Pearson correlation does not necessarily mean there is no relationship.

Here, Y = X². The two arms of the curve cancel in the linear coefficient, even though X determines Y exactly.

Explore the U-shape
Y = X²r = 0.000
X² versus XFocus or hover a data point to inspect its coordinates. Potential outliers use diamond markers. -12.4-12-6.2190506.28112.4112XX²
05 / ASK THE NEXT QUESTION

Correlation
≠ causation.

Temperature can influence both ice cream sales and swimming activity. Their association does not establish that either causes the other.

A shared influence is a potential confounding variable. Study design, temporal order and credible causal assumptions are needed to move beyond association.

Bring your curiosity.
We’ll bring the math.

Start Calculating