mirror of https://github.com/jlizier/jidt
13 lines
405 B
Java
Executable File
13 lines
405 B
Java
Executable File
/**
|
|
* This package contains estimators for the
|
|
* information dynamics measures which
|
|
* use the Kozachenko-Leonenko method.
|
|
*
|
|
* <p>These estimators apply to continuous data
|
|
* (i.e. double[] or double[][] data).</p>
|
|
*
|
|
* @author Joseph Lizier (<a href="joseph.lizier at gmail.com">email</a>,
|
|
* <a href="http://lizier.me/joseph/">www</a>)
|
|
*/
|
|
package infodynamics.measures.continuous.kozachenko;
|