Skip to content

Commit

Permalink
doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Nov 1, 2023
1 parent b889222 commit 26f3c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyhgf/updates/prediction_error/nodes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ def prediction_error_value_parent(
Updating the posterior distribution of the value parent is a two-step process:
#. Update the posterior precision using
:py:func:`pyhgf.updates.prediction_error.binary.prediction_error_precision_value_parent`.
:py:func:`pyhgf.updates.prediction_error.nodes.binary.prediction_error_precision_value_parent`.
#. Update the posterior mean value using
:py:func:`pyhgf.updates.prediction_error.binary.prediction_error_mean_value_parent`.
:py:func:`pyhgf.updates.prediction_error.nodes.binary.prediction_error_mean_value_parent`.
Parameters
----------
Expand Down

0 comments on commit 26f3c1d

Please sign in to comment.