Interface: CorrelationRequest
@kortexya/reasoninglayer / Statistical / CorrelationRequest
Interface: CorrelationRequest
Defined in: src/types/statistical.ts:18
Request to compute Pearson correlation between two variables.
Properties
varX
varX:
string
Defined in: src/types/statistical.ts:20
First variable name.
varY
varY:
string
Defined in: src/types/statistical.ts:22
Second variable name.