Mean Information Content MI


This aggregation_operator calculate the mean information content for the group. It is implemented as follow:

Where:

Ngis the number of indices values located in the same bin.
Nois the number of indices values in the group.
Ais the number of intervals.

Total Information Content TI


This aggregation_operator calculate the total information content for the group. It is implemented as follow:

Where:

Ngis the number of indices values located in the same bin.
Nois the number of indices values in the group.
Gis the number of intervals.

Standarized Information Content SI


This aggregation_operator calculate the standarized information content for the group. It is implemented as follow:

Where:

ITis the Total Information Content.
Nois the number of indices values in the group.