ourgeo {invgamstochvol} | R Documentation |
Computes the 2F1 Hypergeometric Function
Description
Computes the 2F1 Hypergeometric Function
Usage
ourgeo(a1,a2,b1,zstar,niter=500)
Arguments
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 |
Value
returns the value of the hypergeometric function
Examples
##usage of ourgeo to evaluate a 2F1 hypergeometric function
ourgeo(1.5,1.9,1.2,0.7)
[Package invgamstochvol version 1.0.0 Index]