Skip to content

Interface: PolicyValueRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / PolicyValueRequest

Interface: PolicyValueRequest

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

Request for the doubly-robust value of a deterministic stratum policy on observational rows.

Properties

identification?

optional identification: IdentificationRefDto | null

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

Gate this estimation on a persisted identification certificate. Absent means legacy behavior, honestly labeled caller_asserted.


observations

observations: PolicyRowDto[]

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

The observed sample.


policy

policy: PolicyRuleDto[]

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

The policy, one rule per stratum (must cover every stratum in the data).