Description Usage Arguments Value Note Author(s) References
View source: R/splines__locate.knots.R
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)
1 | locate.knots(x, e, RadiusShrink)
|
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 |
"list" 'n.knots' ("numeric") gives the no. of knots returned. 'location' ("matrix") gives the knots location.
First version: Wed Mar 10 14:03:31 CET 2010; Current: Sat Sep 18 18:57:24 CEST 2010.
Feng Li, Department of Statistics, Stockholm University, Sweden.
Appendix C. in Villani et al (2009)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.