crosscovariances
Cross-covariances refer to the linear relationship between pairs of random variables or stochastic processes, capturing how one quantity varies with another across time, space, or components. For random vectors X in R^p and Y in R^q with means μ_X and μ_Y, the cross-covariance is the p by q matrix Cov(X, Y) = E[(X − μ_X)(Y − μ_Y)^T]. When X = Y, this reduces to the usual covariance matrix Var(X). The cross-covariance matrix is related to the variances and covariances of the vector components and satisfies Cov(X, Y) = Cov(Y, X)^T and Cov(X, X) is symmetric positive semidefinite.
In the context of stochastic processes, the cross-covariance function is defined as γ_XY(h) = Cov(X_t, Y_{t+h}) for
Estimation and interpretation: For observed sequences x_t and y_t, the sample cross-covariance at lag h is γ̂_XY(h)