wvar_cpp {simts} | R Documentation |
Computes the (MODWT) wavelet variance
Description
Calculates the (MODWT) wavelet variance
Usage
wvar_cpp(signal_modwt_bw, robust, eff, alpha, ci_type)
Arguments
signal_modwt_bw |
A |
robust |
A |
eff |
A |
alpha |
A |
ci_type |
A |
Details
This function does the heavy lifting with the signal_modwt_bw
Value
A mat
with the structure:
"variance"Wavelet Variance
"low"Lower CI
"high"Upper CI
[Package simts version 0.2.2 Index]