Skip to content

Commit ec5fd0f

Browse files
committed
Removed jQuery...
1 parent b8f989c commit ec5fd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter2_MorePyMC/MorePyMC.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"\n",
201201
"`some_variable = mc.DiscreteUniform( \"discrete_uni_var\", 0, 4 )`\n",
202202
"\n",
203-
"where 0,4 are the `DiscreteUniform`-specific upper and lower bound on the random variable. The [PyMC docs](http://pymc-devs.github.com/pymc/distributions.html) contain the specific parameters for stochastic variables. (Or use `jQuery17206780988641548902_1369305611013` if you are using IPython!)\n",
203+
"where 0,4 are the `DiscreteUniform`-specific upper and lower bound on the random variable. The [PyMC docs](http://pymc-devs.github.com/pymc/distributions.html) contain the specific parameters for stochastic variables. (Or use `??` if you are using IPython!)\n",
204204
"\n",
205205
"The `name` attribute is used to retrieve the posterior distribution later in the analysis, so it is best to use a descriptive name. Typically, I use the Python variable's name as the name.\n",
206206
"\n",
@@ -2204,4 +2204,4 @@
22042204
"metadata": {}
22052205
}
22062206
]
2207-
}
2207+
}

0 commit comments

Comments
 (0)