hgs {qfratio} | R Documentation |
Calculate hypergeometric series
Description
These internal functions calculate (summands of) hypergeometric series.
hgs_1d()
calculates the hypergeometric series
hgs_2d()
calculates the hypergeometric series
hgs_3d()
calculates the hypergeometric series
Usage
hgs_1d(dks, a1, b, lconst = 0)
hgs_2d(dks, a1, a2, b, lconst = 0)
hgs_3d(dks, a1, a2, a3, b, lconst = 0)
Arguments
dks |
|
a1 , a2 , a3 |
Numerator parameters |
b |
Denominator parameter |
lconst |
Scalar |
Details
The denominator parameter b
is assumed positive,
whereas the numerator parameters can be positive or negative. The signs
of the latter will be reflected in the result.
Value
Numeric with the same dimension with dks
[Package qfratio version 1.1.1 Index]