R/syminv.R

Defines functions syminv

syminv <- function(X)
        {
        ch.X <- chol(X)
        chol2inv(ch.X)
        }

Try the MNM package in your browser

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

MNM documentation built on May 2, 2019, 5:09 a.m.