RollingSpreadModel
Ancestors
systematica.models.base.BaseStatArbabc.ABC
Static methods
get_feature_expression
Instance variables
-
lower: float: Lower threshold. Defaults to -0.2. -
minp: int: Mininim period. Defaults toNone, which means no minimum period is applied. -
upper: float: Upper threshold. Defaults to 0.2. -
window: int: The size of the rolling window. Defaults to365.
Methods
plot
Returns:
RollingZscoreModel
Ancestors
systematica.models.base.BaseStatArbabc.ABC
Static methods
get_feature_expression
Instance variables
-
lower_alpha: float: Lower tail probability used to compute percent point function (inverse ofcdf) at q of the given RV. Defaults to 0.05. -
minp: int: Mininim period. Defaults toNone, which means no minimum period is applied. -
upper_alpha: float: Upper tail probability used to compute percent point function (inverse ofcdf) at q of the given RV. Defaults to 0.05. -
use_returns: bool: Flag to explicitly use returns as input ifTrue. Otherwise, use log prices Defaults to `False. -
window: int: The size of the rolling window. Defaults to365.
Methods
plot
Returns:

