Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Math.Hypergeometric
Description
See Shaw, Ewart "Hypergeometric Functions and CDFs in J".
Documentation
Arguments
:: (Ord a, Fractional a) | |
=> [a] | a1,…,ap |
-> [a] | b1,…,bq |
-> a | z |
-> a |
pFq(a1,…,ap;b1,…,bq;z)=∞∑n=0(a1)n⋯(ap)n(b1)b⋯(bq)nznn!
The radius of convergence is
ρ={∞ifp<q+11ifp=q+10ifp>q+1
This iterates until the result stabilizes.
Euler's transform:
2F1(a,b;c;z)=(1−z)−a2F1(a,c−b;c;zz−1)
The right-hand side converges for all z.
Koekoek, Roelef and Swarttouw, René F. The Askey-scheme of hypergeometric orthogonal polynomials and its q-analogue.
Since: 0.1.5.0