Skip to content

Interface: DoseResponseResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / DoseResponseResponse

Interface: DoseResponseResponse

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

The estimated average dose-response slope with inference.

Properties

ciLower

ciLower: number

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

Lower bound of the 95% Wald confidence interval.


ciUpper

ciUpper: number

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

Upper bound of the 95% Wald confidence interval.


estimateTermId?

optional estimateTermId: string | null

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

Psi-term id of the persisted estimate (certified requests only).


identificationCertificateId?

optional identificationCertificateId: string | null

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

The identification certificate this estimate was gated on, when certified.


identificationProvenance?

optional identificationProvenance: string

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

How identification was established (certified or caller_asserted).


method

method: string

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

The estimation method.


n

n: number

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

Number of observations used.


stdError

stdError: number

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

Standard error from the orthogonal-moment sandwich variance.


theta

theta: number

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

The dose-response slope (outcome change per unit treatment).