powered by
Density, distribution function, quantile function and random generation for the GB.
dgbeta(x, pars) pgbeta(q, pars) qgbeta(p, pars) rgbeta(n, pars)
vector of quantiles.
vector of probabilities.
number of observations. If length(n) > 1, the length is taken to be the number required.
length(n) > 1
Four parameters.
dgbeta gives the density, pgbeta gives the distribution function, qgbeta gives the quantile function, and rgbeta generates random deviates.
dgbeta
pgbeta
qgbeta
rgbeta
# NOT RUN { dgbeta(.5, c(0,1,1,2)) # }
Run the code above in your browser using DataLab