sample_variance

std.stats.sample_variance · Level L1

Sample variance, dividing by n − 1. The count comes from the Size primitive. Calls variance.

(1/(n − 1))·Σᵢ (xᵢ − x̄)²

Signature

sample_variance(x: 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]1.0SizenvariancevSubtractnm1DividescaleMultiplys2s2f64[]
  • input
  • operation
  • constant
  • call
  • output

Verification

  • Signature proven by NOVA’s shape solver, for every size.
  • Equal to the reference np.var(x, ddof=1) in exact rational arithmetic, on all 40 test cases.
  • All 40 float64 results inside the running error bound; the closest uses 17% of it.
  • Interpreter and NumPy backend return bit-identical results.
Accuracy in detail
correctly rounded (the float64 nearest the exact value)
63%
bit-equal to the NumPy formula in float64
88%
largest error, in units in the last place
1.12

Identity

Calls
Called by
—
sha256:7f4abf63a5108ab7a060143d773ab3896f6320759f432eb521d40465d099a7af

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