-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathREADME
More file actions
45 lines (25 loc) · 952 Bytes
/
Copy pathREADME
File metadata and controls
45 lines (25 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
PyMC by Example
===============
This repository includes example applications of PyMC as IPython
Notebooks. Browse them online here:
http://nbviewer.ipython.org/github/aflaxman/pymc-examples/tree/master/
Contents
--------
pymc_and_pandas:
example of using pandas.Series and pandas.DataFrame as pymc
Stochastic and Deterministics
negative_binomial_dist:
an exploration of how pymc parameterizes the negative
binomial distribution
function_maximization:
a simple example of using pymc.MAP to optimize a function of
3 variables.
gibbs_for_uniform_ball:
a simple example of subclassing pymc.Gibbs and using it to
sample uniformly from the unit ball in n-dimensions
seeds_re_logistic_regression:
a random effects logistic regression for seed growth, made
famous as an example for BUGS
gp_derivative_constraints:
an approximation to putting bounds on derivatives of
Gaussian Processes