R/pgam.R

Defines functions pgam

Documented in pgam

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