ConditioningContext

class ConditioningContext(*args, **kwargs)

Per-edge conditioning-context assembler.

Attributes:
assembles_conditioningbool

Whether the cascade should gather the edge’s conditioning-set values u_D before calling edge_context(). When False the gather is skipped entirely (zero cost for simplified vines) and u_D is None.

Methods

edge_context(*, u_D, x)

Assemble the per-edge conditioning matrix x_e.

Attributes

assembles_conditioning

Methods

__init__

edge_context

Assemble the per-edge conditioning matrix x_e.