Skip to content

Interface: ObservationDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / ObservationDto

Interface: ObservationDto

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

One observed unit: discrete covariate stratum, binary treatment, outcome.

Properties

a

a: boolean

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

Binary treatment indicator (true = treated).


x

x: number

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

Discrete covariate stratum (integer code — bin a categorical or coarsened-continuous confounder).


y

y: number

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

Observed outcome.