Examples#
The runnable, self-contained examples today live inside the guides:
Quickstart builds a view, runs a walk-forward backtest, evaluates it, and adds a forecasting example — all on synthetic data.
Extending: write your own method develops a complete method (an inverse-volatility strategy) from scratch, certifies it against the conformance suite, registers it for discovery, and pins a reproduction target.
Comparing methods scores two competing pricing models on one shared panel of test assets.
Reproduction gallery#
A gallery of end-to-end paper reproductions — each pairing a public dataset, a method, and a tolerance-banded reference result — is planned to accompany the public reproduction collection. It will live here as a thumbnailed gallery of runnable notebooks. Until then, Extending: write your own method shows the reproduction-target mechanism these walkthroughs are built on.