Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Network analysis›Directed Eigenvector Centrality
Machine learningNetwork science

Directed Eigenvector Centrality

Directed Eigenvector Centrality (Asymmetric Influence Scoring on Directed Graphs) · Also known as: directed EC, asymmetric eigenvector centrality, right eigenvector centrality, left eigenvector centrality

Directed eigenvector centrality extends the classic eigenvector centrality to directed graphs by scoring each node according to the centrality of the nodes that point to it (in-direction) or that it points to (out-direction). A node earns a high score not merely by having many connections but by being connected to other highly central nodes, capturing asymmetric influence in citation networks, social hierarchies, and information flows.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Directed Eigenvector Centrality
Directed Betweenness Cen…Directed Closeness Centr…Directed PageRankDirected Social Network…Eigenvector Centrality

When to use it

Use directed eigenvector centrality when ties are inherently asymmetric — citations, follower/following, funding flows, or food webs — and you want to rank nodes by the quality, not just the quantity, of their incoming or outgoing connections. It is especially appropriate for identifying authoritative sources in citation or web networks. Avoid it on networks with many sink nodes or without a dominant strongly connected component, because the eigenvector may be zero for large portions of the graph; in those cases PageRank (which adds a teleportation correction) is more robust. Also avoid on small networks (fewer than ~30 nodes) where eigenvalue instability makes scores unreliable.

Strengths & limitations

Strengths
  • Captures recursive, quality-weighted influence: connecting to well-connected nodes amplifies your own score.
  • Separates prestige (who cites you) from influence (whom you cite) via right and left eigenvectors.
  • Computationally efficient via power iteration even on large sparse directed graphs.
  • Natural generalisation of the widely understood eigenvector centrality concept to directed settings.
  • Applicable to weighted directed graphs by using the weighted adjacency matrix directly.
Limitations
  • Ill-defined or zero scores for sink nodes and nodes outside the largest strongly connected component.
  • Sensitive to network boundary decisions: which nodes and edges are included strongly affects scores.
  • Does not account for path length or geodesic distance, only recursive neighbourhood influence.
  • Left and right eigenvector interpretations require explicit documentation to avoid confusion in reporting.

Frequently asked

What is the difference between directed eigenvector centrality and PageRank?

Both rank nodes by the quality of their in-neighbours, but PageRank adds a damping factor (teleportation probability) that redistributes score from sink nodes back to the whole graph, making it well-defined on any directed graph. Directed eigenvector centrality is the cleaner theoretical formulation but requires a dominant strongly connected component to be meaningful.

Should I use the right or the left eigenvector?

The right eigenvector scores nodes by the centrality of nodes pointing to them (prestige/authority). The left eigenvector scores nodes by the centrality of nodes they point to (influence/hub). Report both when in-direction and out-direction roles are both theoretically relevant.

My network has isolated or sink nodes — will scores be valid?

Sink nodes (zero out-degree) and isolated components often receive zero or near-zero eigenvector scores regardless of their position, which is a structural artefact. Restrict analysis to the largest strongly connected component or switch to PageRank before interpreting rankings.

How does directed eigenvector centrality differ from in-degree centrality?

In-degree counts raw incoming ties. Directed eigenvector centrality weights each incoming tie by the score of its source, so a single endorsement from a high-prestige node counts more than many endorsements from low-prestige nodes. Use it when the quality of connections matters, not just the count.

Is directed eigenvector centrality appropriate for weighted networks?

Yes — replace the binary adjacency matrix with the weighted adjacency matrix. Scores then reflect both the number and strength of directed connections, which is especially useful in co-authorship, trade, or communication networks where tie weights carry substantive meaning.

Sources

  1. Bonacich, P. (1987). Power and centrality: A family of measures. American Journal of Sociology, 92(5), 1170–1182. DOI: 10.1086/228631 ↗
  2. Eigenvector centrality. Wikipedia. link ↗

How to cite this page

ScholarGate. (2026, June 3). Directed Eigenvector Centrality (Asymmetric Influence Scoring on Directed Graphs). ScholarGate. https://scholargate.app/en/network-analysis/directed-eigenvector-centrality

Related methods

Directed Betweenness CentralityDirected Closeness CentralityDirected PageRankDirected Social Network AnalysisEigenvector Centrality

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Directed Betweenness CentralityNetwork analysis↔ compare
  • Directed Closeness CentralityNetwork analysis↔ compare
  • Directed PageRankNetwork analysis↔ compare
  • Directed Social Network AnalysisNetwork analysis↔ compare
  • Eigenvector CentralityNetwork analysis↔ compare
Compare side by side →

Referenced by

Directed Betweenness CentralityDirected Closeness Centrality

Similar methods

Eigenvector CentralityWeighted Eigenvector CentralityDynamic Eigenvector CentralityDegree CentralityDirected PageRankDirected Closeness CentralityDirected Betweenness CentralityTemporal Eigenvector Centrality

Related reference concepts

PageRank and HITS AlgorithmsEigenvalue and EigenvectorGraph and Network VisualizationNetwork AnalysisNetwork Analysis in the HumanitiesWeb Search and Link Analysis

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Directed Eigenvector Centrality (Directed Eigenvector Centrality (Asymmetric Influence Scoring on Directed Graphs)). Retrieved 2026-07-21 from https://scholargate.app/en/network-analysis/directed-eigenvector-centrality · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Bonacich, P.
Year
1972–1987
Type
Centrality measure (eigenvector-based, directed)
DataType
Directed adjacency matrix / asymmetric graph
Subfamily
Network science
Related methods
Directed Betweenness CentralityDirected Closeness CentralityDirected PageRankDirected Social Network AnalysisEigenvector Centrality
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account