Skip to content

Interface: MediationObservationDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / MediationObservationDto

Interface: MediationObservationDto

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

One observed unit for mediation: covariate X, treatment A, binary mediator M, outcome Y.

Properties

a

a: boolean

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

Binary treatment indicator.


m

m: boolean

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

Binary mediator.


x

x: number

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

Discrete covariate stratum (integer code).


y

y: number

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

Observed outcome.