Learn R Programming

HypergeoMat (version 4.0.3)

mvbeta: Multivariate Beta function (of complex variable)

Description

The multivariate Beta function (mvbeta) and its logarithm (lmvbeta).

Usage

lmvbeta(a, b, p)

mvbeta(a, b, p)

Value

A real or a complex number.

Arguments

a, b

real or complex numbers with Re(a)>0 and Re(b)>0

p

a positive integer, the dimension

Examples

Run this code
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