R/dgumbel2.R

Defines functions dgumbel2

Documented in dgumbel2

dgumbel2 <-
function(x,log=FALSE)
{lf<- x-exp(x)
if(log) lf
else exp(lf)
}

Try the RBE3 package in your browser

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

RBE3 documentation built on May 29, 2024, 10:31 a.m.