chol.new | R Documentation |
Returned a matrix forming Cholesky Decomposition
chol.new(Q)
Q |
a symmetric matrix, maybe non-positive. |
This is used internally as an extension of chol
that works on a positive matrix.
A mtrix M suth that XX^T=Q
.
chol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.