hperks | R Documentation |
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)
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. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.