Distribution function, density, hazard, quantile function and random number generation for the Beard distribution
rbeard(n, rate, shape1, shape2)pbeard(q, rate = 1, shape1 = 1, shape2 = 1, lower.tail = TRUE, log.p = FALSE)
dbeard(x, rate = 1, shape1 = 1, shape2 = 1, log = FALSE)
hbeard(x, rate = 1, shape1 = 1, shape2 = 1, log = FALSE)
qbeard(p, rate = 1, shape1 = 1, shape2 = 1, lower.tail = TRUE)
a vector of random variates
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
sample size
rate parameter (\(\nu\))
shape parameter (\(\alpha\))
shape parameter (\(\beta\))
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 quantiles.
logical; if FALSE
(default), return the hazard
vector of probabilities.