Skip to content

Interface: OrientPairIndependenceTestRequest

@kortexya/reasoninglayer


@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?

optional alpha: number | null

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

Significance threshold (default: 0.05).


kernel?

optional kernel: string | null

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

Kernel for residual independence testing. Only "rbf" is currently supported.


permutations?

optional permutations: number | null

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

Number of deterministic permutation draws (default: 199).