Expand description
Distribution providers for compiled expression evaluation.
SPDX-License-Identifier: MIT OR Apache-2.0
Structs§
- Assignment
- Variable → value binding for density / outcome lookup.
- Empirical
Table Provider - Tabular empirical distribution provider (discrete factors + domains).
- Eval
Context - Evaluation context (optional posterior draw index).
- Factor
Spec - Resolved distribution factor identity (no string keys).
- Gaussian
Density Provider - Independent Gaussian density provider with Gauss–Hermite quadrature.
- Posterior
Draw Provider - Draw-indexed posterior provider: one
EmpiricalTableProviderper draw.
Enums§
- Eval
Error - Errors from compiling or evaluating causal expressions.
Traits§
- Distribution
Provider - Provides densities, discrete supports, and outcome values for evaluation.
Type Aliases§
- Quadrature
Nodes - Weighted quadrature nodes: assignment rows paired with integration weights.