Kevin K Lin
Code related to my papers:- coupling-ssep
- A sample implementation of the coupling control variate
algorithm described
in this
paper. The source, in Scheme, is meant to be clear
and readable. Someone with rudimentary knowledge of Lisp
should be able to translate it into other languages, e.g.,
Matlab or C.
- binless_entropy - A
binless nonparametric estimator of differential entropy,
following Kozachenko and Leonenko, Problems of
Information Transmission 23 (1987). See also
Victor, Phys. Rev. E 66 (2002). Needs
kmathlib and argl1 (see below).
- kmathlib
- Basic scientific computing library. Probably only
useful if you're trying to compile some of the C code
above. Otherwise,
try GSL.
- argl1
- Basic command-line processing for C programs.
Most of the software on this page is licensed under
the CC-GNU
GPL version 2.0 or later.