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›Small-World and Scale-Free Network Analysis
Process / pipeline

Small-World and Scale-Free Network Analysis

Small-World and Scale-Free Network Analysis (Watts-Strogatz & Barabási-Albert) · Also known as: Küçük Dünya ve Ölçek-Bağımsız Ağ Analizi, small-world network, scale-free network, preferential attachment analysis, power-law degree distribution

Small-world and scale-free network analysis tests whether a real-world network exhibits two landmark topological signatures identified in 1998-1999: the Watts-Strogatz small-world property (high local clustering combined with short average path lengths) and the Barabási-Albert scale-free property (a degree distribution that follows a power law, meaning a small number of hubs connect to a disproportionately large share of other nodes). Together these frameworks transformed network science by showing that many social, biological, and technological networks share a common structural grammar.

ScholarGate
  1. Process / pipeline
  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.

Small-World and Scale-Free Network Analysis
Centrality AnalysisCommunity DetectionExponential Random Graph…Link PredictionNetwork Diffusion ModelsNetwork EmbeddingNetwork Resilience Analy…Stochastic Block ModelTemporal Network Analysis

When to use it

Apply small-world and scale-free network analysis when you have relational data representable as a graph and wish to characterise the global topology of that network rather than the attributes of individual nodes. The method is applicable to cross-sectional or longitudinal network snapshots. It requires at least 30 nodes; power-law fitting becomes unreliable on very small networks. There is no requirement for normally distributed variables — the inputs are node counts and edge lists. The analysis is suited to descriptive and exploratory purposes: it does not, by itself, establish causal direction. If the network is so dense that almost every pair of nodes is connected, the small-world comparison with a random graph loses discriminative power.

Strengths & limitations

Strengths
  • Provides a compact, theory-grounded characterisation of global network topology using only three metrics.
  • Widely applicable across disciplines — social networks, biological networks, infrastructure networks, and citation networks all share these structural properties.
  • The random-graph baseline gives a clear, falsifiable reference point against which small-world and scale-free claims are evaluated.
  • Power-law exponent α is a substantively interpretable quantity that captures the degree of hub dominance.
Limitations
  • Power-law fitting on very small networks (fewer than ~30 nodes) is unreliable because the tail of the degree distribution is too sparse to estimate α accurately.
  • The small-world label is comparative: it requires constructing an appropriate null-model random graph, and the choice of null model affects the conclusion.
  • The analysis characterises structure but does not identify causes; a network can exhibit small-world or scale-free properties for many different generative mechanisms.
  • Very dense networks (where most pairs are connected) yield near-constant path lengths that make the small-world comparison uninformative.

Frequently asked

How do I know if my network is truly scale-free?

Fit a power law to the degree distribution using maximum-likelihood estimation (the Clauset method) and then compare the fit to alternative distributions such as log-normal and exponential using a likelihood-ratio test. A network is reasonably described as scale-free only when the power-law fit is significantly better than the alternatives and the estimated exponent α is in the plausible range of roughly 2 to 3. A straight line on a log-log plot is a necessary but not sufficient condition.

What is the difference between a small-world network and a scale-free network?

They describe different structural properties. A small-world network is one where clustering is high (neighbours tend to know each other) yet average path length between any two nodes is short — comparable to a random graph. A scale-free network is one whose degree distribution follows a power law, implying the existence of highly connected hub nodes. Many real networks are both, but the properties are logically independent: a network can be small-world without being scale-free, and vice versa.

What is a reasonable minimum network size for this analysis?

The registry sets a minimum of 30 nodes. In practice, power-law exponent estimation becomes unreliable when the degree sequence has too few observations in the tail; networks with at least several hundred nodes produce more stable estimates of α. For the small-world metrics, 30 nodes can be sufficient if the network is clearly neither fully connected nor a tree.

Can I apply this analysis to a directed or weighted network?

Yes, with care. For directed networks you can compute in-degree and out-degree distributions separately and use directed versions of average path length. For weighted networks, the clustering coefficient and path length can be adapted using edge weights, though the interpretation of 'small-world' and 'scale-free' becomes more nuanced. Many foundational results were established for undirected, unweighted graphs, so extra care in interpretation is warranted when departing from this setting.

Sources

  1. Watts, D.J. & Strogatz, S.H. (1998). Collective Dynamics of 'Small-World' Networks. Nature, 393(6684), 440-442. DOI: 10.1038/30918 ↗
  2. Barabási, A.L. & Albert, R. (1999). Emergence of Scaling in Random Networks. Science, 286(5439), 509-512. DOI: 10.1126/science.286.5439.509 ↗

How to cite this page

ScholarGate. (2026, June 1). Small-World and Scale-Free Network Analysis (Watts-Strogatz & Barabási-Albert). ScholarGate. https://scholargate.app/en/network-analysis/small-world-scale-free

Related methods

Centrality AnalysisCommunity DetectionExponential Random Graph ModelLink PredictionNetwork Diffusion ModelsNetwork EmbeddingNetwork Resilience AnalysisStochastic Block ModelTemporal Network Analysis

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.

  • Centrality AnalysisNetwork analysis↔ compare
  • Community DetectionNetwork analysis↔ compare
  • Exponential Random Graph ModelNetwork analysis↔ compare
  • Link PredictionNetwork analysis↔ compare
  • Network Diffusion ModelsNetwork analysis↔ compare
  • Network EmbeddingNetwork analysis↔ compare
  • Network Resilience AnalysisNetwork analysis↔ compare
  • Stochastic Block ModelNetwork analysis↔ compare
  • Temporal Network AnalysisNetwork analysis↔ compare
Compare side by side →

Similar methods

Network Resilience AnalysisCentrality AnalysisSocial Network AnalysisModularity AnalysisMultilayer Network AnalysisSocial Media Network AnalysisNetwork Motif AnalysisDegree Centrality

Related reference concepts

Network AnalysisNetwork Analysis in the HumanitiesComputational SociologyStatistical Power and Sample SizeNetwork Formation and Analysis: TheoryGraph and Network Visualization

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

ScholarGate — Small-World and Scale-Free Network Analysis (Small-World and Scale-Free Network Analysis (Watts-Strogatz & Barabási-Albert)). Retrieved 2026-07-20 from https://scholargate.app/en/network-analysis/small-world-scale-free · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originators
Duncan J. Watts & Steven H. Strogatz (small-world, 1998); Albert-László Barabási & Réka Albert (scale-free, 1999)
Year
1998 (small-world); 1999 (scale-free)
Type
Descriptive / exploratory network analysis
KeyMetrics
Clustering coefficient, average shortest path length, degree distribution
DegreeDistribution
Power law: P(k) ~ k^{-α}, with α typically 2–3
MinimumNodes
30
NormalityRequired
No
DifficultyLevel
2
Related methods
Centrality AnalysisCommunity DetectionExponential Random Graph ModelLink PredictionNetwork Diffusion ModelsNetwork EmbeddingNetwork Resilience AnalysisStochastic Block ModelTemporal Network Analysis
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