Multivariate Beta function (of complex variable)
The multivariate Beta function (mvbeta) and
its logarithm (lmvbeta).
lmvbeta(a, b, p) mvbeta(a, b, p)
a, b |
real or complex numbers with |
p |
a positive integer, the dimension |
A real or a complex number.
a <- 5; b <- 4; p <- 3 mvbeta(a, b, p) mvgamma(a, p) * mvgamma(b, p) / mvgamma(a+b, p)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.