Skip to content

Interface: FrontDoorRequest

@kortexya/reasoninglayer


@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?

optional identification: 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?

optional nBootstrap: 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?

optional seed: number | null

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

Seed for the (reproducible) bootstrap (default 0).