Cumulative Distribution Function for Gompertz Distribution
Usage
pgompertz(q, llocation = 0, lshape = 0, lower.tail = TRUE, log.p = FALSE)
Arguments
- q
vector of quantiles.
- llocation
location parameter on the log scale.
- lshape
shape parameter on the log scale.
- lower.tail
logical; if TRUE (default), probabilities are P[X <= x]
, otherwise, P[X > x]
.
- log.p
logical; if TRUE, probabilities p are given as log(p).