smoother_functions: Smoother functions

Description Usage Format

Description

Each of these functions have an interface function(lambda, xj, ...), and return smoothed values for xj. The output is expected to be ordered along an ordered lambda. This means that the following is true:

1
2
3
4
5
x <- runif(100)
y <- runif(100)
ord <- sample.int(100)
sfun <- smoother_functions[[1]]
all(sfun(x, y) == sfun(x[ord], y[ord]))

Usage

1

Format

An object of class list of length 3.


rcannood/princurve documentation built on Jan. 20, 2021, 4:50 a.m.