NOTE: It is not recommended that the casual user
call this function. The "wavelets on the interval" transform
is best called in WaveThresh
via the
wd function with the argument
bc
argument set to "interval"
.
wd.int(data, preferred.filter.number, min.scale, precond)
data
preferred.filter.number
min.scale
precond
data
.
We again emphasize that this list is not intended for human consumption,
use the wd function with the correct
bc="interval"
argument.
WaveThresh
implementation of the ``wavelets on the interval transform'' was
coded by Piotr Fryzlewicz,
Department of Mathematics,
Wroclaw University of Technology,
Poland; this code was largely based
on code written by
Markus Monnerjahn,
RHRK,
Universitat Kaiserslautern;
integration into WaveThresh
by
GPN).
See the help on the "wavelets on the interval code" in the wd help page.
# # The user is expected to call the wr # for inverting a "wavelets on the interval transform" and not to use # this function explicitly #