4.8.3.2.3. statsmodels.tsa.ar_model.ARResultsWrapper¶
4.8.3.2.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[, start, end, dynamic]) |
Returns in-sample and out-of-sample prediction. |
save(fname[, remove_data]) |
save a pickle of this instance |