pbeardmake | R Documentation |
Distribution function of the Beard-Makeham distribution
Density function of the Beard-Makeham distribution
Hazard function of the Beard-Makeham distribution
Quantile function of the Beard-Makeham distribution
pbeardmake(
q,
rate = 1,
shape1 = 1,
shape2 = 1,
lambda = 0,
lower.tail = TRUE,
log.p = FALSE
)
dbeardmake(x, rate = rate, shape1 = 1, shape2 = 1, lambda = 0, log = FALSE)
hbeardmake(x, rate = rate, shape1 = 1, shape2 = 1, lambda = 0, log = FALSE)
qbeardmake(p, rate = 1, shape1 = 1, shape2 = 1, lambda = 0, lower.tail = TRUE)
q |
vector of quantiles. |
rate |
shape parameter ( |
shape1 |
shape parameter ( |
shape2 |
shape parameter ( |
lambda |
exponential rate of the Makeham component |
lower.tail |
logical; if |
log.p |
logical; if |
x |
vector of quantiles. |
log |
logical; if |
p |
vector of probabilities. |
a vector of (log)-probabilities of the same length as q
a vector of (log)-density.
a vector of (log)-hazard.
a vector of quantiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.