The extrapolators in practice: nested-grid fidelity
The question, and the design¶
The theory pages prove how the consumption function behaves beyond any finite grid: above, the precautionary-saving gap dies as a power law with exponent [1] (the tail law, Theorem A1 of the statement page); below, consumption approaches the maximal-MPC line at rate (Theorem CE). This page reports the practical test: can a small grid, finished with the theory’s two tail extrapolators, reproduce the solution of a much larger grid — beyond the small grid’s own edges?
The design is a nested-grid protocol. A “truth” solution is computed on a deliberately enormous log grid ( points spanning ). A small-grid solution is then computed on a strict subset of the same grid — points removed from each end, so every small-grid node is a truth node and all comparisons are node-aligned. The small solve is finished three ways: with the crude edge rules older solvers use (perfect-foresight above the top knot, below the bottom knot — “the rails”); with the two theory tails, participating in the solve itself; and with the tails attached only after a rails solve (evaluation-only), which isolates where the tails do their work. Two calibrations carry the two ends: an estimated high-school calibration (HS-mean — code id CAL-HS — : the fat-gap top regime) and a zero-income-atom calibration (CE, : the theorem-backed constraint end). Everything is deterministic and pre-registered; the run record and its verification battery live in the repository beside this page.
The tails are value-matched at the small grid’s knots and take their exponents from the theory alone — nothing is fitted to the truth:
with the PF agent’s perfect-foresight total wealth (definition), the worst-atom maximal MPC (Prop C1), and pinned by continuity at the bottom knot.
(Scoping note: the displayed top-tail exponent keeps the library’s general clip because it describes library code — and on the CE run the clip was active: CE is a constraint-end instrument outside this corpus’s standing GIC-policy assumption, with there; under GIC-policy the clip is inactive, as on HS-mean where .)

Figure 1:The top tail (HS-mean, per end). Left: the gap ; the tail leaves the small grid’s knot and lies on the truth through the entire removed region — two and a half decades of wealth the small grid never saw. Right: the visual verdict — sup relative error (tails) vs (perfect- foresight rail), a improvement; the minimum per-decade improvement on the gap is .

Figure 2:The bottom tail (CE, , ; per end) — the first implementation of Theorem CE. Left: ; the crude rail asserts an MPC of 1 where the truth is — a 27% consumption error the tail replaces with twelve digits of fidelity (sup relative error , a improvement); the tail’s MPC at the deepest node equals to 10-6. Right: the gap rides the slope- guide exactly — the theorem’s power law, drawn by the data.
The finding that matters for solvers¶
An extrapolator plays two roles: it finishes the returned consumption function beyond the grid, and it participates inside the solve, because the Euler expectation evaluates next-period consumption at , which overruns any realistic grid top whenever a large transitory draw meets a large asset node (and undershoots the bottom via the zero-income branch). The three-variant design separates the roles, and the answer is lopsided: the in-solve role carries almost all of the value. At the bottom, tails inside the solve beat evaluation-only tails by a factor ; at the top, by . A solver that only decorates its output function with a tail — leaving the crude rules inside the expectations — forfeits most of the benefit. This is the design requirement for any implementation: the tail must be wired into the solution loop.
What the gates say, honestly¶
The experiment ran under pre-registered gates, frozen before the first run. The headline fidelity gates passed as shown in the figures. Two audit-instrument clauses failed as artifacts of measurement floors — on the CE calibration the top-end gap is smaller than any solver’s convergence remnant can resolve ( there, so ), and an adversarial verification pass proved the discrepancy equals the truth solve’s own convergence noise amplified by , while the tail’s amplitude matches the theory’s boundary value to . And one gate asked for more than nested grids can give: a trimmed grid solves a slightly different problem even at shared interior nodes, so in-grid agreement has a floor (measured: on CE, on HS-mean — the latter from a benign constrained-region channel that affects every variant equally). The full gate record, the amendment history, and the quantitative adjudication live with the battery in the repository.
Where this goes¶
The library behind this page mirrors the interface of HARK’s
interpolation layer, and the measured numbers above are the evidence base for adding
optional power-law extrapolation to HARK’s ConsIndShockModel (the top tail wires
machinery already present in HARK PR
#1782; the bottom -tail is new,
and its theory is now complete: Theorem CE-ψ extends to
permanent shocks under a primitive contraction criterion, with the complementary regime
characterized as a renewal problem — so the implementation regime-gates exactly as the
theory states). The tails never touch the theory-verification batteries elsewhere in
this corpus: the theorems are verified by solvers that know nothing of the laws they
confirm, and this page’s truth solution is certified by extended-grid audits rather than by
assumption.
Stated as itself per this corpus’s standing GIC-policy assumption (, hence ); the general theorem’s exponent is , and the clip is inactive here.