est_cov | R Documentation |
This function computes the estimated covariance matrix of the coefficients on individual signals using the Moving Block Bootstrap approach considered in Zhang et al. (2021). The detailed definition can be found in Equation (8) in Zhang et al. (2021) (https://arxiv.org/abs/2106.15997).
est_cov(Xt, scale_weights, sB = 10, B)
Xt |
A |
scale_weights |
A |
sB |
A |
B |
An |
A matrix
of the estimated covariance matrix of the coefficients on individual signals.
Yuming Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.