Network Matrix and Graph
Network Matrix and Graph
Network Size
Network size – a number of actors (nodes)
in a network, usually denoted as k or n
•Size is critical for the structure of social
relations due to limited capacity of a single Network size=3
actor for maintaining ties N of all possible ties=6
a1 a2 a3 a4 a5 a6 sum
a1 1 1 1 1 1 5
a2 1 1 1 0 0 3
a3 1 1 1 0 0 3
a4 1 1 1 0 0 3
a5 1 0 0 0 1 2
a6 1 0 0 0 1 2
Density=18/(6*5)=18/30=.6 18
Density=.6 Density=1.0
Components
Component – a part of a network that is connected within, but
disconnected from other parts of a network
Isolate – a single actor disconnected from the rest of the network
Disconnected components mean that network consists of separate sub-
populations with no flow of information, resources, influence, etc. between
them
For directed graphs, there are two types of components: 1) a weak
component is a set of nodes that are connected, regardless of the
direction of ties 1) a strong component requires that there be a directed
path from A to B in order for the two to be in the same component
Geodesic Distances
123456
aaaaaa
- - - -- -
1 a1 0 1 2 1 x 1 5
2 a2 x 0 x x x x 0
3 a3 x x 0 x x x 0
4 a4 2 3 1 0 x 1 7
5 a5 x x x 1 0 x 1
6 a6 1 2 1 2 x 0 6
SUM 19
(x means no path)
Diameter is 3
The geodesic distance from a1to a2=1, from a1 to a3=2, from a1 to a4=1,
from a1 to a6=1 and there is no geodesic distance from a1 to a5.
The average geodesic among reachable pairs is (19/13=)1.462.
Blocks, Cutpoints, and Bridges
Cut-point - a node, removal of which
would break up a network into
disconnected parts
Blocks – parts into which cut-points divide No cut-points, no bridges
a network
Bridge – a tie between two nodes,
removal of which would break up a
network into disconnected parts a1 is a cut-point, no bridges
Cut-points may act as brokers among Two blocks: (a5, a6) and (a2, a3, a4)
otherwise disconnected groups
Cut-points and bridges are network’s
weak spots vulnerable to disruptions in the
flow of information, resources, and 1 and 2 are cut-points a tie
influence Tie between 1 and 2 is a
bridge
• Degree Centralization •
•
Degree NrmDegree Share
------------ ----------- ------------
• For the third network: The most central actor is a1 • 1 a1 (C*) 5.000 100.000 0.278
• Σ(C*-Ci)=(5-3)+(5-3)+(5-3)+(5-2)+(5-2)=2+2+2+3+3=12 • 2 a2 3.000 60.000 0.167
• 3 a3 3.000 60.000 0.167
• Max. centralization: one actor has 5 ties, all the rest have 1.
• 4 a4 3.000 60.000 0.167
• For symmetric matrices: • 5 a5 2.000 40.000 0.111
– Max. Degree Centralization=(N-1)*N-2) • 6 a6 2.000 40.000 0.111
• Max Σ(C*-Ci)=(5-1)+(5-1)+(5-1)+(5-1)+(5-1)=5*4=20
• Centralization=100*12/20=60 or 60% • Network Centralization = 60.00%
In UCINET: Network Centrality and Power Degree Select whether to treat data as symmetric or not.
Centralization (symmetric matrices)
• Closeness Centralization
• The most central actor is a1.
– Σ(C*-Ci)=(100-71.429)+(100-71.429)+(100-71.429)+(100-
62.5)+(100-62.5)=3*28.571+2*37.5=160.713
• Max. centralization:
• one actor gets to all others in one step:
– sum of geodesic distance or farness=(n-1)*1,
– nCloseness=100*(n-1)*1/(n-1)*1=100,
• all the others will get to central actor in one step and everyone else in 2
steps: • 1 2
– sum of geodesic distance or farness=1+2(n-2), • Farness nCloseness
– nCloseness=100*(n-1)*1/(1+2(n-2))=100*5/9=55.55556 • ------------ ------------
• Max Σ(C*-Ci)= (100-55.5556)+(100-55.5556)+(100-55.5556)+(100- • 1 a1 (C*) 5.000 100.000
55.5556)+(100-55.5556)=5*44.4444=222.2222 • 2 a2 7.000 71.429
• 3 a3 7.000 71.429
• 4 a4 7.000 71.429
• Centralization=100*160.713/222.2222=72.32 or 72.32%
• 5 a5 8.000 62.500
• 6 a6 8.000 62.500