<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=41.248.162.32</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=41.248.162.32"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/41.248.162.32"/>
	<updated>2026-05-02T04:46:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Portal:Marine_life/Selected_Article/April,_2007&amp;diff=16784</id>
		<title>Portal:Marine life/Selected Article/April, 2007</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Portal:Marine_life/Selected_Article/April,_2007&amp;diff=16784"/>
		<updated>2008-05-05T20:12:59Z</updated>

		<summary type="html">&lt;p&gt;41.248.162.32: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Network Science}} &lt;br /&gt;
In [[graph theory]], the &#039;&#039;&#039;Erdős–Rényi model&#039;&#039;&#039; is either of two closely related models for generating [[random graph]]s, including one that sets an edge between each pair of nodes with equal probability, [[statistical independence|independently]] of the other edges. They are named for [[Paul Erdős]] and [[Alfréd Rényi]], who first introduced one of the two models in 1959; the other model was introduced independently and contemporaneously by [[Edgar Gilbert]]. These models can be used in the [[probabilistic method]] to prove the existence of graphs satisfying various properties, or to provide a rigorous definition of what it means for a property to hold for [[almost all]] graphs.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
There are two closely related variants of the Erdős–Rényi (ER) random graph model.&lt;br /&gt;
&lt;br /&gt;
[[File:Erdos generated network-p0.01.jpg|thumb|A graph generated by the binomial model of Erdős and Rényi (&#039;&#039;p&#039;&#039;&amp;amp;nbsp;=&amp;amp;nbsp;0.01)]]&lt;br /&gt;
*In the &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;M&#039;&#039;) model, a graph is chosen uniformly at random from the collection of all graphs which have &#039;&#039;n&#039;&#039; nodes and &#039;&#039;M&#039;&#039; edges.  For example, in the &#039;&#039;G&#039;&#039;(3,&amp;amp;nbsp;2) model, each of the three possible graphs on three vertices and two edges are included with probability 1/3.&lt;br /&gt;
*In the &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;) model, a graph is constructed by connecting nodes randomly. Each edge is included in the graph with probability &#039;&#039;p&#039;&#039; independent from every other edge. Equivalently, all graphs with &#039;&#039;n&#039;&#039; nodes and &#039;&#039;M&#039;&#039; edges have equal probability of &lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;p^M (1-p)^{{n \choose 2}-M}.&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:The parameter &#039;&#039;p&#039;&#039; in this model can be thought of as a weighting function; as &#039;&#039;p&#039;&#039; increases from 0 to 1, the model becomes more and more likely to include graphs with more edges and less and less likely to include graphs with fewer edges.  In particular, the case &#039;&#039;p&#039;&#039; = 0.5 corresponds to the case where all &amp;lt;math&amp;gt;2^\binom{n}{2}&amp;lt;/math&amp;gt; graphs on &#039;&#039;n&#039;&#039; vertices are chosen with equal probability.&lt;br /&gt;
&lt;br /&gt;
The behavior of random graphs are often studied in the case where &#039;&#039;n&#039;&#039;, the number of vertices, tends to infinity.  Although &#039;&#039;p&#039;&#039; and &#039;&#039;M&#039;&#039; can be fixed in this case, they can also be functions depending on &#039;&#039;n&#039;&#039;.  For example, the statement &lt;br /&gt;
&lt;br /&gt;
:Almost every graph in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, 2ln(&#039;&#039;n&#039;&#039;)/&#039;&#039;n&#039;&#039;) is connected.&lt;br /&gt;
&lt;br /&gt;
means &lt;br /&gt;
&lt;br /&gt;
:As &#039;&#039;n&#039;&#039; tends to infinity, the probability that a graph on &#039;&#039;n&#039;&#039; vertices with edge probability 2ln(&#039;&#039;n&#039;&#039;)/&#039;&#039;n&#039;&#039; is connected, tends to 1.&lt;br /&gt;
&lt;br /&gt;
==Comparison between the two models==&lt;br /&gt;
The expected number of edges in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;) is &amp;lt;math&amp;gt;\tbinom{n}{2}p&amp;lt;/math&amp;gt;, and by the [[law of large numbers]] any graph in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;) will almost surely have approximately this many edges (provided the expected number of edges tends to infinity).  Therefore a rough heuristic is that if &#039;&#039;pn&#039;&#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; → ∞, then &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&#039;&#039;p&#039;&#039;) should behave similarly to &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;M&#039;&#039;) with &amp;lt;math&amp;gt;M=\tbinom{n}{2} p&amp;lt;/math&amp;gt; as &#039;&#039;n&#039;&#039; increases.&lt;br /&gt;
&lt;br /&gt;
For many graph properties, this is the case.  If &#039;&#039;P&#039;&#039; is any graph property which is [[Monotonic function|monotone]] with respect to the subgraph ordering (meaning that if &#039;&#039;A&#039;&#039; is a subgraph of &#039;&#039;B&#039;&#039; and &#039;&#039;A&#039;&#039; satisfies &#039;&#039;P&#039;&#039;, then &#039;&#039;B&#039;&#039; will satisfy &#039;&#039;P&#039;&#039; as well), then the statements &amp;quot;&#039;&#039;P&#039;&#039; holds for almost all graphs in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;&#039;&#039;p&#039;&#039;)&amp;quot; and &amp;quot;&#039;&#039;P&#039;&#039; holds for almost all graphs in &amp;lt;math&amp;gt; G(n, \tbinom{n}{2} p) &amp;lt;/math&amp;gt;&amp;quot; are equivalent (provided &#039;&#039;pn&#039;&#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; → ∞). For example, this holds if &#039;&#039;P&#039;&#039; is the property of being [[connectedness|connected]], or if &#039;&#039;P&#039;&#039; is the property of containing a [[Hamiltonian path|Hamiltonian cycle]].  However, this will not necessarily hold for non-monotone properties (e.g. the property of having an even number of edges).&lt;br /&gt;
&lt;br /&gt;
In practice, the &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;) model is the one more commonly used today, in part due to the ease of analysis allowed by the independence of the edges.&lt;br /&gt;
&lt;br /&gt;
==Properties of &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;)==&lt;br /&gt;
With the notation above, a graph in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;) has on average &amp;lt;math&amp;gt;\tbinom{n}{2} p&amp;lt;/math&amp;gt; edges. The distribution of the degree of any particular vertex is [[binomial distribution|binomial]]:&amp;lt;ref&amp;gt;{{cite journal |last= Newman |first= Mark. E. J. |authorlink= |coauthors=S. H. Strogatz and D. J. Watts |year= 2001 |month= |title= Random graphs with arbitrary degree distributions and their applications|journal= Physical Review E|volume=64 |issue= 026118|pages=|id= |url= |accessdate= |quote= |doi=10.1103/PhysRevE.64.026118}}, Eq. (1)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;P(\operatorname{deg}(v) = k) = {n-1\choose k}p^k(1-p)^{n-1-k},&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;n&#039;&#039; is the total number of vertices in the graph. Since&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;P(\operatorname{deg}(v) = k) \to \frac{(np)^k \mathrm{e}^{-np}}{k!} \quad \mbox{ as } n \to \infty \mbox{ and } np = \mathrm{const},&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this distribution is [[Poisson distribution|Poisson]] for large &#039;&#039;n&#039;&#039; and &#039;&#039;np&#039;&#039; = const.&lt;br /&gt;
&lt;br /&gt;
In a 1960 paper, Erdős and Rényi&amp;lt;ref&amp;gt;{{cite journal |last= Erdős |first= Paul |authorlink= |coauthors=A. Rényi |year=1960 |month= |title=On the evolution of random graphs|journal=Publications of the Mathematical Institute of the Hungarian Academy of Sciences|volume=5 |issue=|pages=17–61|id= |url=http://www.renyi.hu/~p_erdos/1960-10.pdf |accessdate= |quote= |doi=}} The probability &#039;&#039;p&#039;&#039; used here refers there to &amp;lt;math&amp;gt;N(n) = {n \choose 2} p&amp;lt;/math&amp;gt;&amp;lt;/ref&amp;gt; described the behavior of &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;&#039;&#039;p&#039;&#039;) very precisely for various values of &#039;&#039;p&#039;&#039;.  Their results included that:&lt;br /&gt;
&lt;br /&gt;
*If &#039;&#039;np&#039;&#039; &amp;lt; 1, then a graph in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;&#039;&#039;p&#039;&#039;) will almost surely have no connected components of size larger than O(log(&#039;&#039;n&#039;&#039;)).&lt;br /&gt;
*If &#039;&#039;np&#039;&#039; = 1, then a graph in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;&#039;&#039;p&#039;&#039;) will almost surely have a largest component whose size is of order &#039;&#039;n&#039;&#039;&amp;lt;sup&amp;gt;2/3&amp;lt;/sup&amp;gt;.&lt;br /&gt;
*If &#039;&#039;np&#039;&#039; → &#039;&#039;c&#039;&#039;&amp;amp;nbsp;&amp;gt;&amp;amp;nbsp;1, where &#039;&#039;c&#039;&#039; is a constant, then a graph in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;&#039;&#039;p&#039;&#039;) will almost surely have a unique [[giant component]] containing a positive fraction of the vertices.  No other component will contain more than O(log(&#039;&#039;n&#039;&#039;)) vertices.&lt;br /&gt;
&lt;br /&gt;
*If &amp;lt;math&amp;gt;p&amp;lt;\tfrac{(1-\epsilon)\ln n}{n}&amp;lt;/math&amp;gt;, then a graph in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;) will almost surely contain isolated vertices, and thus be disconnected.&lt;br /&gt;
*If &amp;lt;math&amp;gt;p&amp;gt;\tfrac{(1+\epsilon) \ln n}{n}&amp;lt;/math&amp;gt;, then a graph in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;) will almost surely be connected.&lt;br /&gt;
&lt;br /&gt;
Thus &amp;lt;math&amp;gt; \tfrac{\ln n}{n}&amp;lt;/math&amp;gt; is a [[threshold function|sharp threshold]] for the connectedness of &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
Further properties of the graph can be described almost precisely as &#039;&#039;n&#039;&#039; tends to infinity.  For example, there is a &#039;&#039;k&#039;&#039;(&#039;&#039;n&#039;&#039;) (approximately equal to 2log&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;(&#039;&#039;n&#039;&#039;)) such that the largest [[Clique (graph theory)|clique]] in &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;0.5) has almost surely either size &#039;&#039;k&#039;&#039;(&#039;&#039;n&#039;&#039;) or &#039;&#039;k&#039;&#039;(&#039;&#039;n&#039;&#039;)&amp;amp;nbsp;+&amp;amp;nbsp;1.&lt;br /&gt;
&lt;br /&gt;
Thus, even though finding the size of the largest clique in a graph is [[NP-complete]], the size of the largest clique in a &amp;quot;typical&amp;quot; graph (according to this model) is very well understood.&lt;br /&gt;
&lt;br /&gt;
==Relation to percolation==&lt;br /&gt;
In [[percolation theory]] one examines a finite or infinite graph and removes edges (or links) randomly. Thus the Erdős–Rényi process is in fact unweighted link percolation on the [[complete graph]]. (One refers to percolation in which nodes and/or links are removed with heterogeneous weights as weighted percolation). As percolation theory has much of its roots in [[physics]], much of the research done was on the [[Lattice (group)|lattices]] in Euclidean spaces. The transition at &#039;&#039;np&#039;&#039; = 1 from giant component to small component has analogs for these graphs, but for lattices the transition point is difficult to determine. Physicists often refer to study of the complete graph as a [[mean field theory]]. Thus the Erdős–Rényi process is the mean-field case of percolation.&lt;br /&gt;
&lt;br /&gt;
Some significant work was also done on percolation on random graphs. From a physicist&#039;s point of view this would still be a mean-field model, so the justification of the research is often formulated in terms of the robustness of the graph, viewed as a communication network.  Given a random graph of &#039;&#039;n&#039;&#039;&amp;amp;nbsp;≫&amp;amp;nbsp;1 nodes with an average degree&amp;amp;nbsp;&amp;lt;&#039;&#039;k&#039;&#039;&amp;gt;. Remove randomly a fraction 1&amp;amp;nbsp;−&amp;amp;nbsp;&#039;&#039;p′&#039;&#039; of nodes and leave only a fraction &#039;&#039;p′&#039;&#039; from the network. There exists a critical percolation threshold &amp;lt;math&amp;gt;p&#039;_c=\tfrac{1}{\langle k\rangle}&amp;lt;/math&amp;gt; below which the network becomes fragmented while above &amp;lt;math&amp;gt;p&#039;_c&amp;lt;/math&amp;gt; a giant connected component of order &#039;&#039;n&#039;&#039; exists. The relative size of the giant component, &#039;&#039;P&#039;&#039;&amp;lt;sub&amp;gt;∞&amp;lt;/sub&amp;gt;, is given by&amp;lt;ref&amp;gt;{{Cite book | last = Bollobás | first = B. | title = Random Graphs | publisher = Cambridge University Press| edition = 2nd | year = 2001 | isbn = 0-521-79722-5 | postscript = &amp;lt;!--None--&amp;gt;}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;&lt;br /&gt;
{{cite journal |last= Bollobás |first= B. |authorlink= |coauthors=Erdős, P. |year= 1976 |month= |title= Cliques in Random Graphs|journal= Math. Proc. Cambridge Phil. Soc.|volume=80 |issue=3 |pages= 419–427|id= |url= |accessdate= |quote= |doi= 10.1017/S0305004100053056 }}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;&lt;br /&gt;
{{cite journal |last= Erdős |first= P.|authorlink= |coauthors=Rényi, A. |year=1959 |month= |title=On Random Graphs. I |journal=Publicationes Mathematicae |volume= 6|issue= |pages=290–297 |id= |url=http://www.renyi.hu/~p_erdos/1959-11.pdf |accessdate= |quote= }}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite journal |last= Erdős |first= P.|authorlink= |coauthors=Rényi, A. |year=1960 |month= |title=The Evolution of Random Graphs |journal=Magyar Tud. Akad. Mat. Kutató Int. Közl. |volume= 5|issue= |pages=17–61 |id= |url= |accessdate= |quote= }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; P_\infty= p&#039;[1-\exp(-\langle k \rangle P_\infty)]. \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
Both of the two major assumptions of the &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;p&#039;&#039;) model (that edges are independent and that each edge is equally likely) may be inappropriate for modeling real-life phenomena.  In particular, an Erdős–Rényi graph does not have heavy tails, as is the case in many real networks.  Moreover, it has low clustering, unlike many social networks.  For popular modeling alternatives, see [[Barabási–Albert model]] and [[Watts and Strogatz model]]. One should note that these alternative models are not percolation processes, but instead represent a growth and rewiring model, respectively. A model for interacting ER networks was developed recently by Buldyrev &#039;&#039;et al.&#039;&#039;.&amp;lt;ref&amp;gt;{{cite journal |author=S. V. Buldyrev, R. Parshani, G. Paul, H. E. Stanley, S. Havlin|year=2010 |title=Catastrophic cascade of failures in interdependent networks |journal=Nature |volume= 464 |issue= 7291|pages=1025–8 |url= http://havlin.biu.ac.il/Publications.php?keyword=Catastrophic+cascade+of+failures+in+interdependent+networks&amp;amp;year=*&amp;amp;match=all| doi = 10.1038/nature08932}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
The &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;&#039;&#039;p&#039;&#039;) model was first introduced by [[Edgar Gilbert]] in a 1959 paper which studied the connectivity threshold mentioned above.&amp;lt;ref&amp;gt;{{cite journal |last= Gilbert |first= E.N.|authorlink=Edgar Gilbert |coauthors= |year=1959 |month= |title=Random Graphs |journal=Annals of Mathematical Statistics |volume= 30|issue= 4|pages=1141–1144 |id= |url= |accessdate= |quote=|doi=10.1214/aoms/1177706098 }}&amp;lt;/ref&amp;gt;  The &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;, &#039;&#039;M&#039;&#039;) model was introduced by Erdős and Rényi in their 1959 paper.  As with Gilbert, their first investigations were as to the connectivity of &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;&#039;&#039;M&#039;&#039;), with the more detailed analysis following in 1960.&lt;br /&gt;
&lt;br /&gt;
== Interacting Erdős–Rényi random graphs model (communities of ER networks) ==&lt;br /&gt;
A simple generalization of the (ER) random graph model applies as follows &lt;br /&gt;
.&amp;lt;ref&amp;gt;{{cite journal |author=M. Ostilli, J. F. F. Mendes|year=2009 |title=Small-world of communities: communication and correlation of the meta-network |journal=Journal of Statistical Mechanics &lt;br /&gt;
|volume =L08004|pages=1 |url=http://iopscience.iop.org/1742-5468/2009/08/L08004/| doi = 10.1088/1742-5468/2009/08/L08004}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
Let the set of nodes &#039;&#039;n&#039;&#039; be partitioned into &#039;&#039;q&#039;&#039; communities, composed of&lt;br /&gt;
&amp;lt;math&amp;gt;n^{(1)},...,n^{(q)}&amp;lt;/math&amp;gt; nodes each, with &amp;lt;math&amp;gt;\sum_l n^{(l)}=n &amp;lt;/math&amp;gt;,&lt;br /&gt;
and let be given the following &#039;&#039;q x q&#039;&#039; matrix of probabilities &lt;br /&gt;
&amp;lt;math&amp;gt;p^{(l,m)}&amp;lt;/math&amp;gt;&lt;br /&gt;
of connection between any node of the community &#039;&#039;l&#039;&#039; &lt;br /&gt;
with any other node of the community &#039;&#039;m&#039;&#039; (possibly with &#039;&#039;l=m&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;p^{(l,m)}=\frac{c^{(l,m)}}{n}&amp;lt;/math&amp;gt;, &lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;c^{(l,m)}&amp;lt;/math&amp;gt; is in turn a non negative &#039;&#039;q x q&#039;&#039; matrix which satisfies the detailed balance&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt;n^{(l)} c^{(l,m)}=c^{(l,m)}n^{(m)}&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
By using this construction one realizes a generalization of the ER random graph where &amp;lt;math&amp;gt;c^{(l,m)}&amp;lt;/math&amp;gt; represents the matrix of average connectivities &lt;br /&gt;
between the community &#039;&#039;l&#039;&#039; and the community &#039;&#039;m&#039;&#039;, the self-cases &#039;&#039;l=m&#039;&#039; being the ones where we recover the single ER network (&#039;&#039;q=1&#039;&#039;).&lt;br /&gt;
It is possible to prove &lt;br /&gt;
that such a community of ER networks is percolating when the matrix &amp;lt;math&amp;gt;c^{(l,m)}&amp;lt;/math&amp;gt; satisfies  &lt;br /&gt;
&amp;lt;ref&amp;gt;{{cite journal |author=M. Ostilli, J. F. F. Mendes|year=2009 |title=Communication and correlation among communities |journal=Physical Review E |volume= 80 |issue=1 |pages=011142 |url= &lt;br /&gt;
http://link.aps.org/doi/10.1103/PhysRevE.80.011142| doi = 10.1103/PhysRevE.80.011142 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt;\max \{\mathrm{Eigenvalues~of~} \bold{c} \}&amp;gt;1 &amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
which in particular implies that the percolation &amp;quot;threshold&amp;quot; is actually now a surface given by the following Eq.&lt;br /&gt;
&lt;br /&gt;
::&amp;lt;math&amp;gt; \det (\bold{1-c})=0 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Unlike the case &#039;&#039;q=1&#039;&#039; (where we recover the percolation threshold &#039;&#039;c=1&#039;&#039;, see above) &lt;br /&gt;
this Eq. can have many solutions and in general the number of solutions can grow faster than &#039;&#039;n&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Rado graph]], the graph formed by extending the &#039;&#039;G&#039;&#039;(&#039;&#039;n&#039;&#039;,&amp;amp;nbsp;&#039;&#039;p&#039;&#039;) model to graphs with a [[countability|countably infinite]] number of vertices. Unlike in the finite case, the result of this infinite process is (with [[almost surely|probability&amp;amp;nbsp;1]]) the same graph, up to isomorphism.&lt;br /&gt;
*[[Exponential random graph models]] describe a general probability distribution of graphs on &amp;quot;n&amp;quot; nodes given a set of network statistics and various parameters associated with them.&lt;br /&gt;
* [[Watts and Strogatz model]]&lt;br /&gt;
* [[Barabási–Albert model]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
* {{Cite book | last = West | first = Douglas B. | title = Introduction to Graph Theory | publisher = Prentice Hall | edition = 2nd | year = 2001 | isbn = 0-13-014400-2 | postscript = &amp;lt;!--None--&amp;gt;}}&lt;br /&gt;
* {{cite book |title=Networks: An Introduction |last= Newman |first=M. E. J. |year= 2010|publisher=  Oxford}}&lt;br /&gt;
* {{cite book |title= Complex Networks: Structure, Robustness and Function|year= 2010 |url= http://havlin.biu.ac.il/Shlomo%20Havlin%20books_com_net.php |publisher= Cambridge University Press |author= Reuven Cohen and [[Shlomo Havlin]]}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Erdos-Renyi model}}&lt;br /&gt;
[[Category:Random graphs]]&lt;br /&gt;
[[Category:Paul Erdős|Renyi model]]&lt;/div&gt;</summary>
		<author><name>41.248.162.32</name></author>
	</entry>
</feed>