Log-Logistic Distribution
Probability density, cumulative distribution, inverse cumulative distribution, random sample and starting values functions.
sburrIII2(x) dllog(x, locationlog = 0, scalelog = 1, log = FALSE) qllog(p, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE) pllog(q, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE) rllog(n, locationlog = 0, scalelog = 1) sllog(x) dllogis(x, locationlog = 0, scalelog = 1, log = FALSE) pllogis(q, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE) qllogis(p, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE) rllogis(n, locationlog = 0, scalelog = 1) sllogis(x)
x |
A numeric vector of values. |
locationlog |
location on log scale parameter. |
scalelog |
scale on log scale parameter. |
log |
logical; if TRUE, probabilities p are given as log(p). |
p |
vector of probabilities. |
lower.tail |
logical; if TRUE (default), probabilities are |
log.p |
logical; if TRUE, probabilities p are given as log(p). |
q |
vector of quantiles. |
n |
number of observations. |
The llog distribution has been deprecated for the identical llogis distribution.
A numeric vector.
x <- seq(0.01, 5, by = 0.01) plot(x, dllogis(x), type = "l")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.