Description Usage Arguments Details Value
This helper function checks whether a given numeric matrix x
is positive-definite.
1 | h_is_positive_definite(x, tolerance = 1e-08)
|
x |
( |
tolerance |
( |
The positive definiteness test implemented in this function
is based on the following characterization valid for real matrices:
A symmetric matrix is positive-definite if and only if all of its eigenvalues are positive. In this function an eigenvalue is considered
as positive if and only if it is greater than the tolerance.
TRUE if a given matrix is a positive-definite, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.