statsmodels.tsa.vector_ar.var_model.VARResults.forecast_interval
-
VARResults.forecast_interval(y, steps, alpha=0.05)
-
Construct forecast interval estimates assuming the y are Gaussian
Returns: (lower, mid, upper) : (ndarray, ndarray, ndarray) Notes
Lutkepohl pp. 39-40
Please login to continue.