Misplaced Pages

Configuration model

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Figure 1. Degree sequence and different network realizations in the configuration model

In network science, the Configuration Model is a family of random graph models designed to generate networks from a given degree sequence. Unlike simpler models such as the Erdős–Rényi model, Configuration Models preserve the degree of each vertex as a pre-defined property. This flexibility allows the modeler to construct networks with arbitrary degree distributions, making it widely used as a reference model for real-life networks, particularly in social, biological, and technological domains. The concept of "Configuration Model" was first introduced by Béla Bollobás, who laid the foundation for its application in graph theory and network science.

Part of a series on
Network science
Internet_map_1024.jpg
Network types
Graphs
Features
Types
Models
Topology
Dynamics
  • Lists
  • Categories

Rationale for the model

The key advantage of the Configuration Model lies in its ability to decouple the degree sequence from specific edge generation processes. This makes it suitable for analyzing networks with heterogeneous degree distributions, such as scale-free networks, which exhibit heavy-tailed degree distributions. By preserving these structural properties, Configuration Models provide a null hypothesis for understanding the role of degree distributions in shaping network properties.

Configuration Models can be specified for different types of graphs:

  • Simple graphs: Graphs without self-loops or multi-edges.
  • Multi-edge graphs: Graphs allowing multiple edges between the same pair of nodes.
  • Loopy graphs: Graphs that include self-loops (edges connecting a node to itself).
  • Directed graphs: Models with specified in-degrees and out-degrees for each node.
  • Undirected graphs: Models that consider the total degree of each node.

Configuration Models

The family of Configuration Models can be categorized into two main groups:

  • Microcanonical Configuration Models: Fix the degree sequence exactly.
  • Canonical Configuration Models: Fix the degree sequence in expectation.

Micro-Canonical Configuration Model

The Micro-Canonical Configuration Model is the most common variation of the configuration model. It exactly preserves the degree sequence of a given graph by assigning stubs (half-edges) to nodes based on their degrees and then randomly pairing the stubs to form edges.

The preservation of the degree sequence is exact in the sense that all realizations of the model result in graphs with the same predefined degree distribution. This variation is referred to as micro-canonical because it defines a uniform probability space where all possible graphs consistent with the given degree sequence are equally likely to be sampled. This approach ensures that the degree sequence is strictly maintained.

The model can be formalized as stub-labelled model, where stubs are explicitly labelled and paired; alternatively, it can be formalised as a vertex-labelled models, where edges between vertices are indistinguishable.

Canonical Configuration Models

Canonical Configuration Models relax the exact degree sequence constraint and preserve it only in expectation. These models define probability distributions over the edges of the network. Canonical configuration models are often referred to as soft configuration models.

Chung-Lu Configuration Model

The Chung-Lu Configuration Model is a canonical configuration model variant for simple graphs (i.e., without multi-edges). It assumes that edges between nodes are independent from each other, differently from the micro-canonical model. The probability of an edge between nodes i {\displaystyle i} and j {\displaystyle j} is proportional to the product of their degrees and, in the case of a loopy undirected graph, is given by:

p i j = k i k j 2 m , {\displaystyle p_{ij}={\frac {k_{i}k_{j}}{2m}},}

where k i {\displaystyle k_{i}} and k j {\displaystyle k_{j}} are the degrees of nodes i {\displaystyle i} and j {\displaystyle j} , and m {\displaystyle m} is the total number of edges in the graph. In this formulation, the expected degree sequence matches the input degrees, but the actual degree sequence in any realization may vary slightly due to the probabilistic nature of edge formation.

Application: Modularity Calculation

The Chung-Lu configuration model, provides the benchmark in the calculation of network modularity. Modularity measures how well a network is divided into modules or communities, comparing the observed structure against a null model: the configuration model. The modularity is computed as:

