statsmodels.base.model.Results#

class statsmodels.base.model.Results(model, params, **kwd)[source]#

Class to contain model results

Parameters:
modelclass instance

The previously specified model instance.

paramsndarray

Parameter estimates from the fit 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