Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Sep 19, 2023
1 parent a2d5ac8 commit 7efa1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyhgf/updates/prediction_error/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ def prediction_error_volatility_parent(
Updating the posterior distribution of the volatility parent is a two-step process:
1. Update the posterior precision using
:py:fun:`update_precision_volatility_parent`.
:py:func:`pyhgf.updates.prediction_error.continuous.prediction_error_precision_volatility_parent`.
2. Update the posterior mean value using
:py:fun:`update_mean_volatility_parent`.
:py:func:`pyhgf.updates.prediction_error.continuous.prediction_error_mean_volatility_parent`.
Parameters
----------
Expand Down

0 comments on commit 7efa1aa

Please sign in to comment.