function(alphas.wd, pow = 2, verbose = T, type = "approx", plotfn = F)
alphas.wd
D component of which contains the
coefficients of the powers of wavelets. The entry which would normally
be the coefficient of the wavelet at scale j and location k is the
coefficient of the same wavelet raised to the power pow.
If pow=2, then the overall scaling function coefficient
is included in the sum, otherwise the C component is
ignored completely.
The filter.number
and family
components of alphas.wd are used to determine which
wavelet is used.
pow
verbose
verbose=T, progress reports are printed while the
sum is being evaluated.
type
type="approx", the approximation is computed, if
type="exact", the exact solution is computed, and if
type="both" both the exact and approximate solutions are found.
plotfn
plotfn=T, the solution(s) found are plotted.
plotfn=T, the solution(s) found are plotted.
Sums of powers of wavelets are used in the computation of posterior
credible intervals for wavelet regression estimators; see the
documentation for the function wave.band for more details.