Let’s go back to hare data and how we talked about autocorrelation of lag1.
layout(matrix(1:2, 1, 2)) # make two plots side by side (1row 2col)
plot(hare, type="o")
plot( hare[2:31], hare[1:30], ylab="This Year", xlab="Lat Year" )
## [1] 0.7025777
We assumed cor(\(X_2,X_1\)) is same as cor(\(X_{31},X_{30}\)). That’s a big assumption! We have asumed other things without thinking about them.
Series of r.v. \(\{X_1,\ldots,X_n\}\) is called weakly stationary if
Series of r.v. \(\{ X_1, \ldots, X_n \}\) is called strongly stationary if
How ‘stationary’ it looks depend on scale of the plot.