statsmodels.base.model.Results¶
-
class
statsmodels.base.model.Results(model, params, **kwd)[source]¶ Class to contain model results
Parameters: model : class instance
the previously specified model instance
params : array
parameter estimates from the fit model
Methods
initialize(model, params, **kwd)predict([exog, transform])Call self.model.predict with self.params as the first argument. summary()Methods
initialize(model, params, **kwd)predict([exog, transform])Call self.model.predict with self.params as the first argument. summary()
