code wiki / (root) / sketch_holt_test.nx

sketch_holt_test.nx

buildroot/runtime/sketch_holt_test.nx

3060 B86 linesdepth 5pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic sketch
docsdependenciesstructsconstsfunctions

about

sketch_holt_test.nx -- Holt's linear forecast verification.

dependencies 3 imports · 0 importers

syscalls.nx sketch_holt.nx sketch_types.nx sketch_holt_test.nx

imports: syscalls.nxsketch_holt.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_holt_alloc nx_holt_add nx_holt_level nx_holt_trend nx_holt_count iabs nx_holt_forecast nx_holt_query_forecast nx_holt_forecast ↻ nx_approx_new

structs

none

consts

none

functions

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