I would like to estimate the cross covariance of a data set but I want the estimate to be robust (tolerant to outliers). For example, if I wanted to robustly estimate the covariance of a data set, I can use MCD and MVE (both of which have various implementations in R).
Can these ideas be extended to non symmetric matrices (which cross covariance is generally)?
And for bonus points: Do you know of any implementation in R?
edit: specifically I want to estimate the cross covariance of lag 1 so covariance of $R_t,R_{t+1} $