statsmodels.tsa.exponential_smoothing.ets.ETSResults.summary

ETSResults.summary(alpha=0.05, start=None)[source]

Summarize the fitted model

Parameters:
  • alpha (float, optional) – Significance level for the confidence intervals. Default is 0.05.

  • start (int, optional) – Integer of the start observation. Default is 0.

Returns:

summary – This holds the summary table and text, which can be printed or converted to various output formats.

Return type:

Summary instance