SVForecastResult#
- class impulso.results.SVForecastResult(*, idata, series_name, steps, index=None)[source]#
Bases:
VARResultBaseDensity forecast from a univariate SV model.
- idata#
InferenceData-schema container with ‘forecast’ in posterior_predictive.
- index#
Forecast axis, normally supplied by FittedSV.forecast — a DatetimeIndex continuing the observed calendar when the data’s frequency is detectable. None (the default) falls back to a step-numbered RangeIndex.
- Type:
pandas.Index | None
- median()[source]#
Posterior median of the density forecast.
- Returns:
DataFrame of median forecasts indexed by the forecast axis — calendar dates when available, otherwise step number.
- Return type:
- model_config = {'arbitrary_types_allowed': True, 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].