Q = 1 2 L i j ( A i j k i k j 2 L ) δ ( C i , C j ) , {\displaystyle Q={\frac {1}{2L}}\sum _{i\neq j}{\Bigl (}A_{ij}-{\frac {k_{i}k_{j}}{2L}}{\Bigr )}\delta (C_{i},C_{j}),}

where:

  • A i j {\displaystyle A_{ij}} is the adjacency matrix of the observed network, with A i j = 1 {\displaystyle A_{ij}=1} if there is an edge between i {\displaystyle i} and j {\displaystyle j} , and A i j = 0 {\displaystyle A_{ij}=0} otherwise.
  • k i k j 2 L {\displaystyle {\frac {k_{i}k_{j}}{2L}}} represents the expected probability of an edge between nodes i {\displaystyle i} and j {\displaystyle j} under the configuration model.
  • δ ( C i , C j ) {\displaystyle \delta (C_{i},C_{j})} is the Kronecker delta, equal to 1 if nodes i {\displaystyle i} and j {\displaystyle j} are in the same module and 0 otherwise.

This equation compares the observed network to the configuration model, where edges are distributed based solely on the degree sequence. Modularity scores provide insights into the quality of community structures in the network, with higher scores indicating stronger modularity.

For further details, refer to the page on modularity.

Norros-Reittu Configuration Model

The Norros-Reittu Configuration Model extends the Chung-Lu configuration model by allowing for multi-edges between nodes. In this model, the number of edges between nodes i {\displaystyle i} and j {\displaystyle j} follows a Poisson distribution, given by:

P ( E i j = k ) = λ i j k e λ i j k ! , {\displaystyle P(E_{ij}=k)={\frac {\lambda _{ij}^{k}e^{-\lambda _{ij}}}{k!}},}

where λ i j {\displaystyle \lambda _{ij}} is the expected number of edges between nodes i {\displaystyle i} and j {\displaystyle j} , defined as: λ i j = k i k j 2 m . {\displaystyle \lambda _{ij}={\frac {k_{i}k_{j}}{2m}}.} Here: k i {\displaystyle k_{i}} and k j {\displaystyle k_{j}} are the degrees of nodes i {\displaystyle i} and j {\displaystyle j} , respectively. m {\displaystyle m} is the total number of edges in the graph. As for Chung-Lu configuration model, nodes pairs are assumed to be independent from each other.

Connection to Degree-Corrected Stochastic Block Model:

The Norros-Reittu Configuration Model is particularly important as it provides the degree correction for the Degree-Corrected Stochastic Block Model (DC-SBM). By incorporating the degree sequence into the edge probability, this model allows the DC-SBM to distinguish between structural patterns in communities and variations driven by node degrees. This degree correction ensures that the observed degree heterogeneity in networks does not bias the identification of community structures.

Casiraghi-Nanumyan Hypergeometric Configuration Model

The Casiraghi-Nanumyan Hypergeometric Configuration Model extends canonical configuration models by accounting for dependencies between edges. Unlike models assuming independent edge generation, this model uses a multivariate hypergeometric distribution to represent the probability of an entire graph configuration. This approach preserves the degree sequence while modeling competition for resources. The probability of observing a specific graph with adjacency matrix A {\displaystyle A} is given by:

P ( A ) = i < j ( 2 Ξ i j A i j ) l ( Ξ l l A l l / 2 ) ( M m ) , {\displaystyle P(A)={\frac {\prod _{i<j}{\binom {2\Xi _{ij}}{A_{ij}}}\prod _{l}{\binom {\Xi _{ll}}{A_{ll}/2}}}{\binom {M}{m}}},}

where A i j {\displaystyle A_{ij}} is the number of edges between nodes i {\displaystyle i} and j {\displaystyle j} , Ξ i j = k i k j {\displaystyle \Xi _{ij}=k_{i}k_{j}} represents the propensity for interaction between nodes i {\displaystyle i} and j {\displaystyle j} based on their degrees, m {\displaystyle m} is the total number of edges in the graph and M = i j Ξ i j = 4 m 2 {\displaystyle M=\sum _{ij}\Xi _{ij}=4m^{2}} .

