Description Usage Arguments Details Author(s) Examples
Returns TRUE if and only if a matrix is positive definite.
| 1 | 
| a | Matrix to be tested | 
| ... | Extra arguments passed to  | 
A wrapper for eigen() (a matrix is positive definite if all its
eigenvalues are positive).  This function is included for convenience only.
Robin K. S. Hankin
| 1 2 | is.positive.definite(diag(3),sym=TRUE)
is.positive.definite(diag(6)-0.1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.