R/rgam.R

Defines functions rgam

Documented in rgam

rgam <-
function(n,mu,delta){
    rgamma(n,shape=1/delta,rate=1/(delta*mu))  
}

Try the CopulaRegression package in your browser

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

CopulaRegression documentation built on May 29, 2017, 5:47 p.m.