powered by
The multivariate Beta function (mvbeta) and its logarithm (lmvbeta).
mvbeta
lmvbeta
lmvbeta(a, b, p)mvbeta(a, b, p)
mvbeta(a, b, p)
A real or a complex number.
real or complex numbers with Re(a)>0 and Re(b)>0
Re(a)>0
Re(b)>0
a positive integer, the dimension
a <- 5; b <- 4; p <- 3 mvbeta(a, b, p) mvgamma(a, p) * mvgamma(b, p) / mvgamma(a+b, p)
Run the code above in your browser using DataLab