dglo function

Generalized logistic distribution

Generalized logistic distribution

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)

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.