LagOrderResult#
- class impulso.results.LagOrderResult(*, aic, bic, hq, criteria_table)[source]#
Bases:
ImpulsoBaseModelResult from lag order selection.
- criteria_table#
DataFrame of all criteria values by lag order.
- Type:
Expand for references to
impulso.results.LagOrderResult- model_config = {'arbitrary_types_allowed': True, 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- summary()[source]#
Return the full criteria table.
- Returns:
DataFrame with information criteria for each lag order.
- Return type:
Expand for references to
impulso.results.LagOrderResult.summary