Re: [R] 3F2 hypergeometric function

2007-02-22 Thread Robin Hankin
Hello Joe


On 21 Feb 2007, at 16:22, Lucke, Joseph F wrote:

 Does anyone have code for the 3F2 hypergeometric function? I am  
 looking
 for code similar to the 2F1 hypergeometric function implemented as
 hyperg_2F1 in the GSL package. TIA.  ---Joe



The GSL library does not have a hyperg_3F2, so neither does the gsl  
package.

BUT the Davies package does have a hyperg() function that is written in
such a way that it would be a cinch to convert it from 2F1 to 3F2.

Let me know how you get on


Robin





 __
 R-help@stat.math.ethz.ch 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.

--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre, Southampton
European Way, Southampton SO14 3ZH, UK
  tel  023-8059-7743

__
R-help@stat.math.ethz.ch 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.


[R] 3F2 hypergeometric function

2007-02-21 Thread Lucke, Joseph F
Does anyone have code for the 3F2 hypergeometric function? I am looking
for code similar to the 2F1 hypergeometric function implemented as
hyperg_2F1 in the GSL package. TIA.  ---Joe

__
R-help@stat.math.ethz.ch 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.