NBB: Normal-bundle bootstrap.

Description Usage Arguments Value References See Also

View source: R/NormalBundleBootstrap.R

Description

A direct implementation of NBB without using smooth frame.

Usage

1
NBB(X0, sigma = NULL, d = 1L, knn = NULL)

Arguments

X0

Initial data/sample, a data.table: x, y.

sigma

KDE bandwidth for SCMS dynamical system.

d

Dimension of density ridge.

knn

Number of nearest neighbors to use, default to all.

Value

New data: I, index of ridge point; k, order of projection vector by distance on ridge.

References

Algorithm 3.1 in [@ZhangRD2021nbb].

See Also

scms for ridge estimation; SmoothFrame for smooth frame construction.


rudazhang/plmr documentation built on Aug. 30, 2021, 5:43 p.m.