Interface: PolicyValueResponse
@kortexya/reasoninglayer / Causal / PolicyValueResponse
Interface: PolicyValueResponse
Defined in: src/types/causal.ts:1160
The doubly-robust policy value.
Properties
ciLower
ciLower:
number
Defined in: src/types/causal.ts:1162
Lower bound of the 95% Wald confidence interval.
ciUpper
ciUpper:
number
Defined in: src/types/causal.ts:1164
Upper bound of the 95% Wald confidence interval.
estimateTermId?
optionalestimateTermId:string|null
Defined in: src/types/causal.ts:1166
Psi-term id of the persisted estimate (certified requests only).
identificationCertificateId?
optionalidentificationCertificateId:string|null
Defined in: src/types/causal.ts:1168
The identification certificate this estimate was gated on.
identificationProvenance?
optionalidentificationProvenance:string
Defined in: src/types/causal.ts:1170
How identification was established.
method
method:
string
Defined in: src/types/causal.ts:1172
The estimation method.
n
n:
number
Defined in: src/types/causal.ts:1174
Number of observations used.
stdError
stdError:
number
Defined in: src/types/causal.ts:1176
Standard error from the per-unit AIPW terms.
value
value:
number
Defined in: src/types/causal.ts:1178
The estimated policy value E[Y(X := d(W))].