Advanced Scenarios¶
This page collects higher-complexity examples for production-like workflows.
Recommended Pattern¶
- Use one method instance per independent stream.
- Persist method state between events if processing is distributed.
- Track empirical FDR/power in a monitoring loop.
- Keep method parameters fixed for a given experiment protocol.
Example Topics¶
- Multi-variant experiment pipelines with online control.
- Rolling-window analysis for non-stationary streams.
- Hybrid workflows that compare online and batch procedures.