Price's model (named after the physicist Derek J. de Solla Price) is a mathematical model for the growth of citation networks.[1] It was the first model which generalized the Simon model[2] to be used for networks, especially for growing networks. Price's model belongs to the broader class of network growing models (together with the 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 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 this term was introduced later). His ideas were used to describe many real-world networks such as the Web.
Considering a directed graph with n nodes. Let
pk
\sumk{pk}=1
\sumk{kpk}=m
k+k0
k0
k0
k0=1
(k+1)pk | = | |
\sumk(k+1)pk |
(k+1)pk | |
m+1 |
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
pk,n
(n+1)pk,n+1-npk,n=[kpk-1,n-(k+1)pk,n]
m | |
m+1 |
fork\geq1,
and
(n+1)p0,n+1-np0,n=1-p0,n
m | |
m+1 |
fork=0.
To obtain a stationary solution for
pk,n+1=pk,n=pk
pk
pk=\begin{cases}[kpk-1
-(k+1)p | ||||
|
&fork\geq1
\\1-p | ||||
|
&fork=0\end{cases}
After some manipulation, the expression above yields to
p | ||||
|
and
p | ||||
|
p0=(1+1/m)B(k+1,2+1/m),
with
B(a,b)
pk\simk-(2+1/m)
pk
\alpha=2+1/m
It is straightforward how to generalize the above results to the case when
k0 ≠ 1
p | ||||
|
B(k+k0,2+k0/m) | |
B(k0,2+k0/m) |
,
which once more yields to a power law distribution of
pk
\alpha=2+k0/m
k0
The key difference from the more recent Barabási–Albert model is that the Price model produces a graph with directed edges while the Barabási–Albert model is the same model but with undirected edges. The direction is central to the citation network application which motivated Price. This means that the Price model produces a directed acyclic graph and these networks have distinctive properties.
For example, in a directed acyclic graph both longest paths and shortest paths are well defined. In the Price model the length of the longest path from the n-th node added to the network to the first node in the network, scales as
ln(n)
For further discussion, see,[3] [4] and.[5] [6] Price was able to derive these results but this was how far he could get with it, without the provision of computational resources. Fortunately, much work dedicated to preferential attachment and network growth has been enabled by recent technological progress.