R/mlnormal_log_det.R

Defines functions mlnormal_log_det

## File Name: mlnormal_log_det.R
## File Version: 0.02

# shortage function for log( det ( matr) )
mlnormal_log_det <- function(matr)
{
    return( log( det( matr ) ) )
}

Try the LAM package in your browser

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

LAM documentation built on May 18, 2022, 5:17 p.m.