mirror of https://github.com/jlizier/jidt
10 lines
321 B
Java
Executable File
10 lines
321 B
Java
Executable File
/**
|
|
* This package contains Java classes for each of the
|
|
* information dynamics measures as applied to discrete data
|
|
* (i.e. int[] or int[][] data).
|
|
*
|
|
* @author Joseph Lizier (<a href="joseph.lizier at gmail.com">email</a>,
|
|
* <a href="http://lizier.me/joseph/">www</a>)
|
|
*/
|
|
package infodynamics.measures.discrete;
|