Learn R Programming

joineRML (version 0.1.1)

fast_nearPD: Compute the nearest positive definite matrix to an approximate one

Description

Compute the nearest positive definite matrix to an approximate one

Usage

fast_nearPD(M, eig.tol = 1e-06, conv.tol = 1e-07, posd.tol = 1e-08, maxits = 100)

Arguments