R/dlog.norm.R

Defines functions dlog.norm

Documented in dlog.norm

dlog.norm <-
function(n, center, sd) {
    return( exp( rnorm(n, log( center ), sd) ) )
}

Try the widals package in your browser

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

widals documentation built on Dec. 8, 2019, 1:07 a.m.