HOME

TheInfoList



OR:

Price's model (named after the physicist
Derek J. de Solla Price Derek John de Solla Price (22 January 1922 – 3 September 1983) was a British physicist, historian of science, and information scientist. He was known for his investigation of the Antikythera mechanism, an ancient Greek planetary computer, and ...
) is a mathematical model for the growth of
citation network A citation graph (or citation network), in information science and bibliometrics, is a directed graph that describes the citations within a collection of documents. Each vertex (or node) in the graph represents a document in the collection, an ...
s. It was the first model which generalized the
Simon model In applied probability theory, the Simon model is a class of stochastic models that results in a power-law distribution function. It was proposed by Herbert A. Simon to account for the wide range of empirical Frequency distribution, distributions f ...
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 In applied probability theory, the Simon model is a class of stochastic models that results in a power-law distribution function. It was proposed by Herbert A. Simon to account for the wide range of empirical Frequency distribution, distributions f ...
reflecting the concept of rich get richer, also known as the
Matthew effect The Matthew effect of accumulated advantage, Matthew principle, or Matthew effect, is the tendency of individuals to accrue social or economic success in proportion to their initial level of popularity, friends, wealth, etc. It is sometimes summar ...
. 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 A scale-free network is a network whose degree distribution follows a power law, at least asymptotically. That is, the fraction ''P''(''k'') of nodes in the network having ''k'' connections to other nodes goes for large values of ''k'' as : P(k) ...
(although this term was introduced later). His ideas were used to describe many real-world networks such as the
Web Web most often refers to: * Spider web, a silken structure created by the animal * World Wide Web or the Web, an Internet-based hypertext system Web, WEB, or the Web may also refer to: Computing * WEB, a literate programming system created by ...
.


The model


Basics

Considering a directed graph with ''n'' nodes. Let p_k denote the fraction of nodes with degree ''k'' so that \sum_=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 \sum_=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 A price is the (usually not negative) quantity of payment or compensation given by one party to another in return for goods or services. In some situations, the price of production has a different name. If the product is a "good" in the ...
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 : \frac=\frac


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_: : (n+1)p_-np_= p_-(k+1)p_frac\textk\geq 1, and : (n+1)p_-np_=1-p_\frac\textk=0. To obtain a stationary solution for p_=p_=p_k, first let us express p_ using the well-known
master equation In physics, chemistry and related fields, master equations are used to describe the time evolution of a system that can be modelled as being in a probabilistic combination of states at any given time and the switching between states is determined ...
method, as : p_k=\begin p_-(k+1)p_kfrac & \text k\geq 1 \\1-p_0\frac & \text k=0\end After some manipulation, the expression above yields to : p_0=\frac and : p_k=\fracp_0=(1+1/m)\mathbf(k+1,2+1/m), with \mathbf(a,b) being the
Beta-function In theoretical physics, specifically quantum field theory, a beta function, ''β(g)'', encodes the dependence of a coupling parameter, ''g'', on the energy scale, ''μ'', of a given physical process described by quantum field theory. It is ...
. As a consequence, p_k\sim k^. This is identical to saying that p_k follows a
power-law distribution In statistics, a power law is a functional relationship between two quantities, where a relative change in one quantity results in a proportional relative change in the other quantity, independent of the initial size of those quantities: one qua ...
with exponent \alpha=2+1/m. Typically, this places the exponent between 2 and 3, which is the case for many real world networks.
Price A price is the (usually not negative) quantity of payment or compensation given by one party to another in return for goods or services. In some situations, the price of production has a different name. If the product is a "good" in the ...
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 In statistics, a power law is a functional relationship between two quantities, where a relative change in one quantity results in a proportional relative change in the other quantity, independent of the initial size of those quantities: one qua ...
.


Generalization

It is straightforward how to generalize the above results to the case when k_0\neq 1. Basic calculations show that : p_k=\frac\frac, which once more yields to a power law distribution of p_k with the same exponent \alpha=2+k_0/m for large ''k'' and fixed k_0.


Properties

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 A citation graph (or citation network), in information science and bibliometrics, is a directed graph that describes the citations within a collection of documents. Each vertex (or node) in the graph represents a document in the collection, an ...
application which motivated Price. This means that the Price model produces a
directed acyclic graph In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it consists of vertices and edges (also called ''arcs''), with each edge directed from one ...
and these networks have distinctive properties. For example, in a
directed acyclic graph In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it consists of vertices and edges (also called ''arcs''), with each edge directed from one ...
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)


Notes

For further discussion, see, and.Krapivsky, P. L. and Redner, S., ''Rate equation approach for growing networks'', in R. Pastor-Satorras and J. Rubi (eds.), Proceedings of the XVIII Sitges Conference on Statistical Mechanics, Lecture Notes in Physics, Springer, Berlin (2003).
Price A price is the (usually not negative) quantity of payment or compensation given by one party to another in return for goods or services. In some situations, the price of production has a different name. If the product is a "good" in the ...
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.


References


Sources

* {{cite journal , last=Newman , first=M. E. J. , title=The Structure and Function of Complex Networks , journal=SIAM Review , volume=45 , issue=2 , year=2003 , issn=0036-1445 , doi=10.1137/s003614450342480 , pages=167–256, arxiv=cond-mat/0303516 , bibcode=2003SIAMR..45..167N , s2cid=221278130 Mathematical modeling Networks