Revision d614c3fefe49ba85be64277483e5e7fd96837483 authored by Daniel Lee on 07 July 2014, 21:04:25 UTC, committed by Daniel Lee on 07 July 2014, 21:04:25 UTC
1 parent 3ab93c9
Raw File
README.md
<a href="http://mc-stan.org">
<img src="https://github.com/stan-dev/stan/blob/master/logos/stanlogo-main.png?raw=true" alt="Stan Logo"/>
</a>

<b>Stan</b> is a C++ and R package for obtaining Bayesian inference using the
No-U-Turn sampler, a variant of Hamiltonian Monte Carlo.

Home Page
---------
Stan's home page, with links to everything you'll need to use Stan is:

[http://mc-stan.org/](http://mc-stan.org/)

Source Repository
-----------------
Stan's source-code repository is hosted here on GitHub.

Licensing
---------
Stan is licensed under new BSD.   RStan is licensed under GPLv3.
back to top