powered by
The multivariate Gamma function (mvgamma) and its logarithm (lmvgamma).
mvgamma
lmvgamma
lmvgamma(x, p)mvgamma(x, p)
mvgamma(x, p)
A real or a complex number.
a real or a complex number; Re(x)>0 for lmvgamma and x must not be a negative integer for mvgamma
Re(x)>0
x
a positive integer, the dimension
x <- 5 mvgamma(x, p = 2) sqrt(pi)*gamma(x)*gamma(x-1/2)
Run the code above in your browser using DataLab