Data Input

Paste return values (one per line, or comma/space separated). Use decimal or percentage format — e.g. 0.05 or 5.0

Pearson Correlation (r)
Enter return data for both assets
R² (Coefficient of Determination)
p-value (Statistical Significance)
t-Statistic
Sample Size (n)
Mean X
Mean Y
Std Dev X
Std Dev Y
Scatter Plot — X vs Y Returns

What each tab calculates

01

Pearson

Calculates the Pearson correlation coefficient r = Σ(xᵢ−x̄)(yᵢ−ȳ) / (n·σx·σy), plus R² (coefficient of determination), t-statistic, p-value for significance testing, sample size, mean, and standard deviation for both series. Scatter plot visualizes the relationship.

02

Rolling

Computes Pearson correlation within a sliding window over the full return series, showing how the relationship between two assets changes over time. Reports latest, min, max, average, and std dev of rolling r, plus the percentage of periods where correlation was negative.

03

Matrix

Calculates all pairwise Pearson correlations between up to 6 assets simultaneously and displays results as a color-coded heatmap matrix. Darker green = lower correlation (better diversification); darker red = higher correlation. Reports average, min, and max pairwise r.

04

Regression

Runs OLS linear regression Y = α + β·X, calculating Beta (market sensitivity), Alpha (intercept), Jensen's Alpha (annualized), R², standard error of regression, tracking error, information ratio, and Beta p-value. Scatter plot with regression line and 95% confidence band.

05

Interpret

A comprehensive reference guide explaining how to interpret Pearson r, R², Beta, p-values, and rolling correlation — including practical tables for portfolio construction, diversification decisions, and statistical significance assessment.