Source code for icikt.kendall_dis

# placeholder function and file for generating documentation for the cythonized function kendall_dis()
import typing as T


[docs]def kendall_dis(x, y): print("Cython package is not properly installed") pass