VolatilityResult#
- class impulso.results.VolatilityResult(*, idata, series_name, index)[source]#
Bases:
VARResultBaseResult from univariate SV fit — posterior of conditional SD.
Conditional SD is sigma_t = exp(h_t / 2), where h_t is the posterior log-volatility path.
- Parameters:
idata (InferenceData)
series_name (str)
index (DatetimeIndex)
- idata#
InferenceData with ‘h’ in posterior.
- index#
DatetimeIndex aligned with the fitted series.
- Type:
- model_config = {'arbitrary_types_allowed': True, 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].