Probability function, distribution function, quantile function and random generation for the distribution with parameters alpha, gamma and kappa.
dggstacy(x, alpha, gamma, kappa, log = FALSE)pggstacy(q, alpha, gamma, kappa, log.p = FALSE, lower.tail = TRUE)
qggstacy(
p,
alpha = 1,
gamma = 1,
kappa = 1,
log.p = FALSE,
lower.tail = TRUE,
...
)
rggstacy(n, alpha = 1, gamma = 1, kappa = 1, ...)
dggstacy gives the (log) probability function, pggstacy gives the (log) distribution function, qggstacy gives the quantile function, and rggstacy generates random deviates.
vector of (non-negative integer) quantiles.
shape parameter of the distribution (alpha > 0).
scale parameter of the distribution (gamma > 0).
shape parameter of the distribution (kappa > 0).
logical; if TRUE, probabilities p are given as log(p).
vector of quantiles.
logical; if TRUE (default), probabilities are
vector of probabilities.
further arguments passed to other methods.
number of random values to return.
Probability density function:
Distribution function: