Interface: CorrelationResponse
@kortexya/reasoninglayer / Statistical / CorrelationResponse
Interface: CorrelationResponse
Defined in: src/types/statistical.ts:28
Response from correlation computation.
Properties
correlation?
optionalcorrelation:number|null
Defined in: src/types/statistical.ts:30
Pearson correlation coefficient.
count
count:
number
Defined in: src/types/statistical.ts:32
Number of paired observations.
success
success:
boolean
Defined in: src/types/statistical.ts:34
Whether computation was successful.