Distribution function of the Perks-Makeham distribution
Density function of the Perks-Makeham distribution
Hazard function of the Perks-Makeham distribution
Quantile function of the Perks-Makeham distribution
pperksmake(
q,
rate = 1,
shape = 1,
lambda = 0,
lower.tail = TRUE,
log.p = FALSE
)dperksmake(x, rate = 1, shape = 1, lambda = 0, log = FALSE)
hperksmake(x, rate = 1, shape = 1, lambda = 0, log = FALSE)
qperksmake(p, rate = 1, shape = 1, lambda = 0, lower.tail = TRUE)
a vector of (log)-probabilities of the same length as q
a vector of (log)-density.
a vector of (log)-hazard.
vector of quantiles
a vector of quantiles
vector of quantiles.
rate parameter (\(\nu\))
shape parameter (\(\alpha\))
exponential rate of the Makeham component
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 quantiles.
logical; if FALSE
(default), return the hazard
vector of probabilities.