This model captures resource competition by enforcing that the sum of interactions across all node pairs is fixed. Forming an edge between two nodes reduces the availability of resources for other connections, reflecting realistic constraints in systems like social or ecological networks. The model naturally generates multi-edges for any node pair i {\displaystyle i} and j {\displaystyle j} where Ξ i j > 1 {\displaystyle \Xi _{ij}>1} .

Configuration Model from Maximum Entropy Principles

Starting from the maximum entropy principle, one can generate another canonical configuration model, referred to as the soft configuration model. This model belongs to the family of exponential random graph models (ERGMs) and generates random graphs by constraining the expected degree sequence while maximizing the entropy of the graph model. The probability of a graph G {\displaystyle G} is given by:

P ( G ) exp ( i θ i k i ( G ) ) , {\displaystyle P(G)\propto \exp {\Bigl (}-\sum _{i}\theta _{i}k_{i}(G){\Bigr )},}

where θ i {\displaystyle \theta _{i}} are Lagrange multipliers ensuring the expected degree of node i {\displaystyle i} matches the target degree, k i ( G ) {\displaystyle k_{i}(G)} is the degree of node i {\displaystyle i} in the graph G {\displaystyle G} .

Generating from the Micro-Canonical Configuration Model

The following algorithm describes the generation of the model:

  1. Take a degree sequence, i. e. assign a degree k i {\displaystyle k_{i}} to each vertex. The degrees of the vertices are represented as half-links or stubs. The sum of stubs must be even in order to be able to construct a graph ( k i = 2 m {\displaystyle \sum k_{i}=2m} ). The degree sequence can be drawn from a theoretical distribution or it can represent a real network (determined from the adjacency matrix of the network).
  2. Choose two stubs uniformly at random and connect them to form an edge. Choose another pair from the remaining 2 m 2 {\displaystyle 2m-2} stubs and connect them. Continue until you run out of stubs. The result is a network with the pre-defined degree sequence. The realization of the network changes with the order in which the stubs are chosen, they might include cycles (b), self-loops (c) or multi-links (d) (Figure 1).

Self-loops, multi-edges and implications

The algorithm described above matches any stubs with the same probability. The uniform distribution of the matching is an essential property in calculating other features of the generated networks. The network generation process does not exclude the development of a self-loop or a multi-link. If we designed the process where self-loops and multi-edges are not allowed, the matching of the stubs would not follow a uniform distribution.

The expected total number of multi-links in a configuration model network would be:

1 2 [ k 2 k 1 ] 2 {\displaystyle {\frac {1}{2}}{\Big }^{2}}

where k n {\displaystyle \langle {k^{n}}\rangle } is the n-th moment of the degree distribution. Therefore, the average number of self-loops and multi-links is a constant for some large networks, and the density of self-loops and multi-links, meaning the number per node, goes to zero as N {\displaystyle N\rightarrow \infty } as long as k 2 {\displaystyle \langle {k^{2}}\rangle } is constant and finite. For some power-law degree distributions where the second moment diverges, density of multi-links may not vanish or may do so more slowly than N 1 {\displaystyle {N}^{-1}} .

A further consequence of self-loops and multi-edges is that not all possible networks are generated with the same probability. In general, all possible realizations can be generated by permuting the stubs of all vertices in every possible way. The number of permutation of the stubs of node i {\displaystyle i} is k i ! {\displaystyle k_{i}!} , so the number of realizations of a degree sequence is N { k i } = i k i ! {\displaystyle N\{k_{i}\}=\prod _{i}k_{i}!} . This would mean that each realization occurs with the same probability. However, self-loops and multi-edges can change the number of realizations, since permuting self-edges can result an unchanged realization. Given that the number of self-loops and multi-links vanishes as N {\displaystyle N\rightarrow \infty } , the variation in probabilities of different realization will be small but present.

