Skip to content

Commit f450940

Browse files
fonnesbeckspringcoil
authored andcommitted
Updates to README (#1626)
1 parent ab437e4 commit f450940

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Features
1616
--------
1717

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

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

131132
Please contact us if your software is not listed here.
132133

0 commit comments

Comments
 (0)