FEVDResult#
- class impulso.results.FEVDResult(*, idata, horizon, var_names)[source]#
Bases:
VARResultBaseResult from forecast error variance decomposition.
- idata#
ArviZ InferenceData with FEVD draws.
- median()[source]#
Posterior median FEVD.
- Returns:
DataFrame indexed by horizon (integer 0..H) with a MultiIndex([‘response’, ‘shock’]) on columns.
- Return type:
- model_config = {'arbitrary_types_allowed': True, 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].