code wiki / (root) / sketch_markov_test.nx

sketch_markov_test.nx

buildroot/runtime/sketch_markov_test.nx

4818 B126 linesdepth 5pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic sketch
docsdependenciesstructsconstsfunctions

about

sketch_markov_test.nx -- Markov chain transition tracker verification.

dependencies 3 imports · 0 importers

syscalls.nx sketch_markov.nx sketch_types.nx sketch_markov_test.nx

imports: syscalls.nxsketch_markov.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_markov_alloc nx_markov_total nx_markov_observe nx_markov_cell_idx nx_markov_count nx_markov_cell_idx ↻ nx_markov_row_sum nx_markov_probability_ppm nx_markov_cell_idx ↻ iabs nx_markov_predict nx_markov_count ↻ nx_markov_step nx_markov_observe ↻ nx_markov_query_probabilit nx_markov_probability_ppm ↻ nx_approx_new nx_markov_reset

structs

none

consts

none

functions

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