Description Usage Arguments Value Examples
Finds closest symmetric positive definite matrix
1 | nearestSPD(A)
|
A |
matrix |
Ahat closest SPD matrix to A
1 2 | m <- matrix(c(1,2,3,4,5,6,7,8,9),3,3,byrow = TRUE)
nearestSPD(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.