statsmodels.tsa.arima_model.ARIMAResults
class statsmodels.tsa.arima_model.ARIMAResults(model, params, normalized_cov_params=None, scale=1.0) [source]
Methods
aic()
arfreq() Returns the frequency of the AR roots.
arparams()
arroots()
bic()
bse()
conf_int([alpha, cols, method]) Returns the confidence interval of the fitted parameters.
cov_params()
f_test(r_matrix[, cov_p, scale, invcov]) Compute the F-test for a joint linear hypothesis.
fittedvalues()
forecast([steps, exog,