ourgeo {invgamstochvol} | R Documentation |
Computes the 2F1 Hypergeometric Function
ourgeo(a1,a2,b1,zstar,niter=500)
a1 |
Parameter (Real) |
a2 |
Parameter (Real) |
b1 |
Parameter (Real) |
zstar |
Primary real argument |
niter |
The degree of approximation to truncate the hypergeometric sum. The default value is set at 500 |
returns the value of the hypergeometric function
##usage of ourgeo to evaluate a 2F1 hypergeometric function
ourgeo(1.5,1.9,1.2,0.7)