Nodes¶
Continuous
¶
A container for continuous stochastic nodes of a probabilistic model.
Attributes:
| Name | Type | Description |
|---|---|---|
_byx__obj |
An internal realization of the node. |
|
_byx__filter_spec |
An internal filter specification for |
|
_byx__constraint |
Constraint
|
A constraining transformation. |
Source code in src/bayinx/nodes/continuous.py
Observed
¶
A container for observed nodes of a probabilistic model.
Attributes:
| Name | Type | Description |
|---|---|---|
obj |
An internal realization of the node. |
|
_filter_spec |
An internal filter specification for |