Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

first.local.minimum

Index of the first local minimum.


Description

This function computes the index of the first local minimum.

Usage

first.local.minimum(x)

Arguments

x

vector.

Value

the index of the first local minimum of x.

Author(s)

Nicole Kraemer

References

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

Examples

v<-rnorm(30)
out<-first.local.minimum(v)

plsdof

Degrees of Freedom and Statistical Inference for Partial Least Squares Regression

v0.3-0
GPL (>= 2)
Authors
Nicole Kraemer, Mikio L. Braun
Initial release
2021-03-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.