Skip to content

Interface: IdentifyEffectRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / IdentifyEffectRequest

Interface: IdentifyEffectRequest

Defined in: src/types/causal.ts:414

Request to identify P(outcome | do(treatment)) over the tenant’s asserted causal model.

Properties

given?

optional given: string[]

Defined in: src/types/causal.ts:419

Conditioning variables for a CONDITIONAL interventional query P(outcome | do(treatment), given), identified via IDC.


outcome

outcome: string

Defined in: src/types/causal.ts:421

Outcome variable.


treatment

treatment: string

Defined in: src/types/causal.ts:423

Treatment (intervened) variable.