Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mvgamma

Multivariate Gamma function (of complex variable)


Description

The multivariate Gamma function (mvgamma) and its logarithm (lmvgamma).

Usage

lmvgamma(x, p)

mvgamma(x, p)

Arguments

x

a real or a complex number; Re(x)>0 for lmvgamma and x must not be a negative integer for mvgamma

p

a positive integer, the dimension

Value

A real or a complex number.

Examples

x <- 5
mvgamma(x, p = 2)
sqrt(pi)*gamma(x)*gamma(x-1/2)

HypergeoMat

Hypergeometric Function of a Matrix Argument

v3.1.0
GPL-3
Authors
Stéphane Laurent
Initial release
2020-10-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.