Rahul Sharma (Editor)

Price's model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Price's model (named after the physicist Derek J. de Solla Price) is a mathematical model for the growth of citation networks. It was the first model which generalized the Simon model to be used for networks, especially for growing networks. Price's model belongs to the broader class of network growing models (together with the highly influential Barabási–Albert model) whose primary target is to explain the origination of networks with strongly skewed degree distributions. The model picked up the ideas of the Simon model reflecting the concept of rich get richer, also known as the Matthew effect. Price took the example of a network of citations between scientific papers and expressed its properties. His idea was that the way how an old vertex (existing paper) gets new edges (new citations) should be proportional to the number of existing edges (existing citations) the vertex already has. This was referred to as cumulative advantage, now also known as preferential attachment. Price's work is also significant in providing the first known example of a scale-free network (although it was named later). His ideas were used to describe many real-world networks such as the Web.

Contents

Basics

Consider a directed graph with n nodes. Let p k denote the fraction of nodes with k degrees with k p k = 1 . Each new node has a given out-degree (namely those papers it cites) and it is fixed in the long run. This does not mean that the out-degrees can not vary across nodes, simply we assume that the mean out-degree m is fixed over time. It is clear, that k k p k = m , consequently m is not restricted to integers. The most trivial form of preferential attachment means that a new node connects to an existing node proportionally to its in-degrees. In other words, a new paper cites an existing paper in proportional to its in-degrees. The caveat of such idea is that no new paper is cited when it is joined to the network so it is going to have zero probability of being cited in the future (which necessarily is not how it happens). To overcome this, Price proposed that an attachment should be proportional to some k + k 0 with k 0 constant. In general k 0 can be arbitrary, yet Price proposes a k 0 = 1 , in that way an initial citation is associated with the paper itself (so the proportionality factor is now k + 1 instead of k). The probability of a new edge connecting to any node with a degree k is

( k + 1 ) p k k ( k + 1 ) p k = ( k + 1 ) p k m + 1

Evolution of the network

The next question is the net change in the number of nodes with degree k when we add new nodes to the network. Naturally, this number is decreasing, as some k-degree nodes have new edges, hence becoming (k + 1)-degree nodes; but on the other hand this number is also increasing, as some (k − 1)-degree nodes might get new edges, becoming k degree nodes. To express this net change formally, let us denote the fraction of k-degree nodes at a network of n vertices with p k , n :

( n + 1 ) p k , n + 1 n p k , n = [ k p k 1 , n ( k + 1 ) p k , n ] m m + 1  for  k 1 ,

and

( n + 1 ) p 0 , n + 1 n p 0 , n = 1 p 0 , n m m + 1  for  k = 0.

To obtain a stationary solution for p k , n + 1 = p k , n = p k , first let us express p k using the well-known master equation method, as

p k = { [ k p k 1 ( k + 1 ) p k ] m m + 1 for  k 1 1 p 0 m m + 1 for  k = 0

After some manipulation, the expression above yields to

p 0 = m + 1 2 m + 1

and

p k = k ! ( k + 2 + 1 / m ) ( 3 + 1 / m ) p 0 = ( 1 + 1 / m ) B ( k + 1 , 2 + 1 / m ) ,

with B ( a , b ) being the Beta-function. As a consequence, p k k ( 2 + 1 / m ) . This is identical to saying that p k follows a power-law distribution with exponent α = 2 + 1 / m . Typically, this places the exponent between 2 and 3, which is the case for many real world networks. Price tested his model by comparing to the citation network data and concluded that the resulting m is feasible to produce a sufficiently good power-law distribution.

Generalization

It is straightforward how to generalize the above results to the case when k 0 1 . Basic calculations show that

p k = m + k 0 m ( k 0 + 1 ) + k 0 B ( k + k 0 , 2 + k 0 / m ) B ( k 0 , 2 + k 0 / m ) ,

which once more yields to a power law distribution of p k with the same exponent α = 2 + k 0 / m for large k and fixed k 0 .

References

Price's model Wikipedia