Arguments
wd
Wavelet decomposition object to reconstruct
start.level
The level you wish to start the reconstruction at.
This is usually the first level (level 0).
Note that this option assumes the coarsest level is labelled 0,
so it is best to think of this argument as
"the number of levels up from the coarsest level t
verbose
Controls the printing of "informative" messages whilst the
computations progress. Such messages are generally annoying
so it is turned off by default.
bc
The boundary conditions used. These should be determined by those
used to create the supplied wd.object
object.
In the case of density estimation they are "zero". filter.number
The filter number of the wavelet used to do the
reconstruction. Again, as for bc, you should probably leave this argument alone.
family
The type of wavelet used to do the reconstruction. You can change this argument from the default but it is probably NOT wise.
return.object
If this is FALSE then the top level of the reconstruction
is returned (this is the reconstructed function at the highest
resolution). Otherwise, if it is TRUE, the whole wd
reconstructed object is returned.