statsmodels.regression.process_regression.ProcessMLE.predict#

ProcessMLE.predict(params, exog=None, *args, **kwargs)[source]#

Obtain predictions of the mean structure

Parameters:
paramsarray_like

The model parameters, may be truncated to include only mean parameters.

exogarray_like

The design matrix for the mean structure. If not provided, the model’s design matrix is used.

*args

Additional positional arguments, accepted for API compatibility.

**kwargs

Additional keyword arguments, accepted for API compatibility.

Returns:
ndarray

The predicted values of the mean structure.