Bro, can you pass me that leaflet?
Brochure.
## [1] "Degree Centrality:"
## 1 2 3 4 5 6 7 8
## 4 3 1 2 2 4 2 2
Average distance to all other nodes
Counts the number of shortest paths that go through each node. This is based on the value of being in a “structural hole”
Which of these has the highest betweenness?Who is connected to the most important people? If you have only one friend, but that friend is the President, then you are still powerful.
Directed \[ \frac{\sum(edges)}{N * (N-1)} \]
Undirected: Multiply by 2
How unequal is the centrality between nodes?