Questions tagged [hypergeometric-function]

Hypergeometric functions often refer to a family of functions ${}_p F_q$ represented by a corresponding series, where $p,q$ are non-negative integers. The case ${}_2F_1(a,b;c;z)$ is a special case of particular importance; it is known as the Gaussian, or ordinary, hypergeometric function.

The term "hypergeometric series" was first used by John Wallis in his 1655 book Arithmetica Infinitorum. Hypergeometric series were studied by Leonhard Euler, but the first full systematic treatment was given by Carl Friedrich Gauss (1813). It refers to a family of functions $$ _p F_q(z) = F(\{a\};\{b\};z) =\sum_{n=0}^{\infty} \frac{(a_1)_n\cdots (a_p)_n}{n! (b_1)_n\cdots (b_q)_n} z^n $$Here $(a)_n=a(a+1)\cdots(a+n-1)$ is the increasing Pochhammer symbol; care should be taken, as the notation is occasionally ambiguous. For $p=q+1$ the series converges for $|z|\le 1$; for $p\le q$ it converges for any complex $z$.

The case ${}_2F_1(z)$ is particularly important. Studies in the nineteenth century included those of Ernst Kummer (1836), and the fundamental characterization by Bernhard Riemann of the hypergeometric function by means of the differential equation it satisfies. Riemann showed that the second-order differential equation for ${}_2F_1(z)$, examined in the complex plane, could be characterized (on the Riemann sphere) by its three regular singularities. Many special and elementary functions are specific or limiting cases. It is a solution of a second-order linear ordinary differential equation (ODE). Every second-order linear ODE with three regular singular points can be transformed into this equation. The cases where the solutions are algebraic functions were found by Hermann Schwarz (Schwarz's list).

Evaluation of higher hypergeometric functions is a complex and interesting topic. Important formulas include Clausen's formula: $$ \left({_2F_1}(\{a,b\};\{a+b+1/2\};z\right)^2 = {_3F_2}(\{2a,2b,a+b\};\{2a+2b,a+b+1/2\};z); $$the positivity of the RHS for real $z$ is useful. Generalizations include using $q$-binomial coefficients, the Meijer-G function, and Fox-Wright functions, where the Pochhammer symbols are taken as gamma functions.

Tags containing this question often involve , , .


1454 questions
0
votes
1 answer

Numerical Approximation of Hypergeometric For Maximum Likelhood Estimation Overflows

I am trying to improve my implementation of the maximum likelihood (ML) estimator for the multiple squared correlation (https://onlinelibrary.wiley.com/doi/10.1111/j.1467-842X.1985.tb00559.x). The ML estimator takes as input the normal $R^2$ value,…
Julian Karch
  • 151
  • 4
0
votes
1 answer

Checking DLMF equation- Verify my checking/error?

In DLMF 16.4.11: $_3F_2$ $${{}_{3}F_{2}}\left({a,b,c\atop d,e};1\right)=\frac{\Gamma\left(e\right)\Gamma% \left(d+e-a-b-c\right)}{\Gamma\left(e-a\right)\Gamma\left(d+e-b-c\right)}{{}_{% 3}F_{2}}\left({a,d-b,d-c\atop d,d+e-b-c};1\right)$$ For values…
rrogers
  • 986
0
votes
0 answers

Relation between Kummer's function of First kind and second kind

Is there any relation between Kummer's function of First kind $\operatorname{M}\left(a,c;x\right)$ and second kind $\operatorname{U}\left(a,c;x\right)$?
Hisoka
  • 136
0
votes
1 answer

prove $\cos{ax}=\operatorname{F}(\frac{a}{2},\frac{-a}{2},\frac{1}{2};\sin^{2}{x})$

How do I prove that : $$\cos{ax}=\operatorname{F}\left(\frac{a}{2},\frac{-a}{2},\frac{1}{2};\sin^{2}{x}\right)$$ I know that: $$\cos{ax}=\operatorname{F}\left(a,-a,\frac{1}{2};\frac{1-\cos{x}}{2}\right)\tag{1}$$ Thank you.
Hisoka
  • 136
0
votes
0 answers

Can a certain hypergeometric expression with complex parameters can be expressed with real parameters?

I am working on a physics problem where the solution depends on the hypergeometric function. My solution ends up being: $ _1F_2(1;b,b+1;z)$ where b is a complex number. I have to transform this function to a form like: $…
A.J.
  • 1
0
votes
1 answer

1,000 picks (not replaced) from sample of 10,000,000 with (1,000 types and 10,000 of each type)

I want to make 1,000 picks (without replacement) from sample of 10,000,000 (1,000 types and 10,000 of each type) What is the probability that x% of all types are picked from my 1,000 picks? Is there a formula / distribution I can use in excel to…
mikec27
  • 39
0
votes
0 answers

A Hypergeometric identity

For $a,b>0,m\in \{1,2,3,...\}$ $$ \frac{a*m \pi}{a+b}\;{}_2F_3\left( \frac{a+1}{2},\frac{a+2}{2}; \frac{3}{2},\frac{a+b+1}{2},\frac{a+b+2}{2}; \frac{-m^2\pi^2}{4} \right) \\ =\frac{-i}{2} ( {}_1F_1(a;a+b;i m \pi)-{}_1F_1(a;a+b;-i m…
Masoud
  • 2,715
0
votes
0 answers

Series similar to hypergeometric function

I have a series like this $$\sum_{n=0}^\infty a^{(n)}b^{(n)} \frac{x^n}{n!}$$ Here $a^{(n)}$ is a rising Pochhammer symbol. I wonder if there is any function under the above form which is studied before. The series is quite similar to the…
0
votes
2 answers

Integration involving the Gauss 2F1 Hypergeometric Function

According to WolframAlpha, the solution to the indefinite integral $\int{\frac{x^n-1}{x-1}}dx$, where n is some constant is -$\frac{x^{n+1}{_2F_1}(1,n+1;n+2;x)}{n+1}-\log(1-x)+C$, where $\log$ denotes the natural logarithm and ${_2F_1}$ is the…
Poisson
  • 372
0
votes
1 answer

Please help with a Hypergeometric probability question

Need help with this question, my textbook has the solution but I don't know how to get it. 15 coins in a bag. Three 5 rand coins Five 2 rand coins Seven 1 rand coins What is the prob that if I pull out 5 random coins, it equals 10 rand The solution…
0
votes
1 answer

Simplifying this hypergeometric function with variable b

The student-t CDf has a hypergeometric function as a component $$_2F_1\left(\frac{1}{2}, \frac{\nu + 1}{2}; \frac{3}{2}; -\frac{x^2}{\nu}\right)$$ where $\nu$ is the distributions degree of freedom. Abramowitz and Stegun (10th edition, p.556,…
PyRsquared
  • 232
  • 2
  • 8
0
votes
0 answers

hypergeometric function and its asymptotic expansion near z=1

my dear fellows, I have a question to make. Given the hypergeometric function $_{2}F_{1}[a,b,c,z]$ in the interval $z \in (1, \infty)$. What is the proper asymptotic expansion of the aforesaid function near $z=1$, when one is approaching from…
0
votes
0 answers

Hypegeometric differential equation

0 I was wondering if someone, a smart person, can tell me how to transform the following equations (see below) into the well-known Hypergeometric equations. I know that this can be done provided The Mathematica does it, but I need to know the…
0
votes
1 answer

hypergeometric function with special Pochhammer symbol

What is the relationship between these two hypergeometric functions? Can the following function be written as another function of some hypergeometric functions ? $$1F1(a+b,2a,x)$$ and $$1F1(a+b,a,x)$$ Can I convert 'a' to '2a'?
Dana
  • 29
  • 6
0
votes
1 answer

Continuity of hypergeometric function in the arguments

For $|z| < 1$, is the Gaussian hypergeometric function $_{2}F_1(a,b;c;z)$ continuous in the arguments $a$, $b$, and $c$? How to prove it?