Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/theano.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ where with the normal likelihood :math:`N(x|μ,σ^2)`
.. math::

\text{logp}\colon \mathbb{R} \to \mathbb{R}\\
μ \mapsto \log N(μ|0, 1) + \log N(y|0, 1),
μ \mapsto \log N(μ|0, 1) + \log N(y|μ, 1),

To build that function we need to keep track of two things: The parameter
space (the *free variables*) and the logp function. For each free variable
Expand Down