berdiameterX
berdiameterX is a generalized graph metric used in graph theory and network analysis to quantify the spatial extent of a network while accounting for edge heterogeneity and a tunable parameter X. It extends the standard graph diameter by replacing each edge length with a function of its weight and X, then taking the maximum of the resulting shortest-path distances over all pairs of vertices.
Definition and interpretation: For a weighted graph G=(V,E) with nonnegative edge weights w(e), one may define
Computation and applications: For fixed X, Diam_X(G) can be computed with standard single-source shortest-path algorithms from
Limitations: The choice of edge-weight function and the parameter X strongly influence results, and there is
See also: diameter, eccentricity, shortest-path problem, weighted graphs, complex networks.