The local relative change of average shortest path (LRASP) centrality is a modification of the average shortest path centrality (AC or RASP) [2]. Let \(G_{N_i(l)}\) denote the subgraph containing node \(i\) and all nodes within \(l\) hops from \(i\). The LRASP centrality of node \(i\) is defined as
\begin{equation*}
c_{LRASP}(i) = \frac{ASP(G'_{N_i(l)}) - ASP(G_{N_i(l)})}{ASP(G_{N_i(l)})},
\end{equation*}
where \(ASP(G_{N_i(l)})\) is the average shortest path length of \(G_{N_i(l)}\):
\begin{equation*}
ASP(G_{N_i(l)}) = \frac{\sum_{j \neq k \in N_i(l)} d_{jk}}{|N_i(l)|(|N_i(l)|-1)},
\end{equation*}
with \(d_{jk}\) being the shortest path distance between nodes \(j\) and \(k\) if reachable; otherwise, \(d_{jk}\) is set to the diameter of \(G_{N_i(l)}\). The subgraph \(G'_{N_i(l)}\) is obtained by removing all links adjacent to node \(i\).
LRASP quantifies the relative change in average shortest path when the immediate connections of node \(i\) are removed, capturing its local structural importance. When \(l\) equals the network diameter \(d(G)\), LRASP reduces to the standard AC centrality. In [2], the authors use \(l = d(G)/2\) to balance local and semi-global structural effects.

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] Hajarathaiah, K., Enduri, M. K., & Anamalamudi, S. (2022). Efficient algorithm for finding the influential nodes using local relative change of average shortest path. Physica A: Statistical Mechanics and its Applications, 591, 126708. doi: 10.1016/j.physa.2021.126708.