mppower: mppower

Description Usage Arguments Value References Examples

View source: R/utilities.R

Description

mppower

Usage

1

Arguments

matrix

input matrix

power

power

ignore

ignoring criterion

Value

Moore penrose inverse

References

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

Examples

1
2
a <- matrix(rnorm(4,0,1),2,2)
mppower(a,-1,0.2)

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

Related to mppower in nsdr...