R/rlgamma3.R

Defines functions rlgamma3

Documented in rlgamma3

rlgamma3 <-
function(n,shape=1,scale=1,thres=1)
	exp(rgamma3(n,shape,1/scale,thres))

Try the FAdist package in your browser

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

FAdist documentation built on March 18, 2022, 5:24 p.m.