Seeley’s index [2] is a counterpart to eigenvector centrality that modifies how a node distributes its influence. While eigenvector centrality assigns a node's importance recursively based on the sum of the centralities of its neighbors, effectively contributing fully to each neighbor, Seeley’s index assumes that a node divides its influence equally among its successors.
Formally, each row of the adjacency matrix \(A\) is normalized by the node's out-degree, producing a row-stochastic matrix \(S = D^{-1} A\), where \(D\) is the diagonal matrix of out-degrees. The Seeley index is the principal eigenvector of \(S\), corresponding to the stationary distribution of the Markov chain defined by \(S\).
If the graph is undirected, the stationary distribution of the Markov chain defined by \(S\) is proportional to node degrees. Therefore, Seeley’s index coincides with degree centrality in this case.

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] Seeley, J. R. (1949). The net of reciprocal influence; a problem in treating sociometric data. Canadian Journal of Psychology / Revue canadienne de psychologie, 3(4), 234-240. doi: 10.1037/h0084096.