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. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.