Content deleted Content added
m remove stray quote character |
|||
(87 intermediate revisions by 53 users not shown) | |||
Line 1:
{{short description|Graph generated by a random process}}
{{for|
{{Network Science}}
In [[mathematics]], '''random graph''' is the general term to refer to [[probability
==
A random graph is obtained by starting with a set of ''n'' isolated vertices and adding successive edges between them at random. The aim of the study in this field is to determine at what stage a particular property of the graph is likely to arise.<ref name = "Random Graphs2">[[Béla Bollobás]], ''Random Graphs'', 1985, Academic Press Inc., London Ltd.</ref> Different '''random graph models''' produce different [[probability distribution]]s on graphs. Most commonly studied is the one proposed by [[Edgar Gilbert]] but often called the [[Erdős–Rényi model]], denoted ''G''(''n'',''p'')
A closely related model, also called the
If instead we start with an infinite set of vertices, and again let every possible edge occur independently with probability 0 < ''p'' < 1, then we get an object ''G'' called an '''infinite random graph'''. Except in the trivial cases when ''p'' is 0 or 1, such a ''G'' [[almost surely]] has the following property:
Line 28 ⟶ 29:
The term 'almost every' in the context of random graphs refers to a sequence of spaces and probabilities, such that the ''error probabilities'' tend to zero.<ref name = "Random Graphs3" />
==Properties
The theory of random graphs studies typical properties of random graphs, those that hold with high probability for graphs drawn from a particular distribution. For example, we might ask for a given value of
Percolation is related to the robustness of the graph (called also network). Given a random graph of <math>n</math> nodes and an average degree <math>\langle k\rangle</math>. Next we remove randomly a fraction
Localized percolation refers to removing a node its neighbors, next nearest neighbors etc. until a fraction of <math>1-p</math> of nodes from the network is removed. It was shown that for random graph with Poisson distribution of degrees <math>p_c=\tfrac{1}{\langle k\rangle}</math> exactly as for random removal.
Random graphs are widely used in the [[probabilistic method]], where one tries to prove the existence of graphs with certain properties. The existence of a property on a random graph can often imply, via the [[Szemerédi regularity lemma]], the existence of that property on almost all graphs.
In [[random regular graph]]s,
The degree sequence of a graph
:<math>V_n^{(2)} = \left \{ij \ : \ 1 \leq j \leq n, i \neq j \right \} \subset V^{(2)}, \qquad i=1, \cdots, n.</math>
If edges,
Almost every graph process on an even number of vertices with the edge raising the minimum degree to 1 or a random graph with slightly more than
For some constant
Properties of random graph may change or remain invariant under graph transformations. [[Alireza Mashaghi|Mashaghi A.]] et al., for example, demonstrated that a transformation which converts random graphs to their edge-dual graphs (or line graphs) produces an ensemble of graphs with nearly the same degree distribution, but with degree correlations and a significantly higher clustering coefficient.<ref>{{cite journal|first1=A.|last1=Ramezanpour|first2=V.|last2=Karimipour|first3=A.|last3=Mashaghi|title=Generating correlated networks from uncorrelated ones|journal=Phys. Rev. E|volume=67|issue=46107|pages=046107|year=2003|doi=10.1103/PhysRevE.67.046107|pmid=12786436|bibcode=2003PhRvE..67d6107R|arxiv=cond-mat/0212469|s2cid=33054818 }}</ref>
== Triangles in Random Graphs ==▼
==
Given a random graph ''G'' of order ''n'' with the vertex ''V''(''G'') = {1, ..., ''n''}, by the [[greedy algorithm]] on the number of colors, the vertices can be colored with colors 1, 2, ... (vertex 1 is colored 1, vertex 2 is colored 1 if it is not adjacent to vertex 1, otherwise it is colored 2, etc.).<ref name = "Random Graphs2" />▼
The number of proper colorings of random graphs given a number of ''q'' colors, called its [[chromatic polynomial]], remains unknown so far. The scaling of zeros of the chromatic polynomial of random graphs with parameters ''n'' and the number of edges ''m'' or the connection probability ''p'' has been studied empirically using an algorithm based on symbolic pattern matching.
A [[random tree]] is a [[tree (graph theory)|tree]] or [[Arborescence (graph theory)|arborescence]] that is formed by a [[stochastic process]]. In a large range of random graphs of order ''n'' and size ''M''(''n'') the distribution of the number of tree components of order ''k'' is asymptotically [[
== Conditional random graphs ==
Consider a given random graph model defined on the probability space <math>(\Omega, \mathcal{F}, P)</math> and let <math>\mathcal{P}(G) : \Omega \rightarrow R^{m}</math> be a real valued function which assigns to each graph in <math>\Omega</math> a vector of ''m'' properties.
For a fixed <math>\mathbf{p} \in R^{m}</math>, ''conditional random graphs'' are models in which the probability measure <math>P</math> assigns zero probability to all graphs such that <math>\mathcal{P}(G) \neq \mathbf{p} </math>.
Special cases are ''conditionally uniform random graphs'', where <math>P</math> assigns equal probability to all the graphs having specified properties. They can be seen as a generalization of the [[Erdős–Rényi model]] ''G''(''n'',''M''), when the conditioning information is not necessarily the number of edges ''M'', but whatever other arbitrary graph property <math>\mathcal{P}(G)</math>. In this case very few analytical results are available and simulation is required to obtain empirical distributions of average properties.
▲Given a random graph ''G'' of order ''n'' with the vertex ''V''(''G'') = {1, ..., ''n''}, by the [[greedy algorithm]] on the number of colors, the vertices can be colored with colors 1, 2, ... (vertex 1 is colored 1, vertex 2 is colored 1 if it is not adjacent to vertex 1, otherwise it is colored 2, etc.).<ref name = "Random Graphs2" />
▲The number of proper colorings of random graphs given a number of ''q'' colors, called its [[chromatic polynomial]], remains unknown so far. The scaling of zeros of the chromatic polynomial of random graphs with parameters ''n'' and the number of edges ''m'' or the connection probability ''p'' has been studied empirically using an algorithm based on symbolic pattern matching. <ref name = "Chromatic Polynomials of Random Graphs"> Frank Van Bussel, Christoph Ehrlich, Denny Fliegner, Sebastian Stolzenberg and Marc Timme, Chromatic Polynomials of Random Graphs, J. Phys. A: Math. Theor. 43, 175002 (2010) [http://dx.doi.org/10.1088/1751-8113/43/17/175002 | doi:10.1088/1751-8113/43/17/175002]</ref>
▲{{main|random tree}}
▲A [[random tree]] is a [[tree (graph theory)|tree]] or [[Arborescence (graph theory)|arborescence]] that is formed by a [[stochastic process]]. In a large range of random graphs of order ''n'' and size ''M''(''n'') the distribution of the number of tree components of order ''k'' is asymptotically [[Siméon Denis Poisson|Poisson]]. Types of random trees include [[uniform spanning tree]], [[random minimal spanning tree]], [[random binary tree]], [[treap]], [[rapidly exploring random tree]], [[Brownian tree]], and [[random forest]].
==History==
The earliest use of a random graph model was by [[Helen Hall Jennings]] and [[Jacob Moreno]] in 1938 where a "chance sociogram" (a directed Erdős-Rényi model) was considered in studying comparing the fraction of reciprocated links in their network data with the random model.<ref>{{cite journal |last1=Moreno |first1=Jacob L |last2=Jennings |first2=Helen Hall |title=Statistics of Social Configurations |journal=Sociometry |date=Jan 1938 |volume=1 |issue=3/4 |pages=342–374 |doi=10.2307/2785588|jstor=2785588 |url=https://hal.science/hal-03963403/file/morenojennings1938groupefmr.pdf }}</ref> Another use, under the name "random net", was by [[Ray Solomonoff]] and [[Anatol Rapoport]] in 1951, using a model of directed graphs with fixed out-degree and randomly chosen attachments to other vertices.<ref>{{cite journal |last1=Solomonoff |first1=Ray |last2=Rapoport |first2=Anatol |title=Connectivity of random nets |journal=Bulletin of Mathematical Biophysics |date=June 1951 |volume=13 |issue=2 |pages=107–117 |doi=10.1007/BF02478357}}</ref>
Random graphs were first defined by [[Paul Erdős]] and [[Alfréd Rényi]] in their 1959 paper "On Random Graphs"<ref name ="On Random Graphs">[[Paul Erdős|Erdős, P.]] [[Alfréd Rényi|Rényi, A]] (1959) "On Random Graphs I" in Publ. Math. Debrecen 6, p. 290–297 [http://www.renyi.hu/~p_erdos/1959-11.pdf]</ref> and independently by Gilbert in his paper "Random graphs".<ref name = "Random graphs">{{citation |last= Gilbert |first= E. N. |authorlink=Edgar Gilbert|year=1959 |title=Random graphs |journal=Annals of Mathematical Statistics |volume= 30|pages=1141–1144|doi=10.1214/aoms/1177706098 }}.</ref>▼
▲
==See also==
*
*
*
* {{annotated link|Dual-phase evolution}}
*
* {{annotated link|Exponential random graph model}}
*
* [[Network science]]▼
* {{annotated link|Interdependent networks}}
* [[Percolation]]▼
* [[Semilinear response]]▼
* {{annotated link|Percolation theory}}
*{{annotated link|Random graph theory of gelation}}
* {{annotated link|Regular graph}}
* {{annotated link|Scale free network}}
* {{annotated link|Stochastic block model}}
*{{annotated link|Lancichinetti–Fortunato–Radicchi benchmark}}
==References==
{{
{{Stochastic processes}}
{{Authority control}}
{{DEFAULTSORT:Random Graph}}
[[Category:Graph theory]]
[[Category:Random graphs|*]]
|