fbpx
Wikipedia

Barabási–Albert model

The Barabási–Albert (BA) model is an algorithm for generating random scale-free networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the World Wide Web, citation networks, and some social networks are thought to be approximately scale-free and certainly contain few nodes (called hubs) with unusually high degree as compared to the other nodes of the network. The BA model tries to explain the existence of such nodes in real networks. The algorithm is named for its inventors Albert-László Barabási and Réka Albert.

Display of three graphs generated with the Barabasi-Albert (BA) model. Each has 20 nodes and a parameter of attachment m as specified. The color of each node is dependent upon its degree (same scale for each graph).

Concepts edit

Many observed networks (at least approximately) fall into the class of scale-free networks, meaning that they have power-law (or scale-free) degree distributions, while random graph models such as the Erdős–Rényi (ER) model and the Watts–Strogatz (WS) model do not exhibit power laws. The Barabási–Albert model is one of several proposed models that generate scale-free networks. It incorporates two important general concepts: growth and preferential attachment. Both growth and preferential attachment exist widely in real networks.

Growth means that the number of nodes in the network increases over time.

Preferential attachment means that the more connected a node is, the more likely it is to receive new links. Nodes with a higher degree have a stronger ability to grab links added to the network. Intuitively, the preferential attachment can be understood if we think in terms of social networks connecting people. Here a link from A to B means that person A "knows" or "is acquainted with" person B. Heavily linked nodes represent well-known people with lots of relations. When a newcomer enters the community, they are more likely to become acquainted with one of those more visible people rather than with a relative unknown. The BA model was proposed by assuming that in the World Wide Web, new pages link preferentially to hubs, i.e. very well known sites such as Google, rather than to pages that hardly anyone knows. If someone selects a new page to link to by randomly choosing an existing link, the probability of selecting a particular page would be proportional to its degree. The BA model claims that this explains the preferential attachment probability rule.

Later, the Bianconi–Barabási model works to address this issue by introducing a "fitness" parameter. Preferential attachment is an example of a positive feedback cycle where initially random variations (one node initially having more links or having started accumulating links earlier than another) are automatically reinforced, thus greatly magnifying differences. This is also sometimes called the Matthew effect, "the rich get richer". See also autocatalysis.

Algorithm edit

 
The steps of the growth of the network according to the Barabasi–Albert model ( )

The only parameter in the BA model is  , a positive integer. The network initializes with a network of   nodes.

At each step, add one new node, then sample   existing vertices from the network, with a probability that is proportional to the number of links that the existing nodes already have (The original papers did not specify how to handle cases where the same existing node is chosen multiple times.). Formally, the probability   that the new node is connected to node   is[1]

 

where   is the degree of node   and the sum is made over all pre-existing nodes   (i.e. the denominator results in twice the current number of edges in the network). This step can be performed by first uniformly sampling one edge, then sampling one of the two vertices on the edge.

Heavily linked nodes ("hubs") tend to quickly accumulate even more links, while nodes with only a few links are unlikely to be chosen as the destination for a new link. The new nodes have a "preference" to attach themselves to the already heavily linked nodes.

 
A tree network generated according to the Barabasi-Albert model. The network is made of 50 vertices with initial degrees  .

Properties edit

Degree distribution edit

 
The distribution of the vertex degrees of a BA graph with 200000 nodes and 2 new edges per step. Plotted in log-log scale. It follows a power law with exponent -2.78.

The degree distribution resulting from the BA model is scale free, in particular, it is a power law of the form

 

Hirsch index distribution edit

The h-index or Hirsch index distribution was shown to also be scale free and was proposed as the lobby index, to be used as a centrality measure[2]

 

Furthermore, an analytic result for the density of nodes with h-index 1 can be obtained in the case where  

 

Node degree correlations edit

Correlations between the degrees of connected nodes develop spontaneously in the BA model because of the way the network evolves. The probability,  , of finding a link that connects a node of degree   to an ancestor node of degree   in the BA model for the special case of   (BA tree) is given by

 

This confirms the existence of degree correlations, because if the distributions were uncorrelated, we would get  .[1]

For general  , the fraction of links who connect a node of degree   to a node of degree   is[3]

 

Also, the nearest-neighbor degree distribution  , that is, the degree distribution of the neighbors of a node with degree  , is given by[3]

 

In other words, if we select a node with degree  , and then select one of its neighbors randomly, the probability that this randomly selected neighbor will have degree   is given by the expression   above.

Clustering coefficient edit

An analytical result for the clustering coefficient of the BA model was obtained by Klemm and Eguíluz[4] and proven by Bollobás.[5] A mean-field approach to study the clustering coefficient was applied by Fronczak, Fronczak and Holyst.[6]

This behavior is still distinct from the behavior of small-world networks where clustering is independent of system size. In the case of hierarchical networks, clustering as a function of node degree also follows a power-law,

 

This result was obtained analytically by Dorogovtsev, Goltsev and Mendes.[7]

Spectral properties edit

The spectral density of BA model has a different shape from the semicircular spectral density of random graph. It has a triangle-like shape with the top lying well above the semicircle and edges decaying as a power law.[8] In [9] (Section 5.1), it was proved that the shape of this spectral density is not an exact triangular function by analyzing the moments of the spectral density as a function of the power-law exponent.

Dynamic scaling edit

 
Generalized degree distribution   of the BA model for  
 
The same data is plotted in the self-similar coordinates   and   and it gives an excellent collapsed revealing that   exhibit dynamic scaling.

By definition, the BA model describes a time developing phenomenon and hence, besides its scale-free property, one could also look for its dynamic scaling property. In the BA network nodes can also be characterized by generalized degree  , the product of the square root of the birth time of each node and their corresponding degree  , instead of the degree   alone since the time of birth matters in the BA network. We find that the generalized degree distribution   has some non-trivial features and exhibits dynamic scaling

 

It implies that the distinct plots of   vs   would collapse into a universal curve if we plot   vs  .[10]

Limiting cases edit

Model A edit

Model A retains growth but does not include preferential attachment. The probability of a new node connecting to any pre-existing node is equal. The resulting degree distribution in this limit is geometric,[11] indicating that growth alone is not sufficient to produce a scale-free structure.

Model B edit

Model B retains preferential attachment but eliminates growth. The model begins with a fixed number of disconnected nodes and adds links, preferentially choosing high degree nodes as link destinations. Though the degree distribution early in the simulation looks scale-free, the distribution is not stable, and it eventually becomes nearly Gaussian as the network nears saturation. So preferential attachment alone is not sufficient to produce a scale-free structure.

The failure of models A and B to lead to a scale-free distribution indicates that growth and preferential attachment are needed simultaneously to reproduce the stationary power-law distribution observed in real networks.[1]

Non-linear preferential attachment edit

The BA model can be thought of as a specific case of the more general non-linear preferential attachment (NLPA) model.[12] The NLPA algorithm is identical to the BA model with the attachment probability replaced by the more general form

 

where   is a constant positive exponent. If  , NLPA reduces to the BA model and is referred to as "linear". If  , NLPA is referred to as "sub-linear" and the degree distribution of the network tends to a stretched exponential distribution. If  , NLPA is referred to as "super-linear" and a small number of nodes connect to almost all other nodes in the network. For both   and  , the scale-free property of the network is broken in the limit of infinite system size. However, if   is only slightly larger than  , NLPA may result in degree distributions which appear to be transiently scale free.[13]

History edit

