conditional_independence.kci_test

conditional_independence.kci_test(suffstat: numpy.array, i, j, cond_set: Optional[Union[List[int], int]] = None, width: float = 0.0, alpha: float = 0.05, unbiased: bool = False, gamma_approx: bool = True, regress: bool = True, n_draws: int = 500, lam: float = 0.001, thresh: float = 1e-05, num_eig: int = 0, categorical_e: bool = False) → Dict[source]

TODO