matpower: matpower

Description Usage Arguments Value References Examples

View source: R/utilities.R

Description

matpower

Usage

1
matpower(a,alpha)

Arguments

a

matrix

alpha

power

Value

power of a matrix

References

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

Examples

1
2
mat <- matrix(rnorm(4,1,3),2,2)
invmat <- matpower(mat,-1)

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

Related to matpower in nsdr...