We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278c107 commit 2793db3Copy full SHA for 2793db3
docs/source/theano.rst
@@ -150,7 +150,7 @@ where with the normal likelihood :math:`N(x|μ,σ^2)`
150
.. math::
151
152
\text{logp}\colon \mathbb{R} \to \mathbb{R}\\
153
- μ \mapsto \log N(μ|0, 1) + \log N(y|0, 1),
+ μ \mapsto \log N(μ|0, 1) + \log N(y|μ, 1),
154
155
To build that function we need to keep track of two things: The parameter
156
space (the *free variables*) and the logp function. For each free variable
0 commit comments