Skip to content

Commit

Permalink
fix the equation for Gaussian surprise in the docstring (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhm authored Sep 27, 2023
1 parent e2a2e7f commit 67ac65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhgf/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def gaussian_surprise(
.. math::
\frac{1}{2} \log(2 \pi) - \log(\hat{\pi}) + \hat{\pi}\sqrt{x - \hat{\mu}}
\frac{1}{2} (\log(2 \pi) - \log(\hat{\pi}) + \hat{\pi}(x - \hat{\mu})^2)
where :math:`\pi` is the mathematical constant.
Expand Down

0 comments on commit 67ac65a

Please sign in to comment.