Hypergeometric functions of a matrix argument.
Let
The inner sum is over the integer partitions
when
is a symmetric homogeneous polynomial of degree
The series defining the hypergeometric function does not always converge. See the references for a discussion about the convergence.
The inner sum in the definition of the hypergeometric function is over
all partitions
For
Koev and Edelman (2006) provided an efficient algorithm for the evaluation of the truncated series
Hereafter,
For example, to compute
you have to enter
>>> from pyhypergeomatrix.hypergeomat import hypergeomPQ
>>> hypergeomPQ(15, [3, 4], [5, 6, 7], [0.1, 0.4], 2)
We said that the hypergeometric function is defined for a real symmetric
matrix or a complex Hermitian matrix pyhypergeomatrix
.
The user can enter any list of real or complex numbers for the eigenvalues.
For
Since
>>> from pyhypergeomatrix.hypergeomat import hypergeomPQ
>>> hypergeomPQ(300, [1/4, 1/2], [3/4], [80/81])
1.79900265281923
-
Plamen Koev and Alan Edelman. The efficient evaluation of the hypergeometric function of a matrix argument. Mathematics of computation, vol. 75, n. 254, 833-846, 2006.
-
Robb Muirhead. Aspects of multivariate statistical theory. Wiley series in probability and mathematical statistics. Probability and mathematical statistics. John Wiley & Sons, New York, 1982.
-
A. K. Gupta and D. K. Nagar. Matrix variate distributions. Chapman and Hall, 1999.