compute_cov_cpp | R Documentation |
Calculates the (MODWT) wavelet covariance matrix
compute_cov_cpp(signal_modwt, nb_level, compute_v = "diag", robust = TRUE, eff = 0.6)
signal_modwt |
A |
nb_level |
A |
compute_v |
A |
robust |
A |
eff |
A |
A field<mat>
containing the covariance matrix.
## Not run: x=rnorm(100) decomp = modwt(x) V = compute_cov_cpp(decomp$data, decomp$nlevels, compute_v="diag", robust = TRUE, eff=0.6) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.