Description Usage Arguments Value Examples
This function performs PCA using QR decomposition.
1 | myEigen_QR(A, numIter = 1000)
|
A |
A square, symmetric matrix |
numIter |
the number of iterations to run QR decomposition on, default is 1000 |
Returns a list of eigenvalues and eigenvectors of A
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.