Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
complexmeasure.h File Reference
#include "abstractmeasure.h"
#include <list>
#include "sparsearray.h"
Include dependency graph for complexmeasure.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComplexMeasure
 

Enumerations

enum  ComplexMeasureMode { ENT, ENTSLOW, MI, PINF }
 measure modes of complex measures. More...
 

Enumeration Type Documentation

measure modes of complex measures.

Enumerator
ENT 

returns the entropy of the value, uses update formula, needs O(1)

ENTSLOW 

returns the entropy of the value, uses normal formula, needs O(n) or O(m*n)

MI 

returns the mutual information of two values, uses update formula, needs O(1)

PINF 

returns the predictive information of two or more values