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 7bb33ec commit 0157f35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/pyhgf/updates/prediction/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ def prediction_input_value_parent(
) -> Tuple[Array, ...]:
"""Prediction step for the value parent(s) of a binary input node.
Updating the posterior distribution of the value parent is a two-step process:
1. Update the posterior precision using
:py:fun:`continuous_node_update_precision_value_parent`.
2. Update the posterior mean value using
:py:fun:`continuous_node_update_mean_value_parent`.
Parameters
----------
attributes :
Expand Down
6 changes: 0 additions & 6 deletions src/pyhgf/updates/prediction_error/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ def prediction_error_input_value_parent(
) -> Tuple[Array, ...]:
"""Update the mean and precision of the value parent of a binary node.
Updating the posterior distribution of the value parent is a two-step process:
1. Update the posterior precision using
:py:fun:`continuous_node_update_precision_value_parent`.
2. Update the posterior mean value using
:py:fun:`continuous_node_update_mean_value_parent`.
Parameters
----------
attributes :
Expand Down

0 comments on commit 0157f35

Please sign in to comment.