chol.new {assist} | 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
.