Usage
dparalogis(x, shape, rate = 1, scale = 1/rate, log = FALSE)
pparalogis(q, shape, rate = 1, scale = 1/rate, lower.tail = TRUE, log.p = FALSE)
qparalogis(p, shape, rate = 1, scale = 1/rate, lower.tail = TRUE, log.p = FALSE)
rparalogis(n, shape, rate = 1, scale = 1/rate)
mparalogis(order, shape, rate = 1, scale = 1/rate)
levparalogis(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.