The Extended Hybrid Characteristic Centrality (EHCC) extends the hybrid characteristic centrality (HCC) by incorporating the contributions of a node's neighbors [2]. The EHCC of node \(i\) is defined as
\begin{equation*}
c_{EHCC}(i) = c_{HCC}(i) + \sum_{j \in \mathcal{N}(i)} c_{HCC}(j),
\end{equation*}
where \(\mathcal{N}(i)\) denotes the set of neighbors of node \(i\) and \(c_{HCC}(i)\) is the HCC score of node \(i\), given by
\begin{equation*}
c_{HCC}(i) = \frac{d^{ex}(i)}{\max_j d^{ex}(j)} + \frac{pos(i)}{\max_j pos(j)},
\end{equation*}
with \(d^{ex}(i)\) representing the extended degree of node \(i\), and \(pos(i)\) denoting the iteration at which node \(i\) is removed during the E-shell decomposition.
Nodes with high EHCC values are influential both due to their own structural position in the network and the importance of their immediate neighbors.

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] Liu, J., & Zheng, J. (2023). Identifying important nodes in complex networks based on extended degree and E-shell hierarchy decomposition. Scientific Reports, 13(1), 3197. doi: 10.1038/s41598-023-30308-5.