Interface: OrientPairIndependenceTestRequest
@kortexya/reasoninglayer / Statistical / OrientPairIndependenceTestRequest
Interface: OrientPairIndependenceTestRequest
Defined in: src/types/statistical.ts:214
Residual independence-test configuration for pairwise orientation.
Remarks
Serialized to the snake_case wire shape ({"alpha": 0.05, "kernel": "rbf", "permutations": 199}).
Properties
alpha?
optionalalpha:number|null
Defined in: src/types/statistical.ts:216
Significance threshold (default: 0.05).
kernel?
optionalkernel:string|null
Defined in: src/types/statistical.ts:218
Kernel for residual independence testing. Only "rbf" is currently supported.
permutations?
optionalpermutations:number|null
Defined in: src/types/statistical.ts:220
Number of deterministic permutation draws (default: 199).