Description Usage Arguments Details Value Examples
Orthogonalize a matrix
1 |
X |
Numeric vector or matrix. |
X_true |
(optional) A 'true' matrix/vector. Used to correct the sign of the orthonormalized X if QR is used. Only the first column is corrected. |
type |
A character or numeric. Should be one of "QR" or "SVD". |
Choosing type='QR' uses a QR decomposition of X to produce orthonormal columns. For type=='SVD' it uses an SVD decomposition. The columns are corrected for sign.
An orthogonalized representation of X
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.