4.8.13.1.3. statsmodels.tsa.base.tsa_model.TimeSeriesResultsWrapper

class statsmodels.tsa.base.tsa_model.TimeSeriesResultsWrapper(results)[source]
__init__(results)

4.8.13.1.3.1. Methods

__init__(results)
conf_int(self[, alpha, cols, method]) Returns the confidence interval of the fitted parameters.
cov_params(self[, r_matrix, column, scale, ...]) Returns the variance/covariance matrix.
load(fname)
predict(self[, exog, transform]) Call self.model.predict with self.params as the first argument.
save(fname[, remove_data]) save a pickle of this instance