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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.