Blame | Last modification | View Log | Download | RSS feed
[from Statlib's original http://lib.stat.cmu.edu/S/adapt ]This code contains an S function and supporting C and Fortran code foradaptive quadrature. The underlyling fortran code is purported towork in from 2 to 20 dimensions. The code is set up to dynamicallyload from a central library area. If you can not do dynamic loading,you may need to build a staticly loaded version. The adapt S functioncalls load.if.needed to do the dynamic loading. You will have tochange the functions used here (probably to call library.dynam).To install the source, typemakein this directory.Move the resulting sadapt.o into (say ~s/library/cmu ). Read the fileadapt.SS into S. Two functions (adapt, and load.if.needed) will becreated. Move these into ~/library/cmu/.Data. Finally move./.Data/.Help/adapt into ~s/library/cmu/.Data/.Help/adapt.S code written by Michael Meyer (mikem@andrew.cmu.edu).October, 1989.