statsmodels.regression.process_regression.ProcessMLEResults.summary#
- ProcessMLEResults.summary(yname=None, xname=None, title=None, alpha=0.05)[source]#
Summarize the fitted Gaussian process regression model.
- Parameters:
- yname
str,optional Not used, retained for compatibility with other summary methods.
- xname
list[str],optional Not used, retained for compatibility with other summary methods.
- title
str,optional Title for the summary. If not None, this replaces the default title.
- alpha
float Significance level for the confidence intervals.
- yname
- Returns:
SummaryA summary instance that holds the summary tables and text, which can be printed or converted to various output formats.