Skip to content

Commit

Permalink
Updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnesbeck committed Dec 30, 2016
1 parent ab437e4 commit d6b885d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Expand Up @@ -16,7 +16,7 @@ Features
--------

- Intuitive model specification syntax, for example, ``x ~ N(0,1)``
translates to ``x = Normal(0,1)``
translates to ``x = Normal('x',0,1)``
- **Powerful sampling algorithms**, such as the `No U-Turn
Sampler <http://arxiv.org/abs/1111.4246>`__, allow complex models
with thousands of parameters with little specialized knowledge of
Expand Down Expand Up @@ -124,9 +124,10 @@ Software using PyMC3
--------------------

- `Bambi <https://github.com/bambinos/bambi>`__: BAyesian Model-Building Interface (BAMBI) in Python.
- `NiPyMC <https://github.com/PsychoinformaticsLab/nipymc>`__: Bayesian mixed-effects modeling of fMRI data in Python
- `gelato <https://github.com/ferrine/gelato>`__: Bayesian Neural Networks with PyMC3 and Lasagne
- `beat <https://github.com/hvasbath/beat>`__: Bayesian Earthquake Analysis Tool
- `NiPyMC <https://github.com/PsychoinformaticsLab/nipymc>`__: Bayesian mixed-effects modeling of fMRI data in Python.
- `gelato <https://github.com/ferrine/gelato>`__: Bayesian Neural Networks with PyMC3 and Lasagne.
- `beat <https://github.com/hvasbath/beat>`__: Bayesian Earthquake Analysis Tool.
- `Edward <https://github.com/blei-lab/edward>`__: A library for probabilistic modeling, inference, and criticism.

Please contact us if your software is not listed here.

Expand Down

0 comments on commit d6b885d

Please sign in to comment.