Interface: RefuteEstimateRequest
@kortexya/reasoninglayer / Causal / RefuteEstimateRequest
Interface: RefuteEstimateRequest
Defined in: src/types/causal.ts:1393
Request to run the refutation suite over a sample.
Properties
estimateTermId?
optionalestimateTermId:string|null
Defined in: src/types/causal.ts:1399
Psi-term id of a persisted estimate to attach the dossier to (from a certified estimation response); when present the refutation report is persisted and linked to it.
observations
observations:
RefutationObservationDto[]
Defined in: src/types/causal.ts:1401
The observed sample the estimate was computed from.
seed?
optionalseed:number|null
Defined in: src/types/causal.ts:1403
Seed for the deterministic checks (default 0).