statsmodels.regression.process_regression.ProcessMLE.predict¶ 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.