View source: R/first.local.minimum.R
| first.local.minimum | R Documentation |
This function computes the index of the first local minimum.
first.local.minimum(x)
x |
vector. |
the index of the first local minimum of x.
Nicole Kraemer
Kraemer, N., Sugiyama M. (2011). "The Degrees of Freedom of Partial Least Squares Regression". Journal of the American Statistical Association. ahead of print 106 (494) https://www.tandfonline.com/doi/abs/10.1198/jasa.2011.tm10107
v<-rnorm(30) out<-first.local.minimum(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.