Interface: ShiftEffectResponse
@kortexya/reasoninglayer / Causal / ShiftEffectResponse
Interface: ShiftEffectResponse
Defined in: src/types/causal.ts:1105
The estimated shift-intervention effect with inference and the assumptions it consumes.
Properties
assumptions
assumptions:
CausalAssumptionDto[]
Defined in: src/types/causal.ts:1110
The assumptions this estimand consumes, with provenance — the Gaussian treatment-density model is caller-asserted, not verified.
ciLower
ciLower:
number
Defined in: src/types/causal.ts:1112
Lower bound of the 95% Wald confidence interval.
ciUpper
ciUpper:
number
Defined in: src/types/causal.ts:1114
Upper bound of the 95% Wald confidence interval.
delta
delta:
number
Defined in: src/types/causal.ts:1116
The shift that was targeted.
densityRatio
densityRatio:
DensityRatioDiagnosticDto
Defined in: src/types/causal.ts:1118
Density-ratio positivity diagnostic.
estimateTermId?
optionalestimateTermId:string|null
Defined in: src/types/causal.ts:1120
Psi-term id of the persisted estimate (certified requests only).
identificationCertificateId?
optionalidentificationCertificateId:string|null
Defined in: src/types/causal.ts:1122
The identification certificate this estimate was gated on.
identificationProvenance?
optionalidentificationProvenance:string
Defined in: src/types/causal.ts:1124
How identification was established.
method
method:
string
Defined in: src/types/causal.ts:1126
The estimation method.
n
n:
number
Defined in: src/types/causal.ts:1128
Number of observations used.
psi
psi:
number
Defined in: src/types/causal.ts:1130
The estimated shift value E[Y(A + delta)].
stdError
stdError:
number
Defined in: src/types/causal.ts:1132
EIF-based standard error.