Function returns the treshold covariance matrix proposed in Gobbi and Mancini (2009).
Unlike the rOWCov
, the rThresholdCov uses univariate jump detection rules to truncate the effect of jumps on the covariance
estimate. As such, it remains feasible in high dimensions, but it is less robust to small cojumps.
Let \(r_{t,i}\) be an intraday \(N x 1\) return vector and \(i=1,...,M\)
the number of intraday returns.
Then, the \(k,q\)-th element of the threshold covariance matrix is defined as
$$
\mbox{tresholdcov}[k,q]_{t} = \sum_{i=1}^{M} r_{(k)t,i} 1_{\{r_{(k)t,i}^2 \leq TR_{M}\}} \ \ r_{(q)t,i} 1_{\{r_{(q)t,i}^2 \leq TR_{M}\}},
$$
with the treshold value \(TR_{M}\) set to \(9 \Delta^{-1}\) times the daily realized bi-power variation of asset \(k\),
as suggested in Jacod and Todorov (2009).