wave.var {WASP} | R Documentation |
Produces an estimate of the multiscale variance along with approximate confidence intervals.
Description
Produces an estimate of the multiscale variance along with approximate confidence intervals.
Usage
wave.var(x, type = "eta3", p = 0.025)
Arguments
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 |
Value
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.
References
Percival, D. B. (1995) Biometrika, 82, No. 3, 619-631.
[Package WASP version 1.4.4 Index]