OhMyCalc

Correlation Calculator

Calculate Pearson's correlation coefficient (r) for four data pairs. Measures linear relationship strength from −1 to +1.

How to Use the Correlation Calculator

  1. Enter four pairs of (x, y) data values.
  2. Click Calculate to see Pearson's r and R².
  3. The strength indicator shows weak, moderate, or strong.

Referência Rápida

DePara
|r| > 0.7Strong correlation
0.3 < |r| ≤ 0.7Moderate correlation
|r| ≤ 0.3Weak correlation
r = 1Perfect positive
r = −1Perfect negative

Casos de Uso

Fórmula

r = Σ(xᵢ − x̄)(yᵢ − ȳ) / √[Σ(xᵢ − x̄)² × Σ(yᵢ − ȳ)²]. Range: −1 ≤ r ≤ 1.

Perguntas Frequentes

What does r mean?
r = +1 means perfect positive correlation, r = −1 perfect negative, and r = 0 no linear correlation.
What is R²?
The coefficient of determination (r²) tells what fraction of Y's variance is explained by X.
Does correlation imply causation?
No. Correlation measures association, not cause and effect.