Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Nov 17, 2023
1 parent 7b2b14e commit f619089
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pyhgf/updates/continuous.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,11 @@ def continuous_input_prediction_error(
edges: Edges,
value: float,
) -> Dict:
"""Update the input node structure.
"""Send prediction errors to the parents of an input node.
This function is the entry-level of the structure updates. It updates the parent
of the input node.
This function is the entry-level of the structure updates. It updates the parents
of the input node. When no observations are provided, the precision of the value
and volatility are reduced accordingly as a function of time elapsed.
Parameters
----------
Expand Down

0 comments on commit f619089

Please sign in to comment.