Properties

Edge probability

A stub of node i {\displaystyle i} can be connected to 2 m 1 {\displaystyle 2m-1} other stubs (there are 2 m {\displaystyle 2m} stubs altogether, and we have to exclude the one we are currently observing). The vertex j {\displaystyle j} has k j {\displaystyle k_{j}} stubs to which node i {\displaystyle i} can be connected with the same probability (because of the uniform distribution). The probability of a stub of node i {\displaystyle i} being connected to one of these k j {\displaystyle k_{j}} stubs is k j 2 m 1 {\displaystyle {\frac {k_{j}}{2m-1}}} . Since node i {\displaystyle i} has k i {\displaystyle k_{i}} stubs, the probability of i {\displaystyle i} being connected to j {\displaystyle j} is k i k j 2 m 1 {\displaystyle {\frac {k_{i}k_{j}}{2m-1}}} ( k i k j 2 m {\displaystyle {\frac {k_{i}k_{j}}{2m}}} for sufficiently large m {\displaystyle m} ). Note that this formula can only be viewed as a probability if k i k j / 2 m 1 {\displaystyle k_{i}k_{j}/2m\ll 1} , and more precisely it describes the expected number of edges between nodes i {\displaystyle i} and j {\displaystyle j} . Note that this formula does not apply to the case of self-edges.

Given a configuration model with a degree distribution p k {\displaystyle p_{k}} , the probability of a randomly chosen node i {\displaystyle i} having degree k {\displaystyle k} is p k {\displaystyle p_{k}} . But if we took one of the vertices to which we can arrive following one of edges of i, the probability of having degree k is k 2 m × n p k = k p k k {\displaystyle {\frac {k}{2m}}\times np_{k}={\frac {kp_{k}}{\left\langle k\right\rangle }}} . (The probability of reaching a node with degree k is k 2 m {\displaystyle {\frac {k}{2m}}} , and there are n p k {\displaystyle np_{k}} such nodes.) This fraction depends on k p k {\displaystyle kp_{k}} as opposed to the degree of the typical node with p k {\displaystyle p_{k}} . Thus, a neighbor of a typical node is expected to have higher degree than the typical node itself. This feature of the configuration model describes well the phenomenon of "my friends having more friends than I do".

Clustering coefficient

The clustering coefficient C g {\displaystyle C_{g}} (the average probability that the neighbors of a node are connected) is computed approximately as follows:

C g = k i , k j = 1 q k i q k j ( k i 1 ) ( k j 1 ) 2 m , {\displaystyle C_{g}=\sum _{k_{i},k_{j}=1}^{\infty }q_{k_{i}}q_{k_{j}}{\frac {(k_{i}-1)(k_{j}-1)}{2m}},}

where q k {\displaystyle q_{k}} denotes the probability that a random edge reaches a degree- k {\displaystyle k} vertex, and the factors of the form " k i 1 {\displaystyle k_{i}-1} " rather than " k i {\displaystyle k_{i}} " appear because one stub has been accounted for by the fact that these are neighbors of a common vertex. Evaluating the above results in

C g = 1 2 m [ k = 0 ( k 1 ) q k ] 2 . {\displaystyle C_{g}={\frac {1}{2m}}\left^{2}.}

Using q k = k p k / k {\displaystyle q_{k}=kp_{k}/\langle k\rangle } and 2 m = N k {\displaystyle 2m=N\langle k\rangle } , with p k {\displaystyle p_{k}} denoting the degree distribution, k {\displaystyle \langle k\rangle } denoting the average degree, and N {\displaystyle N} denoting the number of vertices, the above becomes

C g = 1 N k 3 [ k = 1 ( k 1 ) k P ( k ) ] 2 = ( k 2 k ) 2 N k 3 , {\displaystyle C_{g}={\frac {1}{N\langle k\rangle ^{3}}}\left^{2}={\frac {\left(\langle k^{2}\rangle -\langle k\rangle \right)^{2}}{N\langle k\rangle ^{3}}},}

