pgam: Distribution of a Gamma variable

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pgam.R

Description

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

Usage

1
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

cumulative distribution function, evaluated at y, this is a vector of length n

Author(s)

Nicole Kraemer

See Also

pztp, dgam

Examples

1
2
3
4
y<-0:10
mu<-5 
delta<-1
out<-pgam(y,mu,delta)

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