mvgamma: Multivariate Gamma function (of complex variable)

Description Usage Arguments Value Examples

View source: R/MultiGammaBeta.R

Description

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

Usage

1
2
3
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

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

stla/HypergeoMatEigen documentation built on Jan. 30, 2022, 12:36 a.m.