R/mlnormal_log_2pi.R

Defines functions mlnormal_log_2pi

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

mlnormal_log_2pi <- function()
{
    return( log( 2 * pi ) )
}

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.