Stationarity

Stationarity in time series analysis refers to the statistical properties of the data, such as the mean and variance, remaining constant over time. A stationary time series has no trends, seasonal patterns, or other systematic changes in the mean or variance. Analyzing stationary time series is important because it allows for the use of standard statistical techniques for modeling and forecasting.

Weak v.s. Strict (Strong) Stationarity

Weak Stationarity (Second-Order Stationarity)

If a time series is weak stationary, the mean is constant and independent of time location; the autocorrelation of any two data points in the time series will only depend on the time difference but not on the time locations of the data points.

For A time series {Xt} is weakly stationary if the following conditions hold:

  1. Constant Mean: E[Xt]=μ,t
  2. Constant Variance: Var(Xt)=σ2
  3. Autocovariance depends only on the lag: For any s,t, the autocovariance depends only on the lag τ=|ts| as: Cov(Xt,Xs)=γ(τ)=γ(ts), where the γ(τ) is the autocovariance function, independent of t and s, depending only on τ.

For strict stationarity, the joint probability of the time series data points is the same when time shifts.

Strict Stationarity

A time series {Xt} is strictly stationary if the joint distribution of {Xt1,Xt2,...,Xtk} is invariant under time shifts for any t1,t2,...,tk and any integer h:

Pr(Xt1x1,Xt2x2,...,Xtkxk)=Pr(Xt1+hx1,Xt2+hx2,...,Xtk+hxk)

for all h,k, and t1,t2,...,tk.