View source: R/orthogonalization.R
| b_orthogonalize | R Documentation |
Orthogonalize columns in the B-inner product.
b_orthogonalize(X, B, against = NULL, tol = sqrt(.Machine$double.eps))
X |
Numeric matrix whose columns are orthogonalized. |
B |
Symmetric positive-definite metric matrix defining the inner product. |
against |
Optional matrix whose columns are projected out in the B-inner product. |
tol |
Orthogonality warning tolerance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.