| wave_variance | R Documentation | 
Computes an estimate of the wave variance
wave_variance(signal_modwt_bw, robust = FALSE, eff = 0.6)
| signal_modwt_bw | A  | 
| robust | A  | 
| eff | A  | 
A vec that contains the wave variance.
set.seed(1337)
x = rnorm(100)
decomp = modwt_cpp(x, filter_name = "haar", nlevels = 4, boundary = "periodic", brickwall = TRUE)
wave_variance(decomp)
wave_variance(decomp, robust = TRUE, eff = 0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.