Class Web Page



1. Stationarity Assumption

Let’s go back to hare data and how we talked about autocorrelation of lag1.

## [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.

Weak Stationarity

Series of r.v. \(\{X_1,\ldots,X_n\}\) is called weakly stationary if

  • Mean \(E(X_t)\) does not depend on \(t\).
  • Variance \(V(X_t)\) does not depend on \(t\).
  • cor\((X_t,X_{t+h})\) does not depend on \(t\).

Strong Stationarity

Series of r.v. \(\{ X_1, \ldots, X_n \}\) is called strongly stationary if

  • Joint pdf of \(\{X_1,\ldots, X_n\}\) are identical to joint pdf of \(\{X_{t+1},\ldots, X_{t+n}\}\) for all \(t\). This is pretty strong assumption.

When we say “stationary”, we mean weak stationarity.



3. Warning: How it looks depends on your scope

How ‘stationary’ it looks depend on scale of the plot.



4. Example of Non-sationariy process

  • Series with Trend
  • Series with non-constant variance
  • Random Walk

Summary

  • For ACF and ACVF to be plotted and analyzed, the series must be (weakly) stationary.
  • Weak Stationaritymeans
    • \(E(X_t)\) is constant over time.
    • \(V(X_t)\) is constant over time.
    • ACF: \(\rho(h) = cor(X_t,X_{t-|h|})\) does not depend on time.