rglo {texmex} | R Documentation |
Generalized logistic distribution
Description
Density, distribution and quantile functions, and random number generation for the Generalized logistic distribution
Usage
rglo(n, mu, sigma, xi)
dglo(x, mu, sigma, xi, log.d = FALSE)
pglo(q, mu, sigma, xi, lower.tail = TRUE, log.p = FALSE)
qglo(p, mu, sigma, xi, lower.tail = TRUE, log.p = FALSE)
Arguments
n |
Number of random numbers to generate. |
mu |
Location parameter. |
sigma |
Scale parameter. |
xi |
Shape parameter. |
x , q , p |
Value, quantile or probability respectively. |
log.d , log.p |
Whether to work on the log scale. |
lower.tail |
Whether to return the lower tail. |
[Package texmex version 2.4.9 Index]