Efficiency centrality (EffC)
The
efficiency centrality
(EffC), also known as information centrality, quantifies the contribution of each node to the overall efficiency of a network [2, 3]. The centrality of node \(i\) is defined as the relative decrease in network efficiency resulting from its removal:
\[
c_{EffC}(i) = \frac{E(G) - E(G_i)}{E(G)},
\]
where \(G_i\) is the subgraph obtained by removing node \(i\), and \(E(G)\) denotes the global efficiency of graph \(G\), calculated as
\[
E(G) = \frac{1}{N(N-1)} \sum_{i \neq j} \frac{1}{d_{ij}},
\]
with \(d_{ij}\) being the length of the shortest path between nodes \(i\) and \(j\). If no path exists between \(i\) and \(j\), it is assumed that \(d_{ij} = \infty\).
Thus, the global efficiency \(E(G)\) can be interpreted as the sum of the harmonic centralities of all nodes in \(G\), linking efficiency centrality directly to the nodes’ ability to facilitate information flow across the network.