numeraire.core.protocols.SupportsForecast#
- class numeraire.core.protocols.SupportsForecast(*args, **kwargs)[source]#
Bases:
ProtocolCapability protocol (v0): a model that emits a next-horizon return forecast.
The forecast-origin engine fits on a window ending at
tand callsforecaston that same window; the returned value is the prediction of the return over(t, t+h], wheretis the window’s last date. Advertised viacapabilities() >= {TO_FORECAST}.- __init__(*args, **kwargs)#
Methods