checkpd: Checks that a covariance matrix is positive definite

Description Usage Arguments Value

Description

Checks that a matrix is positive definite

Usage

1
checkpd(sigma, tol = 1e-06)

Arguments

sigma

Covariance matrix

tol

Tolerance value

Value

If TRUE, the input matrix is positive definite.


hapsim documentation built on May 1, 2019, 9:11 p.m.

Related to checkpd in hapsim...