betweennesscentralitet
Betweennesscentralitet is a centrality measure used in network analysis to quantify how often a node lies on the shortest paths between pairs of other nodes. It captures a node’s potential to act as a bridge or broker within a network. The concept is commonly referred to in English as betweenness centrality.
Mathematically, for a graph G = (V, E), the betweenness centrality of a node v is defined as
Computationally, the standard approach is based on Brandes’ algorithm, which computes the centrality for all nodes
Interpretation and limitations: Nodes with high betweenness centrality lie on many shortest paths and can control
Applications include social networks, transportation and communication networks, biological networks, and infrastructure analysis, where identifying brokers,