adsimp is a translation of Alan Genz's matlab program adsimp.m to adaptively integrate over a simplex. The other functions listed below are all called by adsimp. These functions are used internally; use at your own risk.
adsimp(ND, VRTS, NF, F, MXFS, EA, ER, KEY, partitionInfo = FALSE )
adsimp.return.message( rcode )
SMPCHC(ND, NF, MXFS, EA, ER, SBS, KEY)
SMPDFS(ND, NF, F, TOP, SBS, VRTS)
SMPRMS(N, KEY)
SMPRUL(ND, VRTS, VOL, NF, F, G, W, PTS)
SMPSAD(ND, NF, F, MXFS, EA, ER, KEY, RCLS, SBS, VRTS, partitionInfo )
SMPSMS(N, VERTEX, NF, F, G)dimension of the space
array specifying the simplices
dimension of the function; F(x) has NF coordinates
a function of ND variables, value F(x) has NF coordinates
an integer return code from adsimp
maximum number of function evaluations allowed
requested absolute error
requested relative error
integration rule
TRUE or FALSE, controls whether or not the function returns information about the final partition. See the comments in function adaptIntegrateSimplex().
number of subsimplices
pointer to a subsimplex
volume of a simplex
generators for integration rule
weights for an integration rule
points in an integration rule
number of terms in an integration rule
Not meant to be used directly, these functions are generally called from function adaptIntegrateSimplex(...).