mirror of https://github.com/jlizier/jidt
14 lines
493 B
Java
Executable File
14 lines
493 B
Java
Executable File
/**
|
|
* This package contains Java Interfaces for each of the
|
|
* information dynamics measures as applied to continuous data
|
|
* (ie double[] or double[][] data), as well as some base
|
|
* classes for implementations to build on.
|
|
*
|
|
* <p>Subpackages provides various estimator types which implement
|
|
* these interfaces.</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;
|