Calculate Appell's First Hypergeometric Function of Two Variables
Source:R/AppellsF1.R
AppellsF1.Rd
This function computes the numeric value of Appell's first hypergeometric function F1(a; b1, b2; c; x, y) using integral representation. The Appell hypergeometric function is a generalization of the hypergeometric function to two variables.
Arguments
- a
A numeric value representing the first parameter.
- b1
A numeric value representing the second parameter.
- b2
A numeric value representing the third parameter.
- c
A numeric value representing the fourth parameter.
- x
A numeric value representing the first variable.
- y
A numeric value representing the second variable.