modwt_wvar_cpp {simts} | R Documentation |
Computes the (MODWT) wavelet variance
Description
Calculates the (MODWT) wavelet variance
Usage
modwt_wvar_cpp(
signal,
nlevels,
robust,
eff,
alpha,
ci_type,
strWavelet,
decomp
)
Arguments
signal |
A |
robust |
A |
eff |
A |
alpha |
A |
ci_type |
A |
strWavelet |
A |
decomp |
A |
Details
This function powers the wvar object. It is also extendable...
Value
A mat
with the structure:
"variance"Wavelet Variance
"low"Lower CI
"high"Upper CI
[Package simts version 0.2.2 Index]