First-entry row data #
This file packages the row-wise data for the first-entry contribution to the normalization
constant. It introduces the threshold selecting admissible first jumps from a parent state m,
the resulting tail sum, and the pairwise weights used later in the fiberwise reindexing of
B_x.
Main definitions #
The least threshold satisfying both q ≥ Y and x ≤ m * q.
Equations
- PrimitiveSetsAboveX.entryThreshold x Y m = max Y (x ⌈/⌉ m)
Instances For
The first-entry tail sum starting from a parent state m.
Equations
Instances For
For a parent state already known to satisfy 1 ≤ m < x, the pairwise first-entry weight is
the corresponding scaled tail summand.
For a fixed parent state m, the first-entry row is either the scaled tail summand row when
1 ≤ m < x, or identically zero otherwise.