Preferential attachment made its first appearance in 1923 in the celebrated urn model of the Hungarian mathematician György Pólya in 1923.[14] The master equation method, which yields a more transparent derivation, was applied to the problem by Herbert A. Simon in 1955[15] in the course of studies of the sizes of cities and other phenomena. It was first applied to explain citation frequencies by Derek de Solla Price in 1976.[16] Price was interested in the acumulation of citations of scientific papers and the Price model used "cumulative advantage" (his name for preferential attachment) to generate a fat tailed distribution. In the language of modern citations network, Price's model produces a directed network, i.e. the version of the Barabási-Albert model. The name "preferential attachment" and the present popularity of scale-free network models is due to the work of Albert-László Barabási and Réka Albert, who discovered that a similar process is present in real networks, and applied in 1999 preferential attachment to explain the numerically observed degree distributions on the web.[17]

See also edit

References edit

  1. ^ a b c Albert, Réka; Barabási, Albert-László (2002). (PDF). Reviews of Modern Physics. 74 (47): 47–97. arXiv:cond-mat/0106096. Bibcode:2002RvMP...74...47A. CiteSeerX 10.1.1.242.4753. doi:10.1103/RevModPhys.74.47. S2CID 60545. Archived from the original (PDF) on 2015-08-24.
  2. ^ Korn, A.; Schubert, A.; Telcs, A. (2009). "Lobby index in networks". Physica A. 388 (11): 2221–2226. arXiv:0809.0514. Bibcode:2009PhyA..388.2221K. doi:10.1016/j.physa.2009.02.013. S2CID 1119190.
  3. ^ a b Fotouhi, Babak; Rabbat, Michael (2013). "Degree correlation in scale-free graphs". The European Physical Journal B. 86 (12): 510. arXiv:1308.5169. Bibcode:2013EPJB...86..510F. doi:10.1140/epjb/e2013-40920-6. S2CID 7520124.
  4. ^ Klemm, K.; Eguíluz, V. C. (2002). "Growing scale-free networks with small-world behavior". Physical Review E. 65 (5): 057102. arXiv:cond-mat/0107607. Bibcode:2002PhRvE..65e7102K. doi:10.1103/PhysRevE.65.057102. hdl:10261/15314. PMID 12059755. S2CID 12945422.
  5. ^ Bollobás, B. (2003). "Mathematical results on scale-free random graphs". Handbook of Graphs and Networks. pp. 1–37. CiteSeerX 10.1.1.176.6988.
  6. ^ Albert, Reka; Barabasi, Albert-Laszlo; Hołyst, Janusz A (2003). "Mean-field theory for clustering coefficients in Barabasi-Albert networks". Phys. Rev. E. 68 (4): 046126. arXiv:cond-mat/0306255. Bibcode:2003PhRvE..68d6126F. doi:10.1103/PhysRevE.68.046126. PMID 14683021. S2CID 2372695.
  7. ^ Dorogovtsev, S.N.; Goltsev, A.V.; Mendes, J.F.F. (25 June 2002). "Pseudofractal scale-free web". Physical Review E. 65 (6): 066122. arXiv:cond-mat/0112143. Bibcode:2002PhRvE..65f6122D. doi:10.1103/PhysRevE.65.066122. PMID 12188798. S2CID 13996254.
  8. ^ Farkas, I.J.; Derényi, I.; Barabási, A.-L.; Vicsek, T. (20 July 2001) [19 February 2001]. "Spectra of "real-world" graphs: Beyond the semicircle law". Physical Review E. 64 (2): 026704. arXiv:cond-mat/0102335. Bibcode:2001PhRvE..64b6704F. doi:10.1103/PhysRevE.64.026704. hdl:2047/d20000692. PMID 11497741. S2CID 1434432.
  9. ^ Preciado, V.M.; Rahimian, A. (December 2017). "Moment-Based Spectral Analysis of Random Graphs with a Given Expected Degree Sequence". IEEE Transactions on Network Science and Engineering. 4 (4): 215–228. arXiv:1512.03489. doi:10.1109/TNSE.2017.2712064. S2CID 12187100.
  10. ^ M. K. Hassan, M. Z. Hassan and N. I. Pavel, “Dynamic scaling, data-collapseand Self-similarity in Barabasi-Albert networks” J. Phys. A: Math. Theor. 44 175101 (2011) https://dx.doi.org/10.1088/1751-8113/44/17/175101
  11. ^ Pekoz, Erol; Rollin, A.; Ross, N. (2012). "Total variation and local limit error bounds for geometric approximation". Bernoulli. from the original on 2015-09-23. Retrieved 2012-10-25.
  12. ^ Krapivsky, P. L.; Redner, S.; Leyvraz, F. (20 November 2000). "Connectivity of Growing Random Networks". Physical Review Letters. 85 (21): 4629–4632. arXiv:cond-mat/0005139. Bibcode:2000PhRvL..85.4629K. doi:10.1103/PhysRevLett.85.4629. PMID 11082613. S2CID 16251662.
  13. ^ Krapivsky, Paul; Krioukov, Dmitri (21 August 2008). "Scale-free networks as preasymptotic regimes of superlinear preferential attachment". Physical Review E. 78 (2): 026114. arXiv:0804.1366. Bibcode:2008PhRvE..78b6114K. doi:10.1103/PhysRevE.78.026114. PMID 18850904. S2CID 14292535.
  14. ^ Albert-László, Barabási (2012). "Luck or reason". Nature. 489 (7417): 507–508. doi:10.1038/nature11486. PMID 22972190. S2CID 205230706.
  15. ^ Simon, Herbert A. (December 1955). "On a Class of Skew Distribution Functions". Biometrika. 42 (3–4): 425–440. doi:10.1093/biomet/42.3-4.425.
  16. ^ Price, D.J. de Solla (September 1976). "A general theory of bibliometric and other cumulative advantage processes". Journal of the American Society for Information Science. 27 (5): 292–306. CiteSeerX 10.1.1.161.114. doi:10.1002/asi.4630270505. S2CID 8536863.
  17. ^ Barabási, Albert-László; Albert, Réka (October 1999). (PDF). Science. 286 (5439): 509–512. arXiv:cond-mat/9910332. Bibcode:1999Sci...286..509B. doi:10.1126/science.286.5439.509. PMID 10521342. S2CID 524106. Archived from the original (PDF) on 2012-04-17.

