Small-world networks tend to contain
cliques, and near-cliques, meaning sub-networks which have connections between almost any two nodes within them. This follows from the defining property of a high
clustering coefficient. Secondly, most pairs of nodes will be connected by at least one short path. This follows from the defining property that the mean-shortest path length be small. Several other properties are often associated with small-world networks. Typically there is an over-abundance of
hubs – nodes in the network with a high number of connections (known as high
degree nodes). These hubs serve as the common connections mediating the short path lengths between other edges. By analogy, the small-world network of airline flights has a small mean-path length (i.e. between any two cities you are likely to have to take three or fewer flights) because many flights are routed through
hub cities. This property is often analyzed by considering the fraction of nodes in the network that have a particular number of connections going into them (the degree distribution of the network). Networks with a greater than expected number of hubs will have a greater fraction of nodes with high degree, and consequently the degree distribution will be enriched at high degree values. This is known colloquially as a
fat-tailed distribution. Graphs of very different topology qualify as small-world networks as long as they satisfy the two definitional requirements above. Network small-worldness has been quantified by a small-coefficient, \sigma, calculated by comparing clustering and path length of a given network to an
Erdős–Rényi model with same degree on average. :\sigma = \frac \frac C {C_r} \frac L {L_r} :if \sigma > 1 (C \gg C_r and L \approx {L_r}), network is small-world. However, this metric is known to perform poorly because it is heavily influenced by the network's size. :\omega = \frac{L_r} L - \frac C {C_\ell} Where the characteristic path length
L and clustering coefficient
C are calculated from the network you are testing,
Cℓ is the clustering coefficient for an equivalent lattice network and
Lr is the characteristic path length for an equivalent random network. Still another method for quantifying small-worldness normalizes both the network's clustering and path length relative to these characteristics in equivalent lattice and random networks. The Small World Index (SWI) is defined as : \text{SWI} = \frac{L-L_\ell}{L_r-L_\ell}\times\frac{C-C_r}{C_\ell-C_r} Both
ω′ and SWI range between 0 and 1, and have been shown to capture aspects of small-worldness. However, they adopt slightly different conceptions of ideal small-worldness. For a given set of constraints (e.g. size, density, degree distribution), there exists a network for which
ω′ = 1, and thus
ω aims to capture the extent to which a network with given constraints as small worldly as possible. In contrast, there may not exist a network for which SWI = 1, thus SWI aims to capture the extent to which a network with given constraints approaches the theoretical small world ideal of a network where
C ≈
Cℓ and
L ≈
Lr. ==Examples of small-world networks==