Skip to content

Commit 2793db3

Browse files
authored
Fix typo in theano intro (#2497)
1 parent 278c107 commit 2793db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/theano.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ where with the normal likelihood :math:`N(x|μ,σ^2)`
150150
.. math::
151151
152152
\text{logp}\colon \mathbb{R} \to \mathbb{R}\\
153-
μ \mapsto \log N(μ|0, 1) + \log N(y|0, 1),
153+
μ \mapsto \log N(μ|0, 1) + \log N(y|μ, 1),
154154
155155
To build that function we need to keep track of two things: The parameter
156156
space (the *free variables*) and the logp function. For each free variable

0 commit comments

Comments
 (0)