statsmodels.regression.process_regression.ProcessMLEResults.predict#

ProcessMLEResults.predict(exog=None, transform=True, *args, **kwargs)[source]#

Return predicted values for the mean structure.

Parameters:
exogarray_like, optional

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

transformbool, optional

Not used, retained for compatibility with the parent class. A warning is issued if set to False.

*args

Additional positional arguments, accepted for API compatibility, but ignored.

**kwargs

Additional keyword arguments, accepted for API compatibility, but ignored.

Returns:
ndarray

The predicted values of the mean structure.