bwadap: Adaptive bandwidth choice

Description Usage Arguments Author(s) References See Also

View source: R/bwadap.R

Description

Generic function for adaptive bandwidth choice.

Usage

1
bwadap(x, ...)

Arguments

x

If x is a univariate time series with class ts, bwadap returns an appropriate smoothing parameter for spectral density estimation. If x is a univariate data vector with class numeric, bwadap returns a bandwidth for density estimation.

...

Further arguments passed to the methods.

Author(s)

Timothy L. McMurry

References

Politis, D. N. (2003). Adaptive bandwidth choice. Journal of Nonparametric Statistics, 15(4-5), 517-533.

See Also

bwadap.numeric, bwadap.ts


iosmooth documentation built on May 1, 2019, 10:30 p.m.

Related to bwadap in iosmooth...