Wes' programs page


 

Some programs of possibly wider interest

  • A Fortran module containing routines for manipulation of (mostly blank-delimited) words in strings wordpkg.f90  and its writeup 
  • A routine to construct a Minimum Spanning Tree mstree.f 
  • A routine to calculate a confidence level for the hypothesis that two sets of points are from the same distribution (p.d.f.) from the number of incompatible edges in a Minimum Spanning Tree calculated for the combined set of points clmst.f  Reference: "The Minimum Spanning Tree as a Two-Sample Test" 
  • A routine to calculate some confidence levels for the hypothesis that two sets of points are from the same distribution (p.d.f.) from various properties of the Minimum Spanning Tree calculated for the combined set of points. This routine mstclfrd.f  is a slightly modified version of a routine mstcpr.f  by J.H. Friedman  Reference: "The Minimum Spanning Tree as a Two-Sample Test"