rglo | R Documentation |
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)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.