From 26f3c1dffda1147665b05006a94df183dfa87144 Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Wed, 1 Nov 2023 11:46:31 +0100 Subject: [PATCH] doc link --- src/pyhgf/updates/prediction_error/nodes/binary.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pyhgf/updates/prediction_error/nodes/binary.py b/src/pyhgf/updates/prediction_error/nodes/binary.py index 78cb27182..52f8eb45c 100644 --- a/src/pyhgf/updates/prediction_error/nodes/binary.py +++ b/src/pyhgf/updates/prediction_error/nodes/binary.py @@ -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 ----------