pyhgf.updates.vectorised.continuous.VolatilityChild#
- class pyhgf.updates.vectorised.continuous.VolatilityChild(state, kappa, params)[source]#
The volatility child of a continuous layer, as seen by its posterior update.
- Parameters:
state (pyhgf.typing.vectorised.LayerState) – The child layer’s state, already carrying its posterior and
volatility_prediction_error.kappa (jax.Array) – The volatility-coupling matrix, shape
(n_child, n_parent).params (pyhgf.typing.vectorised.LayerParams) – The child layer’s parameters (
tonic_volatilityis read by the eHGF and unbounded updates).
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
kappaAlias for field number 1
paramsAlias for field number 2
stateAlias for field number 0