Expand description
Vector variable groups for multivariate conditional-independence testing.
Components are separate Float64 columns. Logical discovery nodes are the
first component of each group; column_blocks_for_frame builds per-lag
frame-index blocks for pairwise multivariate CI.
SPDX-License-Identifier: MIT OR Apache-2.0
Structs§
- Vector
Variable Groups - Ordered groups of component variable ids (a vector-variable grouping for multivariate CI).
Functions§
- column_
blocks_ for_ frame - Build per-lag column blocks for a lagged frame from vector-variable groups.
- expand_
fixed_ vector_ columns - Expand every
FixedVectorColumnindataintodimFloat64 columns and register them as vector-variable groups.