dglo: Generalized logistic distribution

View source: R/glo.R

rgloR 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.


harrysouthworth/texmex documentation built on March 8, 2024, 7:50 p.m.