Learn R Programming

psd (version 1.0-0)

ctap_loess: Taper constraints using loess smoothing

Description

Taper constraints using loess smoothing

Usage

ctap_loess(tapvec, ...)

## S3 method for class 'tapers': ctap_loess(tapvec, ...)

## S3 method for class 'default': ctap_loess(tapvec, tapseq = NULL, loess.span = 0.3, loess.degree = 1, verbose = TRUE, ...)

Arguments

tapvec
integer; the number of tapers at each frequency (can be a vector)
...
additional arguments
tapseq
vector; positions to evaluate derivatives (unused here, but necessary for smoother methods)
loess.span
scalar; the span used in loess
loess.degree
scalar; the polynomial degree
verbose
logical; should warnings and messages be given?

See Also

constrain_tapers, ctap_simple_rcpp