View source: R/gramSchmidtOrth.R
gramSchmidtOrth | R Documentation |
Gram schimdt orhtogonalize a with respect to b, and normalize
gramSchmidtOrth(a, b, weights = 1, norm = TRUE)
a |
the vector to be orthogonalized |
b |
the vector to be orthogonalized to |
weights |
weights vector |
norm |
a boolean, should the result be normalized? |
The orthogonalized vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.