- Erdős–Rényi model
In
graph theory , the Erdős-Rényi model, named forPaul Erdős andAlfréd Rényi , is either of two models for generatingrandom graph s, including one that sets an edge between each pair of nodes with equal probability, independently of the other edges. It can be used in theprobabilistic 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 foralmost all graphs.Definition
There are two closely related variants of the Erdős-Rényi random graph model.
*In the "G"("n", "M") model a graph is chosen uniformly at random from the collection of all graphs which have "n" nodes and "M" edges. For example, in the "G"("3","2") model, each of the three possible graphs on three vertices and two edges are included with probability 1/3.
*In the "G"("n", "p") model, a graph is thought to be constructed by connecting nodes randomly. Each edge is included in the graph with probability "p", with the presence or absence of any two distinct edges in the graph being independent. Equivalently, all graphs with "n" nodes and "M" edges have equal probability of . The parameter "p" in this model can be thought of as a weighting function; as "p" 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 "p" = 0.5 corresponds to the case where all graphs on "n" vertices are chosen with equal probability.The behavior of random graphs are often studied in the case where "n", the number of vertices, tends to infinity. Although "p" and "M" can be fixed in this case, they can also be functions depending on "n". For example, the statement "almost every graph in is connected" means "as "n" tends to infinity, the probability that a graph on "n" vertices with edge probability is connected tends to 1".
Comparison between the two models
The expected number of edges in "G"("n","p") is , and by the
law of large numbers any graph in "G"("n","p") will almost surely have approximately this many edges (provided the expected number of edges tends to infinity). Therefore a rough heuristic is that if tends to infinity, then "G"("n","p") should behave similarly to "G"("n","M") with as "n" increases.For many graph properties, this is the case. If "P" is any graph property which is Monotone with respect to the subgraph ordering (meaning that if "A" is a subgraph of "B" and "A" satisfies "P", then "B" will satisfy "P" as well), then the statements " "P" holds for almost all graphs in "G"("n","p") " and "P" holds for almost all graphs in are equivalent (provided tends to infinity). For example, this holds if "P" is the property of being connected, or if "P" is the property of containing a Hamiltonian cycle. However, this will not necessarily hold for non-monotone properties (e.g. the property of having an even number of edges).
In practice, the "G"("n", "p") model is the one more commonly used today, in part due to the ease of analysis allowed by the independence of the edges.
Properties of "G"("n", "p")
As mentioned above, a graph from "G"("n", "p") has on average edges. The distribution of the degree of any particular vertex is binomial:
:
where "n" is the total number of vertices in the graph.
In a 1960 paper, Erdős and Rényi described the behavior of "G"("n","p") very precisely for various values of "p". Their results included that:
*If , then a graph in "G"("n","p") will almost surely have no connected components of size larger than
*If , then a graph in "G"("n","p") will almost surely have largest component whose size is of order
*If tends to a constant "c" > 1, then a graph in "G"("n", "p") will almost surely have a unique "giant" component containing a positive fraction of the vertices. No other component will contain more than vertices.*If , then a graph in "G"("n", "p") will almost surely not be connected.
*If , then a graph in "G"("n", "p") will almost surely be connected.Thus is a sharp threshold for the connectivity of "G"("n", "p").
Other properties of the graph can be described almost precisely as "n" tends to infinity. For example
*There is a "k"("n") (approximately equal to ) such that the largest clique in "G"("n", 0.5) is almost surely either "k"("n") or "k"("n") + 1.
Thus even though finding the size of the largest clique in a graph is
NP-complete , the size of the largest clique in a "typical" graph (according to this model) is very well understood.Weaknesses
Both of the two major assumptions of the "G"("n", "p") model (that edges are independent and that each edge is equally likely) may be unrealistic in modeling real situations. In particular, an Erdős-Rényi graph will likely not be scale-free like many real networks. The
Watts and Strogatz model attempts to correct this limitation.History
The "G"("n", "p") model was first introduced by
Edgar Gilbert in a 1959 paper which studied the connectivity threshold mentioned above. The "G"("n", "M") 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 "G"("n","M"), with the more detailed analysis following in 1960.References
*
*
*
*
*
*
Wikimedia Foundation. 2010.