Interface: StructuralAssignmentDto
@kortexya/reasoninglayer / Causal / StructuralAssignmentDto
Interface: StructuralAssignmentDto
Defined in: src/types/causal.ts:1194
A deterministic structural assignment of an inline SCM.
Properties
parents
parents:
string[]
Defined in: src/types/causal.ts:1196
Parent variable names (exogenous or endogenous).
rows
rows:
AssignmentRowDto[]
Defined in: src/types/causal.ts:1198
The TOTAL table over the parents’ categories.
variable
variable:
string
Defined in: src/types/causal.ts:1200
The endogenous variable.