hperks {longevity} | R Documentation |
Hazard function of the Perks distribution
Description
Hazard function of the Perks distribution
Distribution function of the Perks distribution
Density function of the Perks distribution
Quantile function of the Perks distribution
Usage
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)
Arguments
x |
vector of quantiles. |
rate |
rate parameter ( |
shape |
shape parameter ( |
log |
logical; if |
q |
vector of quantiles. |
lower.tail |
logical; if |
log.p |
logical; if |
p |
vector of probabilities. |
Value
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
[Package longevity version 1.2 Index]