statsmodels.tsa.vector_ar.var_model.VARResults.forecast_interval

VARResults.forecast_interval(y, steps, alpha=0.05, exog_future=None)

Construct forecast interval estimates assuming the y are Gaussian

Notes

Lütkepohl pp. 39-40

Returns: (mid, lower, upper)
Return type: (ndarray, ndarray, ndarray)

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tsa.vector_ar.var_model.VARResults.forecast_interval.html