Calculation Summary
The current inputs have been processed for the correlation coefficient calculator. Review the results panel for the computed output and use the charts tab to compare the current values visually.
How to Read It
The main result shows the direct answer for your current inputs. Supporting sections below explain the method, example, and common questions so the result is easier to interpret.
How to Use
- 1Enter comma-separated X values.
- 2Enter comma-separated Y values.
- 3View correlation coefficient.
Pearson Correlation
r = Σ(x-x̄)(y-ȳ) / √[Σ(x-x̄)² Σ(y-ȳ)²]Variables:
rCorrelation coefficient (-1 to 1)Example
Inputs:
Steps:
- 1.Calculate means
- 2.Calculate covariance and variances
- 3.r = cov / (sd_x × sd_y)
