R/dgam.R

Defines functions dgam

Documented in dgam

dgam <-
function(y,mu,delta){
    dgamma(y,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.