LICENSE
README.md
setup.cfg
setup.py
kernel_knockoffs/__init__.py
kernel_knockoffs/_version.py
kernel_knockoffs/knockoffs.py
kernel_knockoffs/utils.py
kernel_knockoffs.egg-info/PKG-INFO
kernel_knockoffs.egg-info/SOURCES.txt
kernel_knockoffs.egg-info/dependency_links.txt
kernel_knockoffs.egg-info/requires.txt
kernel_knockoffs.egg-info/top_level.txt
kernel_knockoffs/association_measures/__init__.py
kernel_knockoffs/association_measures/cmmd.py
kernel_knockoffs/association_measures/distance_correlation.py
kernel_knockoffs/association_measures/hsic.py
kernel_knockoffs/association_measures/kernel_tools.py
kernel_knockoffs/association_measures/lasso.py
kernel_knockoffs/association_measures/pearson_correlation.py
kernel_knockoffs/association_measures/projection_correlation.py
kernel_knockoffs/association_measures/tr.py
test/test_association_measures.py
test/test_knockoff.py