Networks Economics: Francis Bloch, Margherita Comola, Gabrielle Demange, - Today Gabrielle Demange
Networks Economics: Francis Bloch, Margherita Comola, Gabrielle Demange, - Today Gabrielle Demange
1 Introduction
2 Fundamentals notions
Graphs
Degrees, Walks, Components
Diameter, average length path
3 Statistical approach
Regular tree, Erdos-Renyi
Clustering/homophily
The degree distribution
Thresholds and phase transition
Questions in economics
Questions in economics
Description
(N, G )
N = {1, · · · , n} set of nodes
G =set of links (edges)
Link: a pair (i, j)
Matrix Representation
Incidence matrix g of a network:
gij = 0 if (i, j) is not a link
gij = 1 if (i, j) is a link
Undirected : g is symmetric
ex.: friendship
Directed
Influence, referral : the link (i, j) if i influences j (can choose the
opposite convention)
Web network: i points to j
Gabrielle Demange (PSE-EHESS) Networks 8 / 37
Fundamentals notions Graphs
Weighted networks
In some contexts,
P deflate by the number of links from i:
divide gij by k gik (i’s ’Out-degree’ ):
g
P ij
k gik
Example: Trade
Graph/matrix
Graphical representation
Degree
Walk/path
Counting Walks
Components
Small world
When any two units are linked with a ’small’ number of links
Milgram experience (1967): contact ’unknown’ targets
median ’5.5’ for the successful
called ’six degrees of separation
On the Web: 11 Albert, Jeong, Barabási (1999)
Co-authorships
in Economics: 9,5 Goyal et al (2004)
log (n)
`≈
logd
` increases rather fast with n:
Exemple: Compute d for ` = 6 and n = 6.7 million
no small world
Random graph
Clustering coefficient/triangles
Clustering-cd
Clustering/Homophily
Web
Fat tails
More nodes with high degree than predicted by a fitted random model
True for many social networks: co-authorships, citations...
True in other contexts -city size, wealth- as first identified by Pareto
(1896)
Described by Power law/Scale free distributions
Web
Connectedness
ln n
n is a sharp threshold for the connectedness of G (n, p):
If p < (1−)
n
ln n
, then a graph in G (n, p) will almost surely contain
isolated vertices, and thus be disconnected.
If p > (1+)
n
ln n
, then a graph in G (n, p) will almost surely be
connected.