mirror of https://github.com/jlizier/jidt
14 lines
422 B
Java
Executable File
14 lines
422 B
Java
Executable File
/**
|
|
* This package contains estimators for the
|
|
* information dynamics measures which
|
|
* use the Kraskov-Stoegbauer-Grassberger (KSG)
|
|
* 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.kraskov;
|