pseudoinverse: pseudoinverse

Description Usage Arguments Value Examples

Description

Solve for the inverse of a matrix

Usage

1
pseudoinverse(X, tol = 1e-09, method = c("dc", "std"))

Arguments

X

a matrix

tol

tolerance for small singular values. the default is 1e-9

method

whether the divide and conquer ("dc") or standard ("std") algorithm should be used for the SVD.

Value

a matrix

Examples

1

abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.