GB {bda} | R Documentation |
Density, distribution function, quantile function and random generation for the GB.
dgbeta(x, pars) pgbeta(q, pars) qgbeta(p, pars) rgbeta(n, pars)
x, q |
vector of quantiles. |
p |
vector of probabilities. |
n |
number of observations. If |
pars |
Four parameters. |
dgbeta
gives the density,
pgbeta
gives the distribution function,
qgbeta
gives the quantile function, and
rgbeta
generates random deviates.
dgbeta(.5, c(0,1,1,2))