Interface: ActValueDto
@kortexya/reasoninglayer / Causal / ActValueDto
Interface: ActValueDto
Defined in: src/types/causal.ts:1216
One act’s expected utility under both decision rules.
Properties
act
act:
number
Defined in: src/types/causal.ts:1218
The act (category of the decision variable).
causal
causal:
number
Defined in: src/types/causal.ts:1220
E[U | do(X = act)] — the causal (interventional) value.
evidential
evidential:
number
Defined in: src/types/causal.ts:1222
E[U | X = act] — the evidential (conditional) value.