checkpd function

Checks that a covariance matrix is positive definite

Checks that a covariance matrix is positive definite

Checks that a matrix is positive definite

checkpd(sigma, tol = 1e-06)

Arguments

  • sigma: Covariance matrix
  • tol: Tolerance value

Returns

If TRUE, the input matrix is positive definite.

  • Maintainer: Apostolos Dimitromanolakis
  • License: GPL (>= 2)
  • Last published: 2017-06-07

Useful links