Learn R Programming

invgamstochvol (version 1.0.0)

ourgeo: Computes the 2F1 Hypergeometric Function

Description

Computes the 2F1 Hypergeometric Function

Usage

ourgeo(a1,a2,b1,zstar,niter=500)

Value

returns the value of the hypergeometric function

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

Examples

Run this code
##usage of ourgeo to evaluate a 2F1 hypergeometric function
ourgeo(1.5,1.9,1.2,0.7)

Run the code above in your browser using DataLab