You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `Probabilistic Programming and Bayesian Methods for Hackers <https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers>`__: Fantastic book with many applied code examples.
47
49
- `PyMC3 port of the book "Doing Bayesian Data Analysis" by John Kruschke <https://github.com/aloctavodia/Doing_bayesian_data_analysis>`__ as well as the `second edition <https://github.com/JWarmenhoven/DBDA-python>`__: Principled introduction to Bayesian data analysis.
48
50
- `PyMC3 port of the book "Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath <https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3>`__
49
51
- `PyMC3 port of the book "Bayesian Cognitive Modeling" by Michael Lee and EJ Wagenmakers <https://github.com/junpenglao/Bayesian-Cognitive-Modeling-in-Pymc3>`__: Focused on using Bayesian statistics in cognitive modeling.
50
52
- `Bayesian Analysis with Python by Osvaldo Martin <https://www.packtpub.com/big-data-and-business-intelligence/bayesian-analysis-python>`__ (and `errata <https://github.com/aloctavodia/BAP>`__): Great introductory book.
51
53
54
+
PyMC3 talks
55
+
-----------
56
+
52
57
There are also several talks on PyMC3 which are gathered in this `YouTube playlist <https://www.youtube.com/playlist?list=PL1Ma_1DBbE82OVW8Fz_6Ts1oOeyOAiovy>`__
53
58
54
59
Installation
55
-
------------
60
+
============
56
61
57
62
The latest release of PyMC3 can be installed from PyPI using ``pip``:
58
63
@@ -93,14 +98,14 @@ Another option is to clone the repository and install PyMC3 using
93
98
94
99
95
100
Dependencies
96
-
------------
101
+
============
97
102
98
103
PyMC3 is tested on Python 2.7 and 3.6 and depends on Theano, NumPy,
99
104
SciPy, Pandas, and Matplotlib (see ``requirements.txt`` for version
100
105
information).
101
106
102
107
Optional
103
-
~~~~~~~~
108
+
--------
104
109
105
110
In addtion to the above dependencies, the GLM submodule relies on
PyMC3 is a non-profit project under NumFOCUS umbrella. If you want to support PyMC3 financially, you can donate `here <https://www.flipcause.com/widget/widget_home/MTE4OTc=>`__.
0 commit comments