Skip to content

Commit 9fb9904

Browse files
committed
update readme
1 parent 39742a7 commit 9fb9904

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ PyMC is a python module for Bayesian statistical modeling and model fitting whic
66

77
## Features
88

9-
* Powerful sampling algorithms such as [Hamiltonian Monte Carlo](http://en.wikipedia.org/wiki/Hybrid_Monte_Carlo)
109
* Intuitive model specification syntax, for example, `x ~ N(0,1)` translates to `x = Normal(0,1)`
11-
* All [Theano](http://deeplearning.net/software/theano/) features
12-
* Numpy indexing and broadcasting
10+
* Powerful sampling algorithms such as [Hamiltonian Monte Carlo](http://en.wikipedia.org/wiki/Hybrid_Monte_Carlo)
11+
* Easy optimization for finding the *maximum a posteriori* point
12+
* [Theano](http://deeplearning.net/software/theano/) features
13+
* Numpy broadcasting and advanced indexing
1314
* Linear algebra operators
1415
* Computation optimization and dynamic C compilation
1516
* Simple extensibility

0 commit comments

Comments
 (0)