Loading [MathJax]/jax/output/HTML-CSS/jax.js
hypergeometric-0.1.5.0: Hypergeometric functions
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.Hypergeometric

Description

Synopsis

Documentation

hypergeometric Source #

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 Source #

Arguments

:: (Ord a, Floating a) 
=> a

a

-> a

b

-> a

c

-> a

z

-> a 

Euler's transform:

2F1(a,b;c;z)=(1z)a2F1(a,cb;c;zz1)

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

erf :: (Ord a, Floating a) => a -> a Source #

ncdf :: (Ord a, Floating a) => a -> a Source #

CDF of the standard normal N(0,1)