This aggregation_operator calculate the mean information content for the group. It is implemented as follow:
Where:
| Ng | is the number of indices values located in the same bin. |
| No | is the number of indices values in the group. |
| A | is the number of intervals. |
This aggregation_operator calculate the total information content for the group. It is implemented as follow:
Where:
| Ng | is the number of indices values located in the same bin. |
| No | is the number of indices values in the group. |
| G | is the number of intervals. |
This aggregation_operator calculate the standarized information content for the group. It is implemented as follow:
Where:
| IT | is the Total Information Content. |
| No | is the number of indices values in the group. |