Correlation estimate with confidence interval
Provide data to summarize the correlation estimate and confidence interval.
Explore how two metrics move together with narratives, diagnostics, and ready-to-share visuals.
The Pearson product-moment correlation summarizes whether two paired variables move together in a linear fashion.
$$\bar{x} = \frac{1}{n} \sum_{i=1}^{n} x_i \quad \bar{y} = \frac{1}{n} \sum_{i=1}^{n} y_i$$
$$r = \frac{\sum_{i=1}^{n} (x_i - \bar{x})(y_i - \bar{y})}{\sqrt{\sum (x_i - \bar{x})^2 \sum (y_i - \bar{y})^2}}$$
$$t = r \sqrt{\frac{n - 2}{1 - r^2}} \qquad df = n - 2$$
Select a preset to auto-fill inputs and narratives for common marketing analytics use cases (e.g., spend vs. conversions, awareness vs. consideration, or two survey metrics). Each preset can expose the raw CSV so you can inspect the required formatting.
Drag & Drop raw data file (.csv, .tsv, .txt)
Provide two named numeric columns such as x,y (paired) or 2+ numeric columns with headers for matrix mode. Blank rows are ignored.
We only scan files locally—no uploads leave your browser. Up to 2,000 rows per file.
Type smaller paired datasets directly. Enter Variable X and Variable Y for each row, then set how many rows you need (maximum of 50). For bigger tables, switch to the upload mode.
Need more than 50 rows? Head to the upload mode.
| Row | Variable X | Variable Y |
|---|
Upload a wide file with two or more numeric columns (comma or tab separated). Each column header becomes a variable in the correlation matrix for the summary upload mode.
No summary file uploaded yet.
Upload a file with two aligned columns (e.g., spend and conversions, metric_x and metric_y). Use this when you want to ingest raw paired observations.
No raw file uploaded yet.
By default we report Pearson’s r for linear, jointly normal relationships. Switch to Spearman’s rho for a rank-based estimate that down-weights outliers and handles ordinal or monotonic trends.
This selection drives every card, chart, narrative, and diagnostic once data are provided.
Provide data to summarize the correlation estimate and confidence interval.
Provide paired raw data to explore the scatterplot.
Toggles update immediately once charts are rendered. Confidence bands respect the current alpha setting.
| Variable | Mean | Median | Std. Dev. | Min | Max |
|---|---|---|---|---|---|
| Provide data to see summary statistics. | |||||
Enter data to compute the selected correlation.
r = --
p = --
95% CI: [--, --]
t(--)=--
R2 = --
Means: --
n = -- pairs
Mode: Paired upload
Summary will appear after analysis.
Business-facing copy will appear after analysis.
After you run an analysis, this panel summarizes sample size, variance, skew, outliers, and whether Pearson or Spearman best fits the relationship.