IRFResult#
- class impulso.results.IRFResult(*, idata, horizon, var_names)[source]#
Bases:
VARResultBaseResult from impulse response function computation.
- idata#
ArviZ InferenceData with IRF draws.
- median()[source]#
Posterior median IRF.
- 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].