MCSim is a simulation package which allows you to design your own
model (eventually dynamic, via ODEs) and to perform sensitivity and
uncertainty analyses through Monte Carlo stochastic simulations, or 
Bayesian inference or optimal design through Markov Chain Monte 
Carlo simulations. MCSim can read models written in SBML.

MCSim is GNU software. You can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
option) any later version.

The latest version (5.3.0) of the package, written in C, is available in
original source code. You should be able to compile it on any machine
of your choice. You will need a C compiler. For Unix machines we
recommend GNU's gcc, although other compilers (e.g. c89) might work.
MCSim now uses routines from the GNU Scientific 
Library, which should therefore be installed on your systems.
MCSim uses some GNU Scientific Library (GSL) routines and you will 
need to have it installed to run MCSim.

Contact us by e-mail: frederic.bois@ineris.fr for more information,
or check the Web page http://www.gnu.org/software/mcsim/

The package is distributed as a compressed tar archive which
contains:

  A User's Manual (under texinfo and other formats)
  The source code Mod program to preprocess your models
  The source code for the MCSim routines to link to your models
  The source code for xmcsim, a simple MCSim GUI
  Examples of model and simulation files

You should read the User's Manual before attempting to use the
software. Check also the Manual-Update.txt file for last minute
updates and tips. Finally, the README file describes instalation 
procedures.
