Skip to content

C++ Wrapper (C Interface). Required for FFI versions of Python/Lua

Latest
Compare
Choose a tag to compare
@denismr denismr released this 18 Dec 00:09
c6bc988

This version fixes a major bug related to the Test function. It was previously ignoring any given ca and always applying the default one (1.95). KS statistic was fine in the previous version.

Windows and MacOS (both x64) dynamic libraries, which are required for FFI (Python and Lua).

For MacOS, line 27 in IKS.py must be replaced with:
clib = ffi.dlopen("iks.dylib")

IKS.py and iks.dll/iks.dylib must be in the same folder.