Multiscale variance of maximal overlap discrete wavelet transform
[___] = modwtvar(
returns
wavelet variance with additional options specified by one or more w
,wname
,___,Name,Value
,)Name,Value
pair
arguments.
,
where wvartable
= modwtvar(w
,wname
,'table')'table'
returns a MATLAB® table, wvartable
, containing the number of
MODWT coefficients by level, the confidence boundaries, and the variance
estimates. You can place 'table'
anywhere after input
w
, except between the name and value of another
Name,Value
pair.
modwtvar(___)
with no output
arguments plots the wavelet variances by scale with lower and upper
confidence bounds. The scaling variance is not included in the plot
because the scaling variance can be much larger than the wavelet variances.
The following expressions define the variance and confidence methods used in the MODWTVAR. The variables are
Nj — Number of coefficients at level j
v2 — Variance
j — Level
Wj,t — Wavelet coefficients
The variance estimate is
The degrees of freedom for the Chi2Eta1 (chi2eta1
)
method are defined as
where
In this equation, is the spectral density function estimate of the wavelet coefficients at level j.
The chi-square statistic is
The degrees of freedom for the Chi2Eta3 (chi2eta3
)
method are defined as
The chi-square statistic is
For the Gaussian method, the statistic
is distributed
as N(0,1)
. The variable is
as described for chi2eta1
.
[1] Percival, D. B., and A. T. Walden. Wavelet Methods for Time Series Analysis. Cambridge, UK: Cambridge University Press, 2000.
[2] Percival, D. B., D. Mondal, "A Wavelet Variance Primer." Handbook of Statistics, Volume. 300, Time Series Analysis: Methods and Applications, (T. S. Rao, S. S. Rao, and C. R. Rao, eds.). Oxford, UK: Elsevier, 2012, pp. 623–658.
[3] Cornish, C. R., C. S. Bretherton, and D. B. Percival. "Maximal Overlap Wavelet Statistical Analysis with Application to Atmospheric Turbulence." Boundary-Layer Meteorology. Vol. 119, Number 2, 2005, pp. 339–374.