chol | R Documentation |
The function computes Cholesky factor as a lower triangular matrix.
chol(A)
A |
A symmetric positive definite matrix to be factored. No default value. |
A = matrix(c(1,-1,-1,1), ncol=2) L = chol(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.