File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Features
16
16
--------
17
17
18
18
- 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) ``
20
20
- **Powerful sampling algorithms **, such as the `No U-Turn
21
21
Sampler <http://arxiv.org/abs/1111.4246> `__, allow complex models
22
22
with thousands of parameters with little specialized knowledge of
@@ -124,9 +124,10 @@ Software using PyMC3
124
124
--------------------
125
125
126
126
- `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.
130
131
131
132
Please contact us if your software is not listed here.
132
133
You can’t perform that action at this time.
0 commit comments