statsmodels.base.model.Results#
- class statsmodels.base.model.Results(model, params, **kwd)[source]#
Class to contain model results
- Parameters:
- model
classinstance The previously specified model instance.
- params
ndarray Parameter estimates from the fit model.
- model
Methods
initialize(model, params, **kwargs)Initialize (possibly re-initialize) a Results instance
predict([exog, transform])Call self.model.predict with self.params as the first argument
summary()Summary of Results, not implemented
Methods
initialize(model, params, **kwargs)Initialize (possibly re-initialize) a Results instance
predict([exog, transform])Call self.model.predict with self.params as the first argument
summary()Summary of Results, not implemented