statsmodels.regression.process_regression.ProcessMLE.predict¶
method
-
ProcessMLE.
predict
(params, exog=None, *args, **kwargs)[source]¶ Obtain predictions of the mean structure.
Parameters: params : array-like
The model parameters, may be truncated to include only mean parameters.
exog : array-like
The design matrix for the mean structure. If not provided, the model’s design matrix is used.