This C program was written for inference of the age of a rare, selectively-neutral mutation in the paper
Note that developed software is available from Griffiths and Tavare', and from Rannala and Slatkin. Rannala and Slatkin view age as a parameter to be estimated, rather than a random quantity, and their software can be found at http://allele.bio.sunysb.edu/software.html.
The gzipped tarfile ageinf.tar.gz contains the following:
To unpack the gzipped tarfile, type "gzip -d ageinf.tar.gz" or "gunzip ageinf.tar.gz". Then type "tar xvf ageinf.tar".
To make the executable, called ageinf.out, type "make". Currently, parameters are defined as constants in the program. (Awkward, yes, but to be improved when I get some time ...)
If you find this code useful, please email me at jgraham@stat.sfu.ca so that I can update you when there are improvements. Any bug reports or fixes, please email me as well.
Thanks for your interest in this work.
Jinko Graham 07/09/99
P.S. There are also C programs available for disequilibrium mapping of a rare allele here.