statsmodels.tsa.vector_ar.var_model.VARResults.mean

VARResults.mean()

Long run intercept of stable VAR process

Warning: trend and exog except for intercept are ignored for this. This might change in future versions.

Lütkepohl eq. 2.1.23

\[\mu = (I - A_1 - \dots - A_p)^{-1} \alpha\]

where alpha is the intercept (parameter of the constant)

© 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.mean.html