To date, while theoretical work and applications are extensive, numerical work is more limited and very little software is publicly available. The Crossings package begins to remedy this situation, by providing a set of subroutines for some of the most common processes and a variety of different algorithms. Processes presently available in this software include
Alternatively an interface for S-Plus and R is provided. Beware that this may be slow, since the boundaries are written as S functions, and extensive use is made of Call_S in the C code.
In writing these routines, I found that `simple' algorithms for computing standard densities and probability functions (e.g. the binomial distribution) were not sufficiently accurate due to round-off errors. This lead me to develop an alternative set of algorithms, based on saddle-point expansions. See my Dbinom page for more on this work.