statsmodels.tsa.statespace.mlemodel.MLEResults.summary¶ MLEResults.summary(alpha=0.05, start=None, title=None, model_name=None, display_params=True)[source]¶ Summarize the Model Parameters alphafloat, optionalSignificance level for the confidence intervals. Default is 0.05. startint, optionalInteger of the start observation. Default is 0. model_namestrThe name of the model used. Default is to use model class name. Returns summarySummary instanceThis holds the summary table and text, which can be printed or converted to various output formats. See also statsmodels.iolib.summary.Summary