Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Difference between autoregression and autocorrelation

Writer Emily Wong
$\begingroup$

I am struggling to understand the subtle difference between autoregression and autocorrelation.

I know that if there is autoregression $x(t)=\alpha x(t-1)$ and if there is autocorrelation $\text{corr}(x(t),x(t-1))>0$....

...but surely if there is autoregression then we have autocorrelation and vica versa.

Im sure other people out there are having this difficulty. Please extend this argument to the nth case if necessary, I chose 1st case for simplicity.

$\endgroup$

2 Answers

$\begingroup$

Auto correlation is

$$\text{Cor}(X_t,X_{t-k})$$

and the regression coefficient in simple linear regression is

$$\beta = \text{Cor}(Y, X)\frac{\sigma_Y}{\sigma_X}$$

so

$$\alpha = \text{Cor}(X_t, X_{t-k}) \frac{\sigma_{X_t}}{\sigma_{X_{t-k}}}=\text{Cor}(X_t, X_{t-k})$$

if we assume that $\sigma_{X_t} = \sigma_{X_{t-k}}$.

$\endgroup$ $\begingroup$

For me, auto-correlation to auto-regression is the same as correlation to multiple regression. Namely, (auto)-correlation is the "state of the nature" that is modeled with auto-regression. However, can be modeled with moving-average as well, or both - e.g., AR(I)MA models. Assuming that the data were generated by some $AR(p)$ process is mostly too naive. Namely, as in linear regression - the most plausible view is that there is some structure of auto-correlation in your data that can be approximated (modeled) with an auto-regressive model.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy