In
graph theory
In mathematics, graph theory is the study of '' graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conn ...
, eigenvector centrality (also called eigencentrality or prestige score
) is a measure of the influence of a
node
In general, a node is a localized swelling (a "knot") or a point of intersection (a vertex).
Node may refer to:
In mathematics
* Vertex (graph theory), a vertex in a mathematical graph
* Vertex (geometry), a point where two or more curves, line ...
in a
network. Relative scores are assigned to all nodes in the network based on the concept that connections to high-scoring nodes contribute more to the score of the node in question than equal connections to low-scoring nodes. A high eigenvector score means that a node is connected to many nodes who themselves have high scores.
Google
Google LLC () is an American Multinational corporation, multinational technology company focusing on Search Engine, search engine technology, online advertising, cloud computing, software, computer software, quantum computing, e-commerce, ar ...
's
PageRank
PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder Larry Page. PageRank is a way of measuring the importance of website pages. Accordi ...
and the
Katz centrality are variants of the eigenvector centrality.
Using the adjacency matrix to find eigenvector centrality
For a given graph
with
vertices let
be the
adjacency matrix
In graph theory and computer science, an adjacency matrix is a square matrix used to represent a finite graph. The elements of the matrix indicate whether pairs of vertices are adjacent or not in the graph.
In the special case of a finite simple ...
, i.e.
if vertex
is linked to vertex
, and
otherwise. The relative centrality score,
, of vertex
can be defined as:
:
where
is the set of neighbors of
and
is a constant. With a small rearrangement this can be rewritten in vector notation as the
eigenvector
In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denote ...
equation
:
In general, there will be many different
eigenvalues
In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
for which a non-zero eigenvector solution exists. However, the additional requirement that all the entries in the eigenvector be non-negative implies (by the
Perron–Frobenius theorem) that only the greatest eigenvalue results in the desired centrality measure. The
component of the related eigenvector then gives the relative centrality score of the vertex
in the network. The eigenvector is only defined up to a common factor, so only the ratios of the centralities of the vertices are well defined. To define an absolute score, one must normalise the eigenvector e.g. such that the sum over all vertices is 1 or the total number of vertices ''n''.
Power iteration is one of many
eigenvalue algorithms that may be used to find this dominant eigenvector.
Furthermore, this can be generalized so that the entries in ''A'' can be real numbers representing connection strengths, as in a
stochastic matrix.
Normalized eigenvector centrality scoring
Google
Google LLC () is an American Multinational corporation, multinational technology company focusing on Search Engine, search engine technology, online advertising, cloud computing, software, computer software, quantum computing, e-commerce, ar ...
's
PageRank
PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder Larry Page. PageRank is a way of measuring the importance of website pages. Accordi ...
is based on the normalized eigenvector centrality, or normalized prestige, combined with a random jump assumption.
The PageRank of a node
has recursive dependence on the PageRank of other nodes that point to it. The normalized adjacency matrix ''
'' is defined as:
where
is the
out-degree of node
, or in vector form:
:
,
where
is the vector of ones, and
is the diagonal matrix of vector
.
is a row-stochastic matrix.
The normalized eigenvector prestige score is defined as:
:
or in vector form,
:
Applications
Eigenvector centrality is a measure of the influence a node has on a network. If a node is pointed to by many nodes (which also have high eigenvector centrality) then that node will have high eigenvector centrality.
[
]
The earliest use of eigenvector centrality is by
Edmund Landau
Edmund Georg Hermann Landau (14 February 1877 – 19 February 1938) was a German mathematician who worked in the fields of number theory and complex analysis.
Biography
Edmund Landau was born to a Jewish family in Berlin. His father was Leopo ...
in an 1895 paper on scoring chess tournaments.
More recently, researchers across many fields have analyzed applications, manifestations, and extensions of eigenvector centrality in a variety of domains:
* Eigenvector centrality is the unique measure satisfying certain natural
axioms
An axiom, postulate, or assumption is a statement that is taken to be true, to serve as a premise or starting point for further reasoning and arguments. The word comes from the Ancient Greek word (), meaning 'that which is thought worthy or ...
for a ranking system.
* In
neuroscience
Neuroscience is the science, scientific study of the nervous system (the brain, spinal cord, and peripheral nervous system), its functions and disorders. It is a Multidisciplinary approach, multidisciplinary science that combines physiology, an ...
, the eigenvector centrality of a
neuron
A neuron, neurone, or nerve cell is an membrane potential#Cell excitability, electrically excitable cell (biology), cell that communicates with other cells via specialized connections called synapses. The neuron is the main component of nervous ...
in a model neural network has been found to correlate with its relative firing rate.
* Eigenvector centrality and related concepts have been used to model opinion influence in sociology and economics, as in the
DeGroot learning model.
* The definition of eigenvector centrality has been extended to multiplex or multilayer networks.
* In a study using data from the Philippines, researchers showed how political candidates' families had disproportionately high eigenvector centrality in local intermarriage networks.
* Eigenvector centrality has been extensively applied to study economic outcomes, including cooperation in social networks.
In economic
public goods
In economics, a public good (also referred to as a social good or collective good)Oakland, W. H. (1987). Theory of public goods. In Handbook of public economics (Vol. 2, pp. 485-535). Elsevier. is a good that is both non-excludable and non-ri ...
problems, a person's eigenvector centrality can be interpreted as how much that person's preferences influence an efficient social outcome.
See also
*
Centrality
In graph theory and network analysis, indicators of centrality assign numbers or rankings to nodes within a graph corresponding to their network position. Applications include identifying the most influential person(s) in a social network, k ...
References
{{Reflist
Graph theory
Network analysis