Distribution function of the Gompertz-Makeham distribution
Quantile function of the Gompertz-Makeham distribution
Density function of the Gompertz-Makeham distribution
Hazard function of the Gompertz-Makeham distribution
pgompmake(
q,
scale = 1,
shape = 0,
lambda = 0,
lower.tail = TRUE,
log.p = FALSE
)qgompmake(p, scale = 1, shape = 0, lambda = 0, lower.tail = TRUE)
dgompmake(x, scale = 1, shape = 0, lambda = 0, log = FALSE)
hgompmake(x, scale = 1, shape = 0, lambda = 0, log = FALSE)
a vector of (log)-probabilities of the same length as q
a vector of quantiles
a vector of density
a vector of (log)-hazard.
vector of quantiles.
scale parameter, strictly positive.
shape parameter.
exponential rate
logical; if TRUE
(default), the lower tail probability \(\Pr(X \leq x)\) is returned.
logical; if FALSE
(default), values are returned on the probability scale.
vector of probabilities.
vector of quantiles.
logical; if TRUE
, return the log hazard