The redundancy measure , originally proposed in [2], is a simplified version of Burt's redundancy [3]. The redundancy \(c_r(i)\) of a node \(i\) quantifies the average number of connections that a neighbor of \(i\) has to other neighbors of \(i\), and is defined as
\begin{equation*}
c_r(i) =
\begin{cases}
\dfrac{\sum_{j \in \mathcal{N}(i)} \sum_{\substack{k \in \mathcal{N}(i), \ k \neq j}} a_{jk}}{d_i}, & \text{if } d_i > 1, \\
0, & \text{otherwise,}
\end{cases}
\end{equation*}
where \(\mathcal{N}(i)\) denotes the set of neighbors of node \(i\), and \(d_i = |\mathcal{N}(i)|\) is the degree of node \(i\). As shown by Newman [4], the redundancy measure is related to the clustering coefficient \(c_{cl}(i)\) via
\begin{equation*}
c_r(i) = c_{cl}(i) \, (d_i - 1).
\end{equation*}
The redundancy measure was later independently introduced as the local average connectivity (LAC) in [5].

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] Borgatti, S. P. (1997). Structural holes: Unpacking Burt’s redundancy measures. Connections, 20(1), 35-38.
[3] Burt, R.S. & Holes, S. (1992). Structural Holes: The Social Structure of Competition. Harvard University Press, Cambridge, MA.
[4] Newman, M. (2018). Networks. Oxford university press. doi: 10.1093/oso/9780198805090.001.0001.
[5] Li, M., Wang, J., Chen, X., Wang, H., & Pan, Y. (2011). A local average connectivity-based method for identifying essential proteins from the network level. Computational biology and chemistry, 35(3), 143-150. doi: 10.1016/j.compbiolchem.2011.04.002.