center
std.geometry.center · Level L0Shift a set of points so that its centroid is the origin.
xᵢ − c
Signature
center(X: f64[m, d]) → f64[m, d]
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.
- input
- operation
- constant
- call
- output
Verification
- Signature proven by NOVA’s shape solver, for every size.
- Equal to the reference
X - X.mean(axis=0)in exact rational arithmetic, on all 40 test cases. - All 685 float64 results inside the running error bound; the closest uses 59% of it.
- Interpreter and NumPy backend return bit-identical results.
Accuracy in detail
- correctly rounded (the float64 nearest the exact value)
- 79%
- bit-equal to the NumPy formula in float64
- 100%
- largest error, in units in the last place
- 38
Large ulp counts appear only where cancellation drives a result toward zero; the absolute error is still inside the bound.
Identity
Calls
—
Called by
—
sha256:1ca910a7b0c98957b1b3f26f45aced14133414cc9128dc997b3b197ca9ea1b08The semantic hash of the graph. It changes when the program changes, and never when only its documentation does.