statsmodels.tsa.exponential_smoothing.ets.ETSResults.summary¶ ETSResults.summary(alpha=0.05, start=None)[ソース]¶ Summarize the fitted model Parameters:¶ alphafloat, optionalSignificance level for the confidence intervals. Default is 0.05. startint, optionalInteger of the start observation. Default is 0. Returns:¶ summarySummary instanceThis holds the summary table and text, which can be printed or converted to various output formats. 参考 statsmodels.iolib.summary.Summary 最終更新日: 2025年01月28日