Confused about the definition of a weakly stationary stochastic process. Wikipedia and this Stack question have it that a process is weakly stationary if it has
- A constant mean $m_X(t)$
- Covariance $\operatorname{Cov}(X_t, X_s)$ depending only on $t-s$
- Finite (and constant) auto-covariances $\operatorname{Var}(X_t)$
Then on the Wikipedia page for the Ornstein-Uhlenbeck process, it describes the process as "stationary" (doesn't say weak or strict, but evidently weak) but then gives the mean and the covariance, and they are not as above. For instance,
$$\operatorname{Cov}(X_t, X_s) \propto \left(e^{- \theta |t-s|} - e^{\theta(t + s)} \right)$$
This evidently does not depend only on $t-s$. What gives?