
dirichlet :  Code to optimize Dirichlet priors

  You will need to install the GNU Scientific Library in order
  to compile this code. <http://sources.redhat.com/gsl/>   

  If the library is not in a standard location, you will need to
  specify that location using enviroment variables. Something like...

    setenv CFLAGS  "-I/h/gec/local/include/"  
    setenv LDFLAGS "-L/h/gec/local/lib/"
    setenv LD_LIBRARY_PATH "/h/gec/local/lib"



