Projects a matrix X on to the SPD manifold.
1 | proj_M_spd(X, c = .Machine$double.eps)
|
X |
A matrix to transform into an SPD matrix. |
c |
c is the eigenvalues threshold (if any eigenvalue is less than c, then the matrix is not SPD, since an SPD matrix has all non-zero eigenvalues). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.