Skip to content

Interface: ObservePairRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Statistical / ObservePairRequest

Interface: ObservePairRequest

Defined in: src/types/statistical.ts:116

Request to observe a pair of variable values.

Properties

varX

varX: string

Defined in: src/types/statistical.ts:118

First variable name.


varY

varY: string

Defined in: src/types/statistical.ts:120

Second variable name.


x

x: number

Defined in: src/types/statistical.ts:122

Value for first variable.


y

y: number

Defined in: src/types/statistical.ts:124

Value for second variable.