External links edit

  • "This Man Could Rule the World"
  • "A Java Implementation for Barabási–Albert"
  • "Generating Barabási–Albert Model Graphs in Code"

barabási, albert, model, barabási, albert, model, algorithm, generating, random, scale, free, networks, using, preferential, attachment, mechanism, several, natural, human, made, systems, including, internet, world, wide, citation, networks, some, social, netw. The Barabasi Albert BA model is an algorithm for generating random scale free networks using a preferential attachment mechanism Several natural and human made systems including the Internet the World Wide Web citation networks and some social networks are thought to be approximately scale free and certainly contain few nodes called hubs with unusually high degree as compared to the other nodes of the network The BA model tries to explain the existence of such nodes in real networks The algorithm is named for its inventors Albert Laszlo Barabasi and Reka Albert Display of three graphs generated with the Barabasi Albert BA model Each has 20 nodes and a parameter of attachment m as specified The color of each node is dependent upon its degree same scale for each graph Contents 1 Concepts 2 Algorithm 3 Properties 3 1 Degree distribution 3 2 Hirsch index distribution 3 3 Node degree correlations 3 4 Clustering coefficient 3 5 Spectral properties 3 6 Dynamic scaling 4 Limiting cases 4 1 Model A 4 2 Model B 5 Non linear preferential attachment 6 History 7 See also 8 References 9 External linksConcepts editMany observed networks at least approximately fall into the class of scale free networks meaning that they have power law or scale free degree distributions while random graph models such as the Erdos Renyi ER model and the Watts Strogatz WS model do not exhibit power laws The Barabasi Albert model is one of several proposed models that generate scale free networks It incorporates two important general concepts growth and preferential attachment Both growth and preferential attachment exist widely in real networks Growth means that the number of nodes in the network increases over time Preferential attachment means that the more connected a node is the more likely it is to receive new links Nodes with a higher degree have a stronger ability to grab links added to the network Intuitively the preferential attachment can be understood if we think in terms of social networks connecting people Here a link from A to B means that person A knows or is acquainted with person B Heavily linked nodes represent well known people with lots of relations When a newcomer enters the community they are more likely to become acquainted with one of those more visible people rather than with a relative unknown The BA model was proposed by assuming that in the World Wide Web new pages link preferentially to hubs i e very well known sites such as Google rather than to pages that hardly anyone knows If someone selects a new page to link to by randomly choosing an existing link the probability of selecting a particular page would be proportional to its degree The BA model claims that this explains the preferential attachment probability rule Later the Bianconi Barabasi model works to address this issue by introducing a fitness parameter Preferential attachment is an example of a positive feedback cycle where initially random variations one node initially having more links or having started accumulating links earlier than another are automatically reinforced thus greatly magnifying differences This is also sometimes called the Matthew effect the rich get richer See also autocatalysis Algorithm edit nbsp The steps of the growth of the network according to the Barabasi Albert model m0 m 2 displaystyle m 0 m 2 nbsp The only parameter in the BA model is m displaystyle m nbsp a positive integer The network initializes with a network of m0 m displaystyle m 0 geq m nbsp nodes At each step add one new node then sample m displaystyle m nbsp existing vertices from the network with a probability that is proportional to the number of links that the existing nodes already have The original papers did not specify how to handle cases where the same existing node is chosen multiple times Formally the probability pi displaystyle p i nbsp that the new node is connected to node i displaystyle i nbsp is 1 pi ki jkj displaystyle p i frac k i sum j k j nbsp where ki displaystyle k i nbsp is the degree of node i displaystyle i nbsp and the sum is made over all pre existing nodes j displaystyle j nbsp i e the denominator results in twice the current number of edges in the network This step can be performed by first uniformly sampling one edge then sampling one of the two vertices on the edge Heavily linked nodes hubs tend to quickly accumulate even more links while nodes with only a few links are unlikely to be chosen as the destination for a new link The new nodes have a preference to attach themselves to the already heavily linked nodes nbsp A tree network generated according to the Barabasi Albert model The network is made of 50 vertices with initial degrees m0 1 displaystyle m 0 1 nbsp Properties editDegree distribution edit nbsp The distribution of the vertex degrees of a BA graph with 200000 nodes and 2 new edges per step Plotted in log log scale It follows a power law with exponent 2 78 The degree distribution resulting from the BA model is scale free in particular it is a power law of the form P k k 3 displaystyle P k sim k 3 nbsp Hirsch index distribution edit The h index or Hirsch index distribution was shown to also be scale free and was proposed as the lobby index to be used as a centrality measure 2 H k k 6 displaystyle H k sim k 6 nbsp Furthermore an analytic result for the density of nodes with h index 1 can be obtained in the case where m0 1 displaystyle m 0 1 nbsp H 1 m0 1 4 p displaystyle H 1 Big m 0 1 4 pi nbsp Node degree correlations edit Correlations between the degrees of connected nodes develop spontaneously in the BA model because of the way the network evolves The probability nkℓ displaystyle n k ell nbsp of finding a link that connects a node of degree k displaystyle k nbsp to an ancestor node of degree ℓ displaystyle ell nbsp in the BA model for the special case of m 1 displaystyle m 1 nbsp BA tree is given by nkℓ 4 ℓ 1 k k 1 k ℓ k ℓ 1 k ℓ 2 12 ℓ 1 k k ℓ 1 k ℓ k ℓ 1 k ℓ 2 displaystyle n k ell frac 4 left ell 1 right k left k 1 right left k ell right left k ell 1 right left k ell 2 right frac 12 left ell 1 right k left k ell 1 right left k ell right left k ell 1 right left k ell 2 right nbsp This confirms the existence of degree correlations because if the distributions were uncorrelated we would get nkℓ k 3ℓ 3 displaystyle n k ell k 3 ell 3 nbsp 1 For general m displaystyle m nbsp the fraction of links who connect a node of degree k displaystyle k nbsp to a node of degree ℓ displaystyle ell nbsp is 3 p k ℓ 2m m 1 k k 1 ℓ ℓ 1 1 2m 2m 1 k ℓ 2mℓ m k ℓ 2ℓ 1 displaystyle p k ell frac 2m m 1 k k 1 ell ell 1 left 1 frac binom 2m 2 m 1 binom k ell 2m ell m binom k ell 2 ell 1 right nbsp Also the nearest neighbor degree distribution p ℓ k displaystyle p ell mid k nbsp that is the degree distribution of the neighbors of a node with degree k displaystyle k nbsp is given by 3 p ℓ k m k 2 kℓ ℓ 1 1 2m 2m 1 k ℓ 2mℓ m k ℓ 2ℓ 1 displaystyle p ell mid k frac m k 2 k ell ell 1 left 1 frac binom 2m 2 m 1 binom k ell 2m ell m binom k ell 2 ell 1 right nbsp In other words if we select a node with degree k displaystyle k nbsp and then select one of its neighbors randomly the probability that this randomly selected neighbor will have degree ℓ displaystyle ell nbsp is given by the expression p ℓ k displaystyle p ell k nbsp above Clustering coefficient edit An analytical result for the clustering coefficient of the BA model was obtained by Klemm and Eguiluz 4 and proven by Bollobas 5 A mean field approach to study the clustering coefficient was applied by Fronczak Fronczak and Holyst 6 This behavior is still distinct from the behavior of small world networks where clustering is independent of system size In the case of hierarchical networks clustering as a function of node degree also follows a power law C k k 1 displaystyle C k k 1 nbsp This result was obtained analytically by Dorogovtsev Goltsev and Mendes 7 Spectral properties edit The spectral density of BA model has a different shape from the semicircular spectral density of random graph It has a triangle like shape with the top lying well above the semicircle and edges decaying as a power law 8 In 9 Section 5 1 it was proved that the shape of this spectral density is not an exact triangular function by analyzing the moments of the spectral density as a function of the power law exponent Dynamic scaling edit nbsp Generalized degree distribution F q t displaystyle F q t nbsp of the BA model for m 1 displaystyle m 1 nbsp nbsp The same data is plotted in the self similar coordinates t1 2F q N displaystyle t 1 2 F q N nbsp and q t1 2 displaystyle q t 1 2 nbsp and it gives an excellent collapsed revealing that F q t displaystyle F q t nbsp exhibit dynamic scaling By definition the BA model describes a time developing phenomenon and hence besides its scale free property one could also look for its dynamic scaling property In the BA network nodes can also be characterized by generalized degree q displaystyle q nbsp the product of the square root of the birth time of each node and their corresponding degree k displaystyle k nbsp instead of the degree k displaystyle k nbsp alone since the time of birth matters in the BA network We find that the generalized degree distribution F q t displaystyle F q t nbsp has some non trivial features and exhibits dynamic scaling F q t t 1 2ϕ q t1 2 displaystyle F q t sim t 1 2 phi q t 1 2 nbsp It implies that the distinct plots of F q t displaystyle F q t nbsp vs q displaystyle q nbsp would collapse into a universal curve if we plot F q t t1 2 displaystyle F q t t 1 2 nbsp vs q t1 2 displaystyle q t 1 2 nbsp 10 Limiting cases editModel A edit Model A retains growth but does not include preferential attachment The probability of a new node connecting to any pre existing node is equal The resulting degree distribution in this limit is geometric 11 indicating that growth alone is not sufficient to produce a scale free structure Model B edit Model B retains preferential attachment but eliminates growth The model begins with a fixed number of disconnected nodes and adds links preferentially choosing high degree nodes as link destinations Though the degree distribution early in the simulation looks scale free the distribution is not stable and it eventually becomes nearly Gaussian as the network nears saturation So preferential attachment alone is not sufficient to produce a scale free structure The failure of models A and B to lead to a scale free distribution indicates that growth and preferential attachment are needed simultaneously to reproduce the stationary power law distribution observed in real networks 1 Non linear preferential attachment editMain article Non linear preferential attachment The BA model can be thought of as a specific case of the more general non linear preferential attachment NLPA model 12 The NLPA algorithm is identical to the BA model with the attachment probability replaced by the more general form pi kia jkja displaystyle p i frac k i alpha sum j k j alpha nbsp where a displaystyle alpha nbsp is a constant positive exponent If a 1 displaystyle alpha 1 nbsp NLPA reduces to the BA model and is referred to as linear If 0 lt a lt 1 displaystyle 0 lt alpha lt 1 nbsp NLPA is referred to as sub linear and the degree distribution of the network tends to a stretched exponential distribution If a gt 1 displaystyle alpha gt 1 nbsp NLPA is referred to as super linear and a small number of nodes connect to almost all other nodes in the network For both a lt 1 displaystyle alpha lt 1 nbsp and a gt 1 displaystyle alpha gt 1 nbsp the scale free property of the network is broken in the limit of infinite system size However if a displaystyle alpha nbsp is only slightly larger than 1 displaystyle 1 nbsp NLPA may result in degree distributions which appear to be transiently scale free 13 History editPreferential attachment made its first appearance in 1923 in the celebrated urn model of the Hungarian mathematician Gyorgy Polya in 1923 14 The master equation method which yields a more transparent derivation was applied to the problem by Herbert A Simon in 1955 15 in the course of studies of the sizes of cities and other phenomena It was first applied to explain citation frequencies by Derek de Solla Price in 1976 16 Price was interested in the acumulation of citations of scientific papers and the Price model used cumulative advantage his name for preferential attachment to generate a fat tailed distribution In the language of modern citations network Price s model produces a directed network i e the version of the Barabasi Albert model The name preferential attachment and the present popularity of scale free network models is due to the work of Albert Laszlo Barabasi and Reka Albert who discovered that a similar process is present in real networks and applied in 1999 preferential attachment to explain the numerically observed degree distributions on the web 17 See also editBianconi Barabasi model Chinese restaurant process Complex networks Erdos Renyi ER model Price s model Percolation theory Scale free network Small world network Watts and Strogatz modelReferences edit a b c Albert Reka Barabasi Albert Laszlo 2002 Statistical mechanics of complex networks PDF Reviews of Modern Physics 74 47 47 97 arXiv cond mat 0106096 Bibcode 2002RvMP 74 47A CiteSeerX 10 1 1 242 4753 doi 10 1103 RevModPhys 74 47 S2CID 60545 Archived from the original PDF on 2015 08 24 Korn A Schubert A Telcs A 2009 Lobby index in networks Physica A 388 11 2221 2226 arXiv 0809 0514 Bibcode 2009PhyA 388 2221K doi 10 1016 j physa 2009 02 013 S2CID 1119190 a b Fotouhi Babak Rabbat Michael 2013 Degree correlation in scale free graphs The European Physical Journal B 86 12 510 arXiv 1308 5169 Bibcode 2013EPJB 86 510F doi 10 1140 epjb e2013 40920 6 S2CID 7520124 Klemm K Eguiluz V C 2002 Growing scale free networks with small world behavior Physical Review E 65 5 057102 arXiv cond mat 0107607 Bibcode 2002PhRvE 65e7102K doi 10 1103 PhysRevE 65 057102 hdl 10261 15314 PMID 12059755 S2CID 12945422 Bollobas B 2003 Mathematical results on scale free random graphs Handbook of Graphs and Networks pp 1 37 CiteSeerX 10 1 1 176 6988 Albert Reka Barabasi Albert Laszlo Holyst Janusz A 2003 Mean field theory for clustering coefficients in Barabasi Albert networks Phys Rev E 68 4 046126 arXiv cond mat 0306255 Bibcode 2003PhRvE 68d6126F doi 10 1103 PhysRevE 68 046126 PMID 14683021 S2CID 2372695 Dorogovtsev S N Goltsev A V Mendes J F F 25 June 2002 Pseudofractal scale free web Physical Review E 65 6 066122 arXiv cond mat 0112143 Bibcode 2002PhRvE 65f6122D doi 10 1103 PhysRevE 65 066122 PMID 12188798 S2CID 13996254 Farkas I J Derenyi I Barabasi A L Vicsek T 20 July 2001 19 February 2001 Spectra of real world graphs Beyond the semicircle law Physical Review E 64 2 026704 arXiv cond mat 0102335 Bibcode 2001PhRvE 64b6704F doi 10 1103 PhysRevE 64 026704 hdl 2047 d20000692 PMID 11497741 S2CID 1434432 Preciado V M Rahimian A December 2017 Moment Based Spectral Analysis of Random Graphs with a Given Expected Degree Sequence IEEE Transactions on Network Science and Engineering 4 4 215 228 arXiv 1512 03489 doi 10 1109 TNSE 2017 2712064 S2CID 12187100 M K Hassan M Z Hassan and N I Pavel Dynamic scaling data collapseand Self similarity in Barabasi Albert networks J Phys A Math Theor 44 175101 2011 https dx doi org 10 1088 1751 8113 44 17 175101 Pekoz Erol Rollin A Ross N 2012 Total variation and local limit error bounds for geometric approximation Bernoulli Archived from the original on 2015 09 23 Retrieved 2012 10 25 Krapivsky P L Redner S Leyvraz F 20 November 2000 Connectivity of Growing Random Networks Physical Review Letters 85 21 4629 4632 arXiv cond mat 0005139 Bibcode 2000PhRvL 85 4629K doi 10 1103 PhysRevLett 85 4629 PMID 11082613 S2CID 16251662 Krapivsky Paul Krioukov Dmitri 21 August 2008 Scale free networks as preasymptotic regimes of superlinear preferential attachment Physical Review E 78 2 026114 arXiv 0804 1366 Bibcode 2008PhRvE 78b6114K doi 10 1103 PhysRevE 78 026114 PMID 18850904 S2CID 14292535 Albert Laszlo Barabasi 2012 Luck or reason Nature 489 7417 507 508 doi 10 1038 nature11486 PMID 22972190 S2CID 205230706 Simon Herbert A December 1955 On a Class of Skew Distribution Functions Biometrika 42 3 4 425 440 doi 10 1093 biomet 42 3 4 425 Price D J de Solla September 1976 A general theory of bibliometric and other cumulative advantage processes Journal of the American Society for Information Science 27 5 292 306 CiteSeerX 10 1 1 161 114 doi 10 1002 asi 4630270505 S2CID 8536863 Barabasi Albert Laszlo Albert Reka October 1999 Emergence of scaling in random networks PDF Science 286 5439 509 512 arXiv cond mat 9910332 Bibcode 1999Sci 286 509B doi 10 1126 science 286 5439 509 PMID 10521342 S2CID 524106 Archived from the original PDF on 2012 04 17 External links edit This Man Could Rule the World A Java Implementation for Barabasi Albert Generating Barabasi Albert Model Graphs in Code Retrieved from https en wikipedia org w index php title Barabasi Albert model amp oldid 1215608090, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.