Logo

statsmodels.tsa.statespace.mlemodel.MLEModel.predict

MLEModel.predict(params, exog=None, *args, **kwargs)

After a model has been fit predict returns the fitted values.

This is a placeholder intended to be overwritten by individual models.

Previous topic

statsmodels.tsa.statespace.mlemodel.MLEModel.opg_information_matrix

Next topic

statsmodels.tsa.statespace.mlemodel.MLEModel.prepare_data

This Page