Skip to content

Commit

Permalink
Correction on docs math.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhm authored Sep 27, 2023
1 parent e2a2e7f commit 16a8578
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 16a8578

Please sign in to comment.