View source: R/Realized_corr.R
Realized_corr | R Documentation |
This function computes realized correlations from realized variances and covariances with the possibility of Fisher-transforming the realized correlations.
Realized_corr(realized_variances, realized_covariances, fisher_transf = T)
realized_variances |
Dataset of realized volatilities. A matrix or something that can be coerced to a matrix. Note: the volatilities must not be in logs. |
realized_covariances |
Dataset of realized covariances. A matrix or something that can be coerced to a matrix. |
fisher_transf |
Logical: if TRUE the correlations are computed and Fisher-transformed |
LM test statistics and p-values: asymptotic, with finite sample correction and asymptotic with heteroscedasticity correction and Lasso selections are printed to the console
Hecq, A., Margaritella, L., Smeekes, S., "Granger Causality Testing in High-Dimensional VARs: a Post-Double-Selection Procedure." arXiv preprint arXiv:1902.10991 (2019).
## Not run: Realized_corr(real_var, real_cov, fisher_transf=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.