Week 6: network formation Flashcards
In what way can real-world networks be replicated by random networks?
The short path length in real networks can be replicated by random networks but the high clustering cannot
What is the Edos-Renyi random graph model?
A graph of n nodes and each edge appears i.i.d. With probability p
What is the main property of the ER model?
Low clustering, low diameter
What are the 3 key properties of the ER model?
- The degree by nodes follows a binomial distribution with average degree p(N-1)
- Small average path length, even when networks grow large. Average path length ~ log(N)
- Less local clustering than real networks. The expected mean local clustering coefficient is c_rand = p
What is the typical path length between two people in the US?
6
What is a regular/clustered network?
A lattice where each node is connected to the k nodes closest to it
What is the small-world random graph model?
Start with a low-dimensional regular lattice. For each edge with a rewire probability p_r move the end of the edge to a non-neighbouring node
What is the main property of the small-world model?
High clustering, low diameter
What is a property of the clustering coefficient in the small-world model?
The clustering coefficient is independent of the network size
How do you get the small-world model to have high clustering, low diameter?
As you increase p_r, the average shortest path decreases quicker than the global clustering coefficient. Therefore there is a range of pr that gives high clustering low diameter. p_r approx between 0.001 and 0.05
What is the reason for small average path length in the small-world model?
Every random shortcut is likely to connect widely separated parts of the graph
What is the degree distribution for small-world network?
Similar to a random graph
What is the time required for a maximally infectious disease to infect the entire population in a small-world network?
Follows the same path as the average path length
What is the university of the network topology?
many real networks converge to similar architectures (degree distribution), independent of the scale of the system
What is the distribution of a random network?
Poison distribution