ginv {packMBPLSDA} | R Documentation |
generalized inverse of a matrix X
Description
function to calculate the generalized inverse of a matrix X
Usage
ginv(X, tol = sqrt(.Machine$double.eps))
Arguments
X |
Matrix for which the generalized inverse is required |
tol |
A relative tolerance to detect zero singular values |
[Package packMBPLSDA version 0.9.0 Index]