1.4.1. pywhy_stats.independence.kci#

Independence test using Kernel test.

1.4.1.1. Examples#

>>> import pywhy_stats as ps
>>> res = ps.kci.ind([1, 2, 3], [4, 5, 6])
>>> print(res.pvalue)
>>> 1.0