GLMResults.get_prediction()

statsmodels.genmod.generalized_linear_model.GLMResults.get_prediction

GLMResults.get_prediction(exog=None, exposure=None, offset=None, transform=True, linear=False, row_labels=None) [source]

compute prediction results

Parameters:

exog : array-like, optional

The values for which you want to predict.

登录查看完整内容