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.


Last update: Dec 14, 2023