Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Prologue/Prologue.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"\n",
"The choice of PyMC as the probabilistic programming language is two-fold. As of this writing, there is currently no central resource for examples and explanations in the PyMC universe. The official documentation assumes prior knowledge of Bayesian inference and probabilistic programming. We hope this book encourages users at every level to look at PyMC. Secondly, with recent core developments and popularity of the scientific stack in Python, PyMC is likely to become a core component soon enough.\n",
"\n",
"PyMC does have dependencies to run, namely NumPy and (optionally) SciPy. To not limit the user, the examples in this book will rely only on PyMC, NumPy, SciPy and Matplotlib only.\n",
"PyMC does have dependencies to run, namely NumPy and (optionally) SciPy. To not limit the user, the examples in this book will rely only on PyMC, NumPy, SciPy and Matplotlib.\n",
"\n",
"\n",
"Contents\n",
"------\n",
"\n",
"(The below chapters are rendered via the *nbviewer* at\n",
"[nbviewer.ipython.org/](http://nbviewer.ipython.org/), and is read-only and rendered in real-time.\n",
"[nbviewer.ipython.org/](http://nbviewer.ipython.org/), and are read-only and rendered in real-time.\n",
"Interactive notebooks + examples can be downloaded by cloning! )\n",
"\n",
"\n",
Expand Down Expand Up @@ -282,4 +282,4 @@
"metadata": {}
}
]
}
}