Description Usage Arguments Value Examples
Returns the pseudoinverse of the crossproduct. Use instead of solve(crossprod(X))
1 |
X |
the matrix |
W |
a vector or diagonal matrix of weights |
tol |
tolerance |
method |
whether the divide and conquer ("dc") or standard ("std") algorithm should be used for the SVD. |
a matrix
1 | XtXinv(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.