| |
| | Stata help for mf_cholsolve |
 | | When A is not symmetric and positive definite, [M-5] lusolve(), [M-5] qrsolve(), and [M-5] svsolve() are alternatives based on the LU decomposition, the QR decomposition, and the singular value decomposition (SVD). |
 | | A is declared to be singular if [M-5] cholesky() finds that A is not positive definite, or if A is found to be positive definite, if any diagonal element of G is less than or equal to eta. |
 | | In the numerical method used, two checks are made: cholesky() makes one and then the eta rule is applied to ensure numerical stability in the use of the result cholesky() returns. |
| www.stata.com /help.cgi?mf_cholsolve (562 words) |
|