a
and p
and q
, and scale parameter scale
.dgenbetaII(x, scale = 1, shape1.a, shape2.p, shape3.q, log = FALSE)
log = TRUE
then the logarithm of the density is returned.dgenbetaII
gives the density.genbetaII
, which is the shape1.a
and shape2.p
determines the
behaviour of the density at the origin.genbetaII
.dgenbetaII(0, shape1.a = 1/4, shape2.p = 4, shape3.q = 3)
dgenbetaII(0, shape1.a = 1/4, shape2.p = 2, shape3.q = 3)
dgenbetaII(0, shape1.a = 1/4, shape2.p = 8, shape3.q = 3)
Run the code above in your browser using DataLab