code wiki / (root) / sketch_moments_test.nx

sketch_moments_test.nx

buildroot/runtime/sketch_moments_test.nx

3762 B124 linesdepth 6pulls 6 transitivereach 0 importersview sourcekind gate/prooftopic sketch
docsdependenciesstructsconstsfunctions

about

sketch_moments_test.nx -- streaming skewness + kurtosis verification.

dependencies 3 imports · 0 importers

syscalls.nx sketch_moments.nx sketch_types.nx sketch_moments_test.nx

imports: syscalls.nxsketch_moments.nxsketch_types.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main nx_mom_alloc nx_mom_skewness_ppm nx_mom_variance nx_mom_mean nx_mom_isqrt nx_mom_m3 nx_mom_mean ↻ nx_mom_kurtosis_ppm nx_mom_variance ↻ nx_mom_isqrt ↻ nx_mom_m4 nx_mom_mean ↻ nx_mom_add nx_mom_safe_p nx_mom_mean ↻ nx_mom_variance ↻ iabs nx_mom_merge nx_mom_alloc ↻ nx_mom_safe_p ↻ nx_mom_query_skewness nx_mom_skewness_ppm ↻ nx_approx_new nx_mom_stderr_ppb nx_mom_isqrt ↻

structs

none

consts

none

functions

7func iabs(x: i64) -> i64 {
called by 1: main
12func main() -> i64 {