Calculates the effective information (EI) of a network, \(G\), according to the definition provided in Klein & Hoel, 2019. Here, we subtract the average entropies of the out-weights of nodes in a network, WOUT_average from the entropy of the average out-weights in the network, WIN_entropy.
effective_information(graph, effectiveness = FALSE)
igraph or matrix object.
Logical indicating whether or not to return network effectiveness.
Numeric value indicating the effective information of the network.