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, an ...
) 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 (graph theory), vertex (or Vertex (graph theory), node) in the gra ...
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
The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the World ...
) 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
"The rich get richer and the poor get poorer" is an aphorism due to Percy Bysshe Shelley. In '' A Defence of Poetry'' (1821, not published until 1840) Shelley remarked that the promoters of utility had exemplified the saying, "To him that hath, ...
, 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
A preferential attachment process is any of a class of processes in which some quantity, typically some form of wealth or credit, is distributed among a number of individuals or objects according to how much they already have, so that those who ...
, 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
denote the fraction of nodes with degree ''k'' so that
. 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
, 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 c ...
proposed that an attachment should be proportional to some
with
constant. In general
can be arbitrary, yet Price proposes a
, 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
:
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
:
:
and
:
To obtain a stationary solution for
, first let us express
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 determine ...
method, as
:
After some manipulation, the expression above yields to
:
and
:
with
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 de ...
. As a consequence,
. This is identical to saying that
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 q ...
with exponent
. 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 c ...
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 q ...
.
Generalization
It is straightforward how to generalize the above results to the case when
. Basic calculations show that
:
which once more yields to a power law distribution of
with the same exponent
for large ''k'' and fixed
.
Properties
The key difference from the more recent
Barabási–Albert model
The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the World ...
is that the Price model produces a graph with directed edges while the
Barabási–Albert model
The Barabási–Albert (BA) model is an algorithm for generating random scale-free network, scale-free complex network, networks using a preferential attachment mechanism. Several natural and human-made systems, including the Internet, the World ...
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 (graph theory), vertex (or Vertex (graph theory), node) in the gra ...
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 ve ...
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 ve ...
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
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 c ...
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