Last chance! 50% off unlimited learning
Sale ends in
shape1
and shape2
.
mbeta(order, shape1, shape2)
levbeta(limit, shape1, shape2, order = 1)
mbeta
gives the $k$th raw moment and
levbeta
gives the $k$th moment of the limited loss
variable.Invalid arguments will result in return value NaN
, with a
warning.
The noncentral Beta distribution is not supported.
Beta
for details on the Beta distribution and
functions {d,p,q,r}beta
.
mbeta(2, 3, 4) - mbeta(1, 3, 4)^2
levbeta(10, 3, 4, order = 2)
Run the code above in your browser using DataLab