batch_modwt_wvar_cpp | R Documentation |
Calculates the MO/DWT wavelet variance
batch_modwt_wvar_cpp(signal, nlevels, robust, eff, alpha, ci_type, strWavelet, decomp)
signal |
A |
robust |
A |
eff |
A |
alpha |
A |
ci_type |
A |
strWavelet |
A |
decomp |
A |
This function processes the decomposition of multiple signals quickly
A field<mat>
with the structure:
"variance"Wavelet Variance
"low"Lower CI
"high"Upper CI
x = cbind(rnorm(100),rnorm(100)) batch_modwt_wvar_cpp(x, nlevels=4, robust=FALSE, eff=0.6, alpha = 0.05, ci_type="eta3", strWavelet="haar", decomp="modwt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.