The participation coefficient is a community-based measure that quantifies how evenly a node's links are distributed among different communities (modules) [2]. Consider a graph \(G\) with a community structure consisting of \(K\) communities \(C_1, \dots, C_K\). For example, [3] applied the participation coefficient to networks whose communities were detected using the Louvain algorithm. The participation coefficient quantifies how a node's links are distributed within its own module compared to other modules:
\begin{equation*}
c_{\mathrm{Part.coeff}}(i) = 1 - \sum_{s=1}^{K} \left( \frac{d_{is}}{d_i} \right)^2
= 1 - \sum_{s=1}^{K} \left( \frac{\sum_{j \in C_s \setminus \{i\}} a_{ij}}{d_i} \right)^2,
\end{equation*}
where \(d_{is}\) is the number of links from node \(i\) to nodes in module \(C_s\), and \(d_i\) is the degree of node \(i\).
The participation coefficient \(c_{\mathrm{Part.coeff}}(i)\) approaches 1 when a node's links are uniformly distributed across all modules, and is close to 0 when all links are confined within its own module. While the participation coefficient was originally intended to describe the roles of nodes within community-structured networks, it has also proven useful for identifying highly connected hub nodes in real-world networks [4].

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] Guimera, R., & Nunes Amaral, L. A. (2005). Functional cartography of complex metabolic networks. nature, 433(7028), 895-900. doi: 10.1038/nature03288.
[3] Oldham, S., Fulcher, B., Parkes, L., Arnatkevi\v{c}i\={u}t\.{e}, A., Suo, C., & Fornito, A. (2019). Consistency and differences between centrality measures across distinct classes of networks. PloS one, 14(7), e0220061. doi: 10.1371/journal.pone.0220061.
[4] Power, J. D., Schlaggar, B. L., Lessov-Schlaggar, C. N., & Petersen, S. E. (2013). Evidence for hubs in human functional brain networks. Neuron, 79(4), 798-813. doi: 10.1016/j.neuron.2013.07.035.