Learn R Programming

tolerance (version 3.0.0)

F1: Appell's F1 Hypergeometric Function

Description

The Appell function of the first kind, which is a two variable extension of the hypergeometric distribution.

Usage

F1(a, b, b.prime, c, x, y, ...)

Value

F1 returns the simple integral result for the Appell function of the first kind with the arguments specified above.

Arguments

a, b, b.prime, c

Appropriate parameters for this function.

x, y

The inputted values to evaluate this function such that each is less than 1 in absolute value.

...

Additional arguments passed to the integrate function.

References

Bailey, W. N. (1935), Generalised Hypergeometric Series, Cambridge University Press.

See Also

DiffProp, integrate

Examples

Run this code
## Sample calculation.

F1(a = 3, b = 4, b.prime = 5, c = 13, x = 0.2, y = 0.4)

Run the code above in your browser using DataLab