Density, distribution and quantile functions, and random number generation for the Generalized logistic distribution
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)
Number of random numbers to generate.
Location parameter.
Scale parameter.
Shape parameter.
Value, quantile or probability respectively.
Whether to work on the log scale.
Whether to return the lower tail.