Skip to content

Interface: RefuteEstimateRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / RefuteEstimateRequest

Interface: RefuteEstimateRequest

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

Request to run the refutation suite over a sample.

Properties

estimateTermId?

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

optional seed: number | null

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

Seed for the deterministic checks (default 0).