yuzu-research 0.12.2

Multi-run backtest research over yuzu-core: parameter sweeps, grids, walk-forward analysis, and lookahead-bias detection over a local data-layout tree.
Documentation

yuzu-research

crates.io

Multi-run backtest research over yuzu-core — part of citrusquant.

yuzu-core runs one backtest; this crate is the layer above. It composes the research primitives (factor IC/ICIR, event study, forward/daily returns) into multi-run analyses over a synced data-layout tree — parameter sweeps, grids, walk-forward selection, and lookahead-bias detection — plus the data-loading glue that turns a prices/ tree into an EvalContext.

It sits between the data/engine crates and the front ends (pomelo-* / yuzu-coreyuzu-researchyuzu-cli or a backend service). Everything returns serializable report structs; no CLI, no argument parsing.

See the research docs.

License

MIT