.sits_mass_ginv: Generalized Inverse of a Matrix
Description
Calculates the Moore-Penrose generalized inverse of a matrix X.
Usage
.sits_mass_ginv(mtx, tol = sqrt(.Machine$double.eps))
Value
A MP generalized inverse matrix for X.
Arguments
- mtx
Matrix for which the Moore-Penrose inverse is required.
- tol
A relative tolerance to detect zero singular values.
References
Venables, W. N. and Ripley, B. D. (1999)
Modern Applied Statistics with S-PLUS.