[R] hypergeometric series in R

Ben Bolker bolker at ufl.edu
Tue Jun 8 21:52:08 CEST 2010


Arnau Mir <arnau.mir <at> uib.es> writes:

> 
> Hello.
> 
> Somebody knows how to compute generalized hypergeometric series in R?
> (see 
> http://functions.wolfram.com/HypergeometricFunctions/HypergeometricPFQ/02/ 
> to understand what I mean)

library(sos)
findFn("generalized hypergeometric function")

 -> see the hypergeo package, and the Hyperg function in the gsl package.
 You'll have to work out for yourself whether the particular version and
parameterization match what you need.



More information about the R-help mailing list