SVForecastResult#
- class impulso.results.SVForecastResult(*, idata, series_name, steps)[source]#
Bases:
VARResultBaseDensity forecast from a univariate SV model.
- idata#
InferenceData with ‘forecast’ in posterior_predictive.
- median()[source]#
Posterior median of the density forecast.
- Returns:
DataFrame of median forecasts indexed by step.
- Return type:
- model_config = {'arbitrary_types_allowed': True, 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].