Hello. Somebody knows how to compute generalized hypergeometric series in R? (see http://functions.wolfram.com/HypergeometricFunctions/HypergeometricPFQ/02/ to understand what I mean) Thanks in advance, Arnau.
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.