Autoregressive model is a statistical method to deal with time series. It uses the same variable, such as the previous periods of X, that is, X1 to xt-1, to predict the performance of XT in this period, and assumes that they are a linear relationship. Because this is developed from linear regression in regression analysis, but x is not used to predict y, but x is used to predict x (itself); So it’s called autoregression.
Where: C is a constant term; It is assumed that the mean is equal to 0 and the standard deviation is equal to the random error value of; It is assumed to be constant for any t. The text description is: the expected value of X is equal to the linear combination of one or several late stages, plus constant term and random error.
Vector autoregressive model is a generalization of AR model. This concept should be different from the VAR model of financi