Usage
lacf(x, filter.number = 10, family = "DaubLeAsymm", smooth.dev = var,
AutoReflect = TRUE, lag.max = NULL, WPsmooth.type = "RM",
binwidth, tol=0.1, maxits=5, ABBverbose=0, verbose=FALSE, ...)Arguments
x
The time series you wish to analyze
filter.number
Wavelet filter number you wish to use to
analyse the time series (to form the wavelet periodogram, etc)
See filter.select for more details.
family
Wavelet family to use, see filter.select for
more details.
smooth.dev
Change variance estimate for smoothing. Note: var
is good for this purpose.
AutoReflect
If TRUE then an internal reflection method
is used to repackage the time series so that it can be
analyzed by the periodic-assuming wavelet transforms.
lag.max
The maximum lag of acf required. If NULL then the
same default as in the regular acf function is used.
WPsmooth.type
The type of smoothing used to produce the
estimate. See ewspec3 for more advice on this. binwidth
If necessary, the binwidth for the
spectral smoothing, see ewspec3 for more info.
If WTsmooth.type=="RM" then this argument specifies
the binwidth of the kernel smoother applied verbose
If TRUE then informative message is printed