with k 2 {\displaystyle \langle k^{2}\rangle } denoting the second moment of the degree distribution. Assuming that k 2 {\displaystyle \langle k^{2}\rangle } and k {\displaystyle \langle k\rangle } are constant, the above behaves as

C g c o n s t N , {\displaystyle C_{g}\sim {\frac {\mathrm {const} }{N}},}

where the constant depends on p k {\displaystyle p_{k}} . Thus, the clustering coefficient C g {\displaystyle C_{g}} becomes small in the N 1 {\displaystyle N\gg 1} limit.

Giant component

In the configuration model, a giant component (GC) exists if

k 2 2 k > 0 , {\displaystyle \langle k^{2}\rangle -2\langle k\rangle >0,}

where k {\displaystyle \langle k\rangle } and k 2 {\displaystyle \langle k^{2}\rangle } are the first and second moments of the degree distribution. That means that, the critical threshold solely depends on quantities which are uniquely determined by the degree distribution p k {\displaystyle p_{k}} .

Configuration model generates locally tree-like networks, meaning that any local neighborhood in such a network takes the form of a tree. More precisely, if you start at any node in the network and form the set of all nodes at distance d {\displaystyle d} or less from that starting node, the set will, with probability tending to 1 as n → ∞, take the form of a tree. In tree-like structures, the number of second neighbors averaged over the whole network, c 2 {\displaystyle c_{2}} , is: c 2 = k 2 k . {\displaystyle c_{2}=\langle k^{2}\rangle -\langle k\rangle .}

Then, in general, the average number at distance d {\displaystyle d} can be written as:

c d = ( c 2 c 1 ) d 1 c 1 . {\displaystyle c_{d}=\left({\frac {c_{2}}{c_{1}}}\right)^{d-1}c_{1}.}

Which implies that if the ratio of c 2 c 1 {\displaystyle {\frac {c_{2}}{c_{1}}}} is larger than one, then the network can have a giant component. This is famous as the Molloy-Reed criterion. The intuition behind this criterion is that if the giant component (GC) exists, then the average degree of a randomly chosen vertex i {\displaystyle i} in a connected component should be at least 2. Molloy-Reed criterion can also be expressed as: i k i ( k i 2 ) > 0 , {\displaystyle \sum _{i}k_{i}(k_{i}-2)>0,} which implies that, although the size of the GC may depend on p 0 {\displaystyle p_{0}} and p 2 {\displaystyle p_{2}} , the number of nodes of degree 0 and 2 have no contribution in the existence of the giant component.

Diameter

Configuration model can assume any degree distribution and shows the small-world effect, since to leading order the diameter of the configuration model is just d = ln ( N ) ln ( c 2 / c 1 ) {\displaystyle d={\frac {\ln(N)}{\ln(c_{2}/c_{1})}}} .

Components of finite size

As total number of vertices N {\displaystyle N} tends to infinity, the probability to find two giant components is vanishing. This means that in the sparse regime, the model consist of one giant component (if any) and multiple connected components of finite size. The sizes of the connected components are characterized by their size distribution w n {\displaystyle w_{n}} - the probability that a randomly sampled vertex belongs to a connected component of size n . {\displaystyle n.} There is a correspondence between the degree distribution p k {\displaystyle p_{k}} and the size distribution w n . {\displaystyle w_{n}.} When total number of vertices tends to infinity, N {\displaystyle N\rightarrow \infty } , the following relation takes place:

w n = { k n 1 u 1 n ( n 2 ) , n > 1 , p 0 n = 1 , {\displaystyle w_{n}={\begin{cases}{\frac {\langle k\rangle }{n-1}}u_{1}^{*n}(n-2),&n>1,\\p_{0}&n=1,\end{cases}}}

where u 1 ( k ) := k + 1 k p k + 1 , {\displaystyle u_{1}(k):={\frac {k+1}{\langle k\rangle }}p_{k+1},} and u 1 n {\displaystyle u_{1}^{*n}} denotes the n {\displaystyle n} -fold convolution power. Moreover, explicit asymptotes for w n {\displaystyle w_{n}} are known when n 1 {\displaystyle n\gg 1} and | k 2 2 k | {\displaystyle |\langle k^{2}\rangle -2\langle k\rangle |} is close to zero. The analytical expressions for these asymptotes depend on finiteness of the moments of p k , {\displaystyle p_{k},} the degree distribution tail exponent β {\displaystyle \beta } (when p k {\displaystyle p_{k}} features a heavy tail), and the sign of Molloy–Reed criterion. The following table summarises these relationships (the constants are provided in).

Moments of p k {\displaystyle p_{k}} Tail of p k {\displaystyle p_{k}} sign ( k 2 2 k ) {\displaystyle {\text{sign}}(\langle k^{2}\rangle -2\langle k\rangle )} w n , n 1 , α = β 2 {\displaystyle w_{n},\;n\gg 1,\;\alpha =\beta -2}
k 3 < {\displaystyle \langle k^{3}\rangle <\infty } light tail -1 or 1 C 1 e C 2 n n 3 / 2 {\displaystyle C_{1}e^{-C_{2}n}n^{-3/2}}
0 C 1 n 3 / 2 {\displaystyle C_{1}n^{-3/2}}
heavy tail, β > 4 {\displaystyle \beta >4} -1 C 3 n α 1 {\displaystyle C_{3}n^{-\alpha -1}}
0 C 1 n 3 / 2 {\displaystyle C_{1}n^{-3/2}}
1 C 1 e C 2 n n 3 / 2 {\displaystyle C_{1}e^{-C_{2}n}n^{-3/2}}
k 3 = , {\displaystyle \langle k^{3}\rangle =\infty ,}

k 2 < , {\displaystyle \langle k^{2}\rangle <\infty ,}

heavy tail, β = 4 {\displaystyle \beta =4} -1 C 3 n α 1 {\displaystyle C_{3}n^{-\alpha -1}}
0 C 1 n 3 / 2 log n {\displaystyle C_{1}'{\frac {n^{-3/2}}{\sqrt {\log n}}}}
1 C 1 n 3 / 2 log n e C 2 n log n {\displaystyle C_{1}'{\frac {n^{-3/2}}{\sqrt {\log n}}}e^{-C_{2}'{\frac {n}{\log n}}}}
heavy tail, 3 < β < 4 {\displaystyle 3<\beta <4} -1 C 3 n α 1 {\displaystyle C_{3}n^{-\alpha -1}}
0 C 4 n 1 α 1 {\displaystyle C_{4}n^{-{\frac {1}{\alpha }}-1}}
1 C 5 e C 6 n n 3 / 2 {\displaystyle C_{5}e^{-C_{6}n}n^{-3/2}}
k 2 = , {\displaystyle \langle k^{2}\rangle =\infty ,}

k < , {\displaystyle \langle k\rangle <\infty ,}

heavy tail, β = 3 {\displaystyle \beta =3} 1 C 7 e C 8 C 9 n 2 π n 1 π 2 {\displaystyle C_{7}e^{-C_{8}-C_{9}n^{\frac {2}{\pi }}}n^{{\frac {1}{\pi }}-2}}
heavy tail, 2 < β < 3 {\displaystyle 2<\beta <3} 1 C 10 e C 11 n n 3 / 2 {\displaystyle C_{10}e^{-C_{11}n}n^{-3/2}}

Modelling

Comparison to real-world networks

Three general properties of complex networks are heterogeneous degree distribution, short average path length and high clustering. Having the opportunity to define any arbitrary degree sequence, the first condition can be satisfied by design. Still, as shown above, the global clustering coefficient is an inverse function of the network size, so for large configuration networks, clustering tends to be small. This feature of the baseline model contradicts the known properties of empirical networks, but extensions of the model can solve this issue. (see ). All the networks generated by this model are locally tree-like provided the average of the excess degree distribution is either constant or grows slower than the square root of number of links, m {\displaystyle {\sqrt {m}}} . In other words, this model prevents forming substructures such as loops in the large size limit. Vanishing of clustering coefficient, is a special case of this more general result. While the tree-like property makes the model not very realistic, so many calculations, such as the generating function methods, are possible for the configuration model thanks to this feature.

Directed configuration model

In the DCM (directed configuration model), each node is given a number of half-edges called tails and heads. Then tails and heads are matched uniformly at random to form directed edges. The size of the giant component, the typical distance, and the diameter of DCM have been studied mathematically. There also has been extensive research on random walks on DCM. Some real-world complex networks have been modelled by DCM, such as neural networks, finance and social networks.

Directed configuration model

References

  1. ^ Network Science by Albert-László Barabási.
  2. Bollobás, B. (1980). A probabilistic proof of an asymptotic formula for the number of labelled regular graphs. European Journal of Combinatorics, 1(4), 311-316.
  3. ^ Newman, Mark (2010-03-25). Networks: An Introduction – Oxford Scholarship. Oxford University Press. doi:10.1093/acprof:oso/9780199206650.001.0001. ISBN 9780191594175.
  4. Fosdick, Bailey K., et al. "Configuring random graph models with fixed degree sequences." Siam Review 60.2 (2018): 315-355.
  5. Chung, Fan; Lu, Linyuan (2002-12-10). "The average distances in random graphs with given expected degrees". Proceedings of the National Academy of Sciences. 99 (25): 15879–15882. Bibcode:2002PNAS...9915879C. doi:10.1073/pnas.252631999. ISSN 0027-8424. PMC 138532. PMID 12466502.
  6. Newman, M. E. J. (2004). "Finding and evaluating community structure in networks". Physical Review E. 69 (2): 026113. arXiv:cond-mat/0308217. Bibcode:2004PhRvE..69b6113N. doi:10.1103/physreve.69.026113. PMID 14995526. S2CID 197314.
  7. Norros, I., & Reittu, H. (2006). On a conditionally Poissonian graph process. Advances in Applied Probability, 38(1), 59-75.
  8. Karrer, Brian, and Mark EJ Newman. "Stochastic blockmodels and community structure in networks." Physical Review E—Statistical, Nonlinear, and Soft Matter Physics 83.1 (2011): 016107.
  9. Casiraghi, Giona, and Vahan Nanumyan. "Configuration models as an urn problem." Scientific reports 11.1 (2021): 13416.
  10. ^ Newman, Mark (2018-10-18). Networks. Vol. 1. Oxford University Press. doi:10.1093/oso/9780198805090.001.0001. ISBN 978-0-19-880509-0.
  11. Molloy, Michael; Reed, Bruce (1995-03-01). "A critical point for random graphs with a given degree sequence". Random Structures & Algorithms. 6 (2–3): 161–180. CiteSeerX 10.1.1.24.6195. doi:10.1002/rsa.3240060204. ISSN 1098-2418.
  12. Chung, Fan; Lu, Linyuan (2002-12-10). "The average distances in random graphs with given expected degrees". Proceedings of the National Academy of Sciences. 99 (25): 15879–15882. Bibcode:2002PNAS...9915879C. doi:10.1073/pnas.252631999. ISSN 0027-8424. PMC 138532. PMID 12466502.
  13. ^ Kryven, I (2017). "General expression for the component size distribution in infinite configuration networks". Physical Review E. 95 (5): 052303. arXiv:1703.05413. Bibcode:2017PhRvE..95e2303K. doi:10.1103/PhysRevE.95.052303. hdl:11245.1/fa1b270b-61a5-4f20-b496-ddf446fdfe80. PMID 28618550. S2CID 8421307.
  14. Barabási, Albert-László; Albert, Réka (1999-10-15). "Emergence of Scaling in Random Networks". Science. 286 (5439): 509–512. arXiv:cond-mat/9910332. Bibcode:1999Sci...286..509B. doi:10.1126/science.286.5439.509. ISSN 0036-8075. PMID 10521342. S2CID 524106.
  15. Watts, Duncan J.; Strogatz, Steven H. (1998). "Collective dynamics of 'small-world' networks". Nature. 393 (6684): 440–442. Bibcode:1998Natur.393..440W. doi:10.1038/30918. ISSN 1476-4687. PMID 9623998. S2CID 4429113.
  16. "Configuration Models and Complex Networks". danlarremore.com. Retrieved 2024-11-28.
  17. Newman, M. E. J. (2009). "Random Graphs with Clustering". Physical Review Letters. 103 (5): 058701. arXiv:0903.4009. Bibcode:2009PhRvL.103e8701N. doi:10.1103/physrevlett.103.058701. PMID 19792540. S2CID 28214709.
  18. ^ COOPER, COLIN; FRIEZE, ALAN (May 2004). "The Size of the Largest Strongly Connected Component of a Random Digraph with a Given Degree Sequence". Combinatorics, Probability and Computing. 13 (3): 319–337. doi:10.1017/S096354830400611X. ISSN 1469-2163. S2CID 27511938.
  19. Cai, Xing Shi; Perarnau, Guillem (10 April 2020). "The giant component of the directed configuration model revisited". arXiv:2004.04998 .
  20. van der Hoorn, Pim; Olvera-Cravioto, Mariana (June 2018). "Typical distances in the directed configuration model". The Annals of Applied Probability. 28 (3): 1739–1792. arXiv:1511.04553. doi:10.1214/17-AAP1342. S2CID 13683470.
  21. Cai, Xing Shi; Perarnau, Guillem (10 March 2020). "The diameter of the directed configuration model". arXiv:2003.04965 .
  22. Bordenave, Charles; Caputo, Pietro; Salez, Justin (1 April 2018). "Random walk on sparse random digraphs". Probability Theory and Related Fields. 170 (3): 933–960. arXiv:1508.06600. doi:10.1007/s00440-017-0796-7. ISSN 1432-2064. S2CID 55211047.
  23. Caputo, Pietro; Quattropani, Matteo (1 December 2020). "Stationary distribution and cover time of sparse directed configuration models". Probability Theory and Related Fields. 178 (3): 1011–1066. doi:10.1007/s00440-020-00995-6. hdl:11385/196435. ISSN 1432-2064. S2CID 202565916.
  24. Cai, Xing Shi; Perarnau, Guillem (14 October 2020). "Minimum stationary values of sparse random directed graphs". arXiv:2010.07246 .
  25. Amini, Hamed (1 November 2010). "Bootstrap Percolation in Living Neural Networks". Journal of Statistical Physics. 141 (3): 459–475. arXiv:0910.0627. Bibcode:2010JSP...141..459A. doi:10.1007/s10955-010-0056-z. ISSN 1572-9613. S2CID 7601022.
  26. Amini, Hamed; Minca, Andreea (2013). "Mathematical Modeling of Systemic Risk". Advances in Network Analysis and its Applications. Mathematics in Industry. Vol. 18. Springer. pp. 3–26. doi:10.1007/978-3-642-30904-5_1. ISBN 978-3-642-30903-8. S2CID 166867930.
  27. Li, Hui (July 2018). "Attack Vulnerability of Online Social Networks". 2018 37th Chinese Control Conference (CCC). pp. 1051–1056. doi:10.23919/ChiCC.2018.8482277. ISBN 978-988-15639-5-8. S2CID 52933445.
Category:
Configuration model Add topic