Anny Huang <annylhu...@gmail.com> wrote: > Is there a way that I can import R functions into Fortran? Especially, I > want to generate random numbers from some not-so-common distributions (e.g. > inverted chi square) but did not find any routines written in Fortran that > deal with distributions other than uniform and normal.
If you are interested in pure Fortran code for the problem, you could look at routine G01FCF here: http://gams.nist.gov/search.cgi?Pattern=chi+square&Boolean=AND&Match=Full&Limit=100&Show=Yes GAMS (the Guide to Available Mathematical Software) has a lot of good code. -- Mike Prager, NOAA, Beaufort, NC * Opinions expressed are personal and not represented otherwise. * Any use of tradenames does not constitute a NOAA endorsement. ______________________________________________ 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.