Usage
dinvburr(x, shape1, shape2, rate = 1, scale = 1/rate, log = FALSE)
pinvburr(q, shape1, shape2, rate = 1, scale = 1/rate, lower.tail = TRUE, log.p = FALSE)
qinvburr(p, shape1, shape2, rate = 1, scale = 1/rate, lower.tail = TRUE, log.p = FALSE)
rinvburr(n, shape1, shape2, rate = 1, scale = 1/rate)
minvburr(order, shape1, shape2, rate = 1, scale = 1/rate)
levinvburr(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.