correlation

std.stats.correlation · Level L1

Pearson correlation of two paired samples. Calls covariance and std.

cov(x, y) / (σₓ·σᵧ)

Signature

correlation(x: f64[n], y: f64[n]) → f64[]

Structure

The function as NOVA stores it: one box per input, operation and output, and arrows that carry values. A double border marks a call to another library function; select it to open that function.

xf64[n]yf64[n]stdsxstdsycovariancecMultiplydenDividerrf64[]
  • input
  • operation
  • constant
  • call
  • output

Verification

  • Signature proven by NOVA’s shape solver, for every size.
  • Agrees with the reference np.corrcoef(x, y)[0, 1] to 80 digits (100-digit arithmetic), on all 40 test cases.
  • All 40 float64 results inside the running error bound; the closest uses 9% of it.
  • Interpreter and NumPy backend return bit-identical results.
Accuracy in detail
correctly rounded (the float64 nearest the exact value)
50%
bit-equal to the NumPy formula in float64
70%
largest error, in units in the last place
1.87

Identity

Calls
Called by
—
sha256:b9ee5479ce5ccc1616d0e2fa81effd419febbd58132c8480eb7949929ed74c4a

The semantic hash of the graph. It changes when the program changes, and never when only its documentation does.