How this calculator works
Pearson r divides the paired cross-deviation sum by the geometric mean of the two deviation sums of squares.
Formula
r=Σ((x−x̄)(y−ȳ))/√(Σ(x−x̄)²Σ(y−ȳ)²)Calculates the Pearson product-moment correlation coefficient for paired numeric observations.
Worked example
Perfect positive relationship is a verified test case used by the calculation engine.
Assumptions and limitations
- Datasets contain paired observations and have equal length.
- At least two pairs are required.
- Correlation is undefined when either dataset is constant.
- Correlation measures linear association and does not establish causation.
Methodology & sources
This calculator uses deterministic, versioned calculation logic. The formula and verified examples above are part of the calculation definition used by CalcuMint.
- CalcuMint deterministic statistics engine
Frequently asked questions
What range can Pearson r take?
The coefficient ranges from −1 to 1.
Does correlation prove causation?
No. Correlation quantifies linear association; it does not by itself establish a causal relationship.
