Interface: FrontDoorRequest
@kortexya/reasoninglayer / Causal / FrontDoorRequest
Interface: FrontDoorRequest
Defined in: src/types/causal.ts:916
Request to estimate the front-door effect from a sample.
Properties
identification?
optionalidentification:IdentificationRefDto|null
Defined in: src/types/causal.ts:922
Gate this estimation on a persisted identification certificate. For the front-door route the gate ADDITIONALLY re-checks the front-door criterion on the tenant’s graph against IdentificationRefDto.mediatorNames.
nBootstrap?
optionalnBootstrap:number|null
Defined in: src/types/causal.ts:924
Number of bootstrap replicates for the standard error (default 200).
observations
observations:
FrontDoorObservationDto[]
Defined in: src/types/causal.ts:926
The observed sample (X, M, Y).
seed?
optionalseed:number|null
Defined in: src/types/causal.ts:928
Seed for the (reproducible) bootstrap (default 0).