EPlength
EPlength, short for expected path length, is a measure used in graph theory and network science to quantify the typical distance between nodes in a network under a specified probabilistic model. It is defined as the expected value of the shortest-path distance between two nodes when the pair is drawn according to a given distribution over node pairs, possibly weighted by edge weights or traffic demand.
In weighted graphs, EPlength takes edge weights into account, so it corresponds to the expected weighted shortest-path
Computation can be exact or approximate. For small graphs, one can compute all-pairs shortest-path distances with
Applications of EPlength include assessing network efficiency and resilience, informing infrastructure design, routing optimization, and urban
See also: average path length, network efficiency, small-world properties.