VARResultBase#
- class impulso.results.VARResultBase(*, idata)[source]#
Bases:
ImpulsoBaseModelBase class for VAR post-estimation results.
Subclasses that hold a single named DataArray in idata.posterior_predictive (IRF, FEVD) declare its key via the class-level _PRIMARY_KEY; this drives the shared _guard_no_time_dim check.
- Parameters:
idata (InferenceData)
- idata#
ArviZ InferenceData holding the result draws.
- Type:
arviz.data.inference_data.InferenceData
- model_config = {'arbitrary_types_allowed': True, 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].