Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Documentation link to the README file.
  • Loading branch information
pcubillos committed Nov 11, 2014
1 parent 3f6bb4f commit 8622b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

MC<sup>3</sup> provides a set of routines to sample the posterior probability distributions for the model-fitting parameters. To do so it uses Bayesian Inference through a Markov-chain Monte Carlo algorithm following, either, Differential-Evolution (recomended) or Metropolis Random Walk. It handles Bayesian priors, Gelman-Rubin convergence test, or shared parameters (p<sub>j</sub>=p<sub>i</sub>) over the MCMC iterations. You can run MC<sup>3</sup> interactively through the python interpreter or from the terminal command line.

Get the extended MC3 documentation [here](doc/MC3_documentation.pdf).

**Modules summary** (project's [source](src/) code):
* mcmc.py
> Core module that implements the MCMC algorithm.
Expand Down

0 comments on commit 8622b96

Please sign in to comment.