ctap_loess {psd} | R Documentation |
Taper constraints using loess smoothing
Description
Taper constraints using loess smoothing
Usage
ctap_loess(tapvec, ...)
## S3 method for class 'tapers'
ctap_loess(tapvec, ...)
## Default S3 method:
ctap_loess(
tapvec,
tapseq = NULL,
loess.span = 0.3,
loess.degree = 1,
verbose = TRUE,
...
)
Arguments
tapvec |
integer or |
... |
optional arguments |
tapseq |
numeric; positions or frequencies – necessary for smoother methods |
loess.span |
scalar; the span used in |
loess.degree |
scalar; the polynomial degree |
verbose |
logical; should warnings and messages be given? |
See Also
[Package psd version 2.1.1 Index]