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 29, 2024, 8:49 a.m.