statsmodels.regression.process_regression.ProcessMLE.fit¶
-
ProcessMLE.
fit
(start_params=None, method=None, maxiter=None, **kwargs)[source]¶ Fit a grouped Gaussian process regression using MLE.
- Parameters
- start_paramsarray_like
Optional starting values.
- method
str
orarray
of
str
Method or sequence of methods for scipy optimize.
- maxiter
int
The maximum number of iterations in the optimization.
- Returns
An
instance
of
ProcessMLEResults.