TOPICS
Search

Eccentricity Centrality


In a connected graph, the eccentricity centrality of a graph vertex v is the reciprocal of its graph eccentricity. Thus, for a vertex of eccentricity epsilon(v),

 C_E(v)=1/(epsilon(v)).

Eccentricity centrality emphasizes worst-case distance from a vertex to the rest of its connected component, and so gives large values to vertices whose farthest vertices are relatively close (Hage and Harary 1995). It is useful in center-periphery questions where worst-case reachability, rather than average distance, is the relevant constraint, such as choosing central locations in transportation or infrastructure networks. Like closeness centrality, it is distance-based, but it depends on the farthest reachable vertex rather than on an average distance.

Eccentricity centrality is implemented in the Wolfram Language as EccentricityCentrality[g], and precomputed values for many named graphs can be obtained using GraphData[graph, "EccentricityCentralities"]. For a disconnected graph, both use the eccentricity of v within its connected component, with vertices in singleton components assigned eccentricity centrality 0. This differs from GraphData[graph, "Eccentricities"], which uses infinite eccentricity for every vertex of a disconnected graph, so taking reciprocals of that property gives the centralities only in special cases such as edgeless graphs.


See also

Closeness Centrality, Graph Centrality, Graph Diameter, Graph Eccentricity, Graph Radius

Explore with Wolfram|Alpha

References

Hage, P. and Harary, F. "Eccentricity and Centrality in Networks." Social Networks 17, 57-63, 1995. https://doi.org/10.1016/0378-8733(94)00248-9.

Cite this as:

Weisstein, Eric W. "Eccentricity Centrality." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/EccentricityCentrality.html

Subject classifications