Description Usage Arguments Value Examples
Applies the Gram-Schimdt Process to a set of vectors
1 | GS_process(X, type = "orthogonal")
|
X |
a matrix of numerical vectors |
type |
Can be either "orthonormal" or "orthogonal". If "Orthonormal" then resulting vectores are all normalized to the standard basis. |
The resulting matrix
1 2 3 4 | v = rnorm(n = 200)
A = matrix(v, ncol = 5)
B = GS_process(A)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.