Description Usage Arguments Value References Examples
ridgepower
1 | ridgepower(a,e,c)
|
a |
square matrix |
e |
tuning parameter |
c |
power |
matrix with the power
Li, B. (2018). Sufficient dimension reduction: Methods and applications with R. CRC Press.
1 2 | x <- matrix(c(1:4),2,2)
result <- ridgepower(x, 0.001, -1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.