| chol.rvar | R Documentation |
Cholesky decomposition of an rvar containing a matrix.
## S3 method for class 'rvar'
chol(x, ...)
x |
(rvar) A 2-dimensional |
... |
Additional parameters passed on to |
An rvar containing the upper triangular factor of the Cholesky
decomposition, i.e., the matrix R such that R'R = x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.