I think something like this would be very useful.  I'm sure you know of
NIST's Guide to Mathematical Software (GAMS).  It looks like they list
places to find things, but it is clear some of that is proprietary (IMSL,
NAG), some is on NETLIB but seems to have embedded copyright statements.
(I once tried repeatedly to find out copyright info on an old routine from
Bell Labs.  I gave up after multiple e-mails and waiting weeks.)

John
...........................................................................

John P. Nolan
Math/Stat Department
227 Gray Hall
American University
4400 Massachusetts Avenue, NW
Washington, DC 20016-8050

jpno...@american.edu
202.885.3140 voice
202.885.3155 fax
http://academic2.american.edu/~jpnolan
...........................................................................



-----r-devel-boun...@r-project.org wrote: -----


To: r-devel@r-project.org
From: nas...@uottawa.ca
Sent by: r-devel-boun...@r-project.org
Date: 02/15/2009 12:35PM
Subject: Re: [Rd] sources of code; was Generate random numbers in Fortran

Ben Bolker gives some reasons why Numerical Recipes may be problematic as
a starting point for R codes. CUP did a masterful job of marketing, but
the license is restrictive as the links he gives points out. In some
tests, I've also noted that some of the algorithms are less than stellar
e.g, convergence tests in one or two optimization routines.

Should we have a wiki item to help people find material? My own "Compact
Numerical Methods: linear algebra and function minimisation" codes were
first published 30 years ago this month. They are the Pascal library on
Netlib. I have some Fortran codes I could post, and BASIC versions too. In
fact, the function minimisation codes that are actually more advanced than
the routines Brian Ripley used in optim() have already been made freely
available (http://www.nashinfo.com/nlpe.htm). The codes still run right
away in DOSBOX along with GWBASIC.EXE, but I believe the more useful
aspect is providing methods and ideas.

Gnu Scientific Library has been mentioned. It has some strengths but a
number of "holes". There are some other notable collections.

The Decision Tree for Optimization (Hans Mittelman) is a helpful link,
though I am not certain all the resources are unencumbered.

Would an annotated list of such openly usable resources be helpful?
Perhaps if a couple of folk contact me off-list we can try a wiki item and
see if it "works".

JN

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to