Skip to content

Overview

Quick entry points into the documentation.

Three short overviews

  • Technical overview

    Architecture-level view: \(\Upsilon\) (meaning) vs \(\mathbf{\mathrm{Ρ}}\) (execution), stages/perches, and composition.

    Read

  • dolo-plus syntax guide

    The authoring workflow: stage YAML + methodization + calibration, and how stages compose into larger models.

    Read

  • Dolo & DYNARE

    Where dolo-plus fits relative to Dolo and DYNARE, and what the dolo-plus extensions buy you.

    Read

  • Meaning map to code (Υ → Ρ)

    How V[>] de-sugars into a callable, the whisperer pattern, Matsya at runtime, and why method independence falls out of FFP composition.

    Read

Notebooks (development)

Notebooks live in explore/ and are not published as part of the docs site.

  • Semiconjugate solve (finite-horizon EGM)

    GitHub Rendered

  • EGM cons-stage pipeline

    GitHub Rendered

  • Lifecycle period accretion walkthrough

    GitHub Rendered

  • Port-cons accretive solve (FFP composition)

    Modular Bellman operators in functional-programming style. Stages as higher-order operators, connectors as pure composition, EGM vs VFI comparison. Calls Matsya at runtime to de-sugar the Bellman equation.

    GitHub Rendered