Exogenous centrality quantifies the effect of a node on the centrality of other nodes in a graph [2]. Formally, the exogenous centrality of node \(i\) is defined as
\begin{equation*}
c_{E}(i) = \sum_{j \in \mathcal{N} \setminus \{i\}} \bigl( c(j,G) - c(j,G_i) \bigr),
\end{equation*}
where \(G_i\) is the subgraph obtained by removing node \(i\) from \(G\), and \(c(j,G)\) is a standard centrality measure of node \(j\) (e.g., degree, closeness, or betweenness).
Exogenous centrality quantifies the contribution of node \(i\) to the centrality of all other nodes in the network. In other words, it measures how the presence of \(i\) enhances the centrality of the rest of the graph. For example, if the underlying centrality \(c(i,G)\) is the degree \(d_i\), the exogenous centrality of \(i\) equals \(d_i\). Similarly, if \(c(i,G)\) is closeness centrality, the exogenous centrality of \(i\) reflects how the removal of \(i\) would increase the average shortest-path distances among the remaining nodes, thereby reducing their closeness.

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.