ridgepower: ridgepower

Description Usage Arguments Value References Examples

View source: R/utilities.R

Description

ridgepower

Usage

1

Arguments

a

square matrix

e

tuning parameter

c

power

Value

matrix with the power

References

Li, B. (2018). Sufficient dimension reduction: Methods and applications with R. CRC Press.

Examples

1
2
x <- matrix(c(1:4),2,2)
result <- ridgepower(x, 0.001, -1)

nsdr documentation built on June 3, 2021, 9:06 a.m.

Related to ridgepower in nsdr...