Usage
dinvparalogis(x, shape, rate = 1, scale = 1/rate, log = FALSE)
pinvparalogis(q, shape, rate = 1, scale = 1/rate, lower.tail = TRUE, log.p = FALSE)
qinvparalogis(p, shape, rate = 1, scale = 1/rate, lower.tail = TRUE, log.p = FALSE)
rinvparalogis(n, shape, rate = 1, scale = 1/rate)
minvparalogis(order, shape, rate = 1, scale = 1/rate)
levinvparalogis(limit, shape, 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.
shape, 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.