locate.knots: Locate knots in a m-space using Villani(2009)'s algorithm.

Description Usage Arguments Value Note Author(s) References

View source: R/splines__locate.knots.R

Description

This is the algorithm for determining the knots locations for a give global radius e>0 and a local radius skrinkage factor. The details can be foudn in Villani (2009)

Usage

1
locate.knots(x, e, RadiusShrink)

Arguments

x

"matrix". The data matrix without intercept.

e

"numeric". The radius for the Mahalanobis e-ball.

RadiusShrink

"numeric". The radius shrinkage factor for the Mahalanobis e-ball

Value

"list" 'n.knots' ("numeric") gives the no. of knots returned. 'location' ("matrix") gives the knots location.

Note

First version: Wed Mar 10 14:03:31 CET 2010; Current: Sat Sep 18 18:57:24 CEST 2010.

Author(s)

Feng Li, Department of Statistics, Stockholm University, Sweden.

References

Appendix C. in Villani et al (2009)


feng-li/flutils documentation built on Oct. 1, 2020, 9:09 p.m.