Usage
dburr(x, shape1, shape2, rate = 1, scale = 1/rate, log = FALSE)
pburr(q, shape1, shape2, rate = 1, scale = 1/rate, lower.tail = TRUE, log.p = FALSE)
qburr(p, shape1, shape2, rate = 1, scale = 1/rate, lower.tail = TRUE, log.p = FALSE)
rburr(n, shape1, shape2, rate = 1, scale = 1/rate)
mburr(order, shape1, shape2, rate = 1, scale = 1/rate)
levburr(limit, shape1, shape2, rate = 1, scale = 1/rate, order = 1)
Arguments
p
vector of probabilities.
n
number of observations. If length(n) > 1, the length is
taken to be the number required.
shape1, shape2, scale
parameters. Must be strictly positive.
rate
an alternative way to specify the scale.
log, log.p
logical; if TRUE, probabilities/densities
$p$ are returned as $log(p)$.
lower.tail
logical; if TRUE (default), probabilities are
$P[X <= x]$,="" otherwise,="" $p[x=""> x]$.=>
order
order of the moment.
limit
limit of the loss variable.