Skip to content

Commit 5a4e5ed

Browse files
Merge pull request #102 from Rishikesh233/master
change Fix Typo: Chpt. 15, Hamiltonian MC
2 parents bae9ca9 + 48dd803 commit 5a4e5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_weave/lecture16/probabilistic_programming.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3>Hamiltonian Monte Carlo</h3>
225225
<p class="math">\[
226226
\begin{align}
227227
\frac{dx}{dt} &= \frac{dH}{dp}\\
228-
&= -\frac{dH}{dx}
228+
\dot{p} &= -\frac{dH}{dx}
229229
\end{align}
230230
\]</p>
231231
<p>Here we want our Hamiltonian to be our posterior probability, so that way we stay on the manifold of high probability. This means:</p>

0 commit comments

Comments
 (0)