R/safeLogDet.R

Defines functions `safeLogDet`

`safeLogDet` <-
function(x) {
    safeLog(det(x));  # 2*sum(safeLog(diag(chol(x))))
}

Try the vbmp package in your browser

Any scripts or data that you put into this service are public.

vbmp documentation built on Nov. 8, 2020, 5:38 p.m.