
24 The “Big Three” Centrality Metrics
So what is centrality? In graph theory, a centrality metric is a summary index of a node’s position in a graph, based on (sometimes weighted) sums or averages of one of three things (Borgatti and Everett 2006):
- The number of edges that are directly incident upon that node.
- The length of (usually shortest) paths1 that have that node as one of their end nodes.
- The proportion of (usually shortest) paths2 that have that node as one their inner nodes.3
The basic idea behind all centrality metrics is based on the more/more principle. This is the idea that the higher any of the things above is for a node, then the more central that node is in the graph. So, a node with more incident nodes (i.e., a larger neighbor set) should be more central. In the same way, a node that can reach many other nodes via the shortest paths should be more central. Finally, a node standing at the center of the largest percentage of paths to other nodes should be more central, and so forth.
We can refer to all these things as network goods (of course, if what flows through a network is negative, such as violence or disease, then network goods become “network bads”). The more/principle has a basic measurement implication: centrality should never decrease when a node gains access to more network goods (e.g., one additional connection). The more/more centrality principle was described by legendary social network theorist Linton Freeman in a classic paper (Freeman 1979).
We have also seen that, sociologically, the notion of centrality is tied to concepts such as “status,” “prestige,” “importance,” “influence,” “popularity,” “reachability,” “brokerage,” and many others. So the more central nodes have higher status, are more popular, more influential, broker more deals, and so forth. However, these English language descriptors map onto distinct metrics. For instance, “popularity” clearly relates to the number of connections a node has, which we referred to in Chapter 21 as degree centralities. Brokerage, on the other hand, has more to do with a node standing in between paths linking other nodes, which in Chapter 23 we referred to as betweenness centrality. Influence, on the other hand, seems to have more to do with the capacity to reach others, so it is more like closeness and so forth.
Accordingly, all these sociological concepts related to centrality have to be kept distinct from any one centrality metric (remember the three-step shuffle in social network analysis discussed earlier), because the same concept can be measured by more than one centrality metric, and the same metric can point to many distinct sociological concepts, depending on the context, the type of social ties the network is constructed from, and the way either “goods” (e.g., information, advice, support, etc.) or “bads” (e.g., disease, gossip, violence etc.) “flow” through the network (Borgatti 2005).
24.1 The “big three” centrality metrics
Linton Freeman (1979) defined the “big three” classic centrality metrics, roughly corresponding to the extent that a node accumulates one of the three network goods mentioned above. - So the degree centrality metric deals with nodes that have more edges directly incident upon them (Nieminen 1974). - The closeness centrality metric has to do with nodes that can reach more nodes via the shortest paths and thus accumulate as many of these paths in which they figure as the origin node as possible (Sabidussi 1966). - Finally, the betweenness centrality metric has to do with a node’s accumulation of the largest share of shortest paths in which they intermediate between two other nodes, and thus features them as one of the inner nodes in the paths between others (Freeman 1977).
Other centrality metrics can be seen as generalizations or special cases of any of these three basic notions (Borgatti 2005).
Importantly, Freeman showed that the big three centrality metrics reach their theoretical maximum for the central node in a star graph, such as the one shown in Figure 24.1).
A star graph is a graph containing a central or inner node (in Figure 24.1, node A), which is connected to all the other nodes in the graph, called the satellite or outer nodes (in Figure 24.1, nodes B through F). These nodes, in contrast, have only one connection and that is to the central node, none among themselves.
Because of these restrictions, it is easy to see that if \(G = (V, E)\) is a star graph of order \(n\), then the graph size \(m = |E|\) (the size of the edge set) must be \(n-1\). So in the example shown in Figure 24.1, \(n =7\) and \(m = n-1 = 7-1=6\). Neat!
24.2 The Big Three Centralities in the Star Graph
Degree, Closeness, and Betweenness centralities have an interesting property that provides a conceptual connection between them (Freeman 1979). Consider the star graph shown in Figure 24.1 with central node A. The degree, closeness, and betweenness centralities of the different nodes are shown in Table 24.1).
Of course, by definition, we know beforehand that the central node in a star graph has to have the highest degree, since the degree of peripheral nodes is fixed to one and the degree of the central node is always \(n-1\), where \(n\) is the graph order.
However, note that the central node must have the highest closeness, since it is connected to every peripheral node by a path of length 1 (an edge), whereas each peripheral node can reach other peripheral nodes only by paths of length 2. They are farther away from other nodes than the central node.
Finally, note that the central node in the star will always have the highest betweenness, because each of the paths of length 2 connecting every pair of peripheral nodes to one another has to include the central node as an inner node. So it serves as the intermediary between any communication between peripheral nodes.
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| Degree | 6.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
| Closeness | 8.2 | 4.5 | 4.5 | 4.5 | 4.5 | 4.5 | 4.5 |
| Betwenness | 15.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
The mathematical sociologist Linton Freeman (1979) thus thinks that the “big three” centrality measures are precisely the three that are maximized for the central node in a star graph.