Interface: ConditionalIndependenceResponse
@kortexya/reasoninglayer / Statistical / ConditionalIndependenceResponse
Interface: ConditionalIndependenceResponse
Defined in: src/types/statistical.ts:80
Response from conditional independence test.
Properties
explanation
explanation:
string
Defined in: src/types/statistical.ts:82
Explanation of the test result.
independent
independent:
boolean
Defined in: src/types/statistical.ts:84
Whether X and Y are conditionally independent given the conditioning set.
pValue?
optionalpValue:number|null
Defined in: src/types/statistical.ts:86
P-value from the independence test.