Hazard function of the Perks distribution
Distribution function of the Perks distribution
Density function of the Perks distribution
Quantile function of the Perks distribution
hperks(x, rate = 1, shape = 1, log = FALSE)pperks(q, rate = 1, shape = 1, lower.tail = TRUE, log.p = FALSE)
dperks(x, rate = 1, shape = 1, log = FALSE)
qperks(p, rate = 1, shape = 1, lower.tail = TRUE)
a vector of (log)-hazard.
a vector of (log)-probabilities of the same length as q
a vector of (log)-density.
a vector of quantiles
vector of quantiles.
rate parameter (\(\nu\))
shape parameter (\(\alpha\))
logical; if FALSE
(default), return the density, else the log likelihood of the individual observations.
vector of quantiles.
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.