modwt_wvar_cpp | R Documentation |
Calculates the (MODWT) wavelet variance
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 powers the wvar object. It is also extendable...
A mat
with the structure:
"variance"Wavelet Variance
"low"Lower CI
"high"Upper CI
x=rnorm(100) 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.