Learn R Programming

CopulaRegression (version 0.1-5)

pgam: Distribution of a Gamma variable

Description

Cumulative distribution function of a Gamma-distributed variable in mean parametrization

Usage

pgam(y,mu,delta)

Arguments

y
vector of length n
mu
mean parameter; either a number or a vector of length n
delta
dispersion parameter; a number

Value

See Also

pztp, dgam

Examples

Run this code
y<-0:10
mu<-5 
delta<-1
out<-pgam(y,mu,delta)

Run the code above in your browser using DataLab