4
$\begingroup$

Let $(X_t, Y_t)$ be a stationary 2D Gaussian process, therefore $\mathbb{E}\left(X_t\right) = \mathbb{E}(Y_t) = 0$.

I am looking for an explicit example of a valid auto-covariance matrix, i.e: $ R(h) = \begin{pmatrix} \mathbb{E}\left(X_t X_{t+h}\right) & \mathbb{E}\left(X_t Y_{t+h}\right) \\ \mathbb{E}\left(Y_t X_{t+h}\right) & \mathbb{E}\left(Y_t Y_{t+h}\right) \end{pmatrix} $ such that $R(h)$ is not symmetric for $h\not=0$. Thank you.

  • 0
    Somebody downvoted this question? Wow.2012-12-21

1 Answers 1

3

Consider your favorite stationary Gaussian process $(X_t)_t$ and define $(Y_t)_t$ by $Y_t=X_{t+\ell}$, for some nonzero $\ell$. Then $\mathbb E(X_tY_{t+h})=\mathbb E(X_0X_{\ell+h})$ is the covariance at distance $|\ell+h|$, while $\mathbb E(Y_tX_{t+h})=\mathbb E(X_0X_{h-\ell})$ is the covariance at distance $|\ell-h|$.

  • 0
    I actually found that a vector valued ARMA process fits the bill.2012-12-29