wave.var | R Documentation |
Produces an estimate of the multiscale variance along with approximate confidence intervals.
wave.var(x, type = "eta3", p = 0.025)
x |
DWT/MODWT/AT object |
type |
character string describing confidence interval calculation; valid methods are gaussian, eta1, eta2, eta3, nongaussian |
p |
(one minus the) two-sided p-value for the confidence interval |
Dataframe with as many rows as levels in the wavelet transform object. The first column provides the point estimate for the wavelet variance followed by the lower and upper bounds from the confidence interval.
Percival, D. B. (1995) Biometrika, 82, No. 3, 619-631.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.