ctap_loess: Taper constraints using loess smoothing

Description Usage Arguments See Also

View source: R/func_tapers.R

Description

Taper constraints using loess smoothing

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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 'tapers' object; the number of tapers at each frequency

...

optional arguments

tapseq

numeric; positions or frequencies – 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


psd documentation built on Feb. 1, 2022, 1:06 a.m.