Total centrality is an induced (vitality) centrality measure in which the sum of centrality scores is a graph invariant [2]. Let \(G_i\) denote the subgraph obtained by removing node \(i\) from \(G\). The total centrality of node \(i\) is defined as
\begin{equation*}
c_{T}(i) = \sum_{j \in \mathcal{N}} c(j,G) - \sum_{j \in \mathcal{N} \setminus \{i\}} c(j,G_i)
= c(i,G) + \sum_{j \in \mathcal{N} \setminus \{i\}} \bigl( c(j,G) - c(j,G_i) \bigr),
\end{equation*}
where \(c(i,G)\) is the endogenous centrality of node \(i\) in \(G\), that is, its standard centrality measure (e.g., degree, closeness, or betweenness) computed on the original graph. For example, if the underlying centrality \(c(i,G)\) is the degree \(d_i\), then the total degree centrality equals \(2 d_i\).
Total centrality accounts for both the node’s own centrality and its contribution to the centrality of other nodes.

References

[1] Shvydun, S. (2025). Zoo of Centralities: Encyclopedia of Node Metrics in Complex Networks. arXiv: 2511.05122 https://doi.org/10.48550/arXiv.2511.05122
[2] Everett, M. G., & Borgatti, S. P. (2010). Induced, endogenous and exogenous centrality. Social Networks, 32(4), 339-344. doi: 10.1016/j.socnet.2010.06.004.