Skip to content
Surf Wiki
Save to docs
general/networks

From Surf Wiki (app.surf) — the open knowledge base

Assortativity

Tendency for similar nodes to be connected

Assortativity

Summary

Tendency for similar nodes to be connected

Assortativity, or assortative mixing, is a preference for a network's nodes to attach to others that are similar in some way. Though the specific measure of similarity may vary, network theorists often examine assortativity in terms of a node's degree. The addition of this characteristic to network models more closely approximates the behaviors of many real world networks.

Correlations between nodes of similar degree are often found in the mixing patterns of many observable networks. For instance, in social networks, nodes tend to be connected with other nodes with similar degree values. This tendency is referred to as assortative mixing, or assortativity. On the other hand, technological and biological networks typically show disassortative mixing, or disassortativity, as high degree nodes tend to attach to low degree nodes.

Measurement

url-status=live}}</ref>

Assortativity is often operationalized as a correlation between two nodes. However, there are several ways to capture such a correlation. The two most prominent measures are the assortativity coefficient and the neighbor connectivity. These measures are outlined in more detail below.

Assortativity coefficient

The assortativity coefficient is the Pearson correlation coefficient of degree between pairs of linked nodes. Positive values of r indicate a correlation between nodes of similar degree, while negative values indicate relationships between nodes of different degree. In general, r lies between -1 and 1. When r = 1, the network is said to have perfect assortative mixing patterns, when r = 0 the network is non-assortative, while at r = -1 the network is completely disassortative.

For undirected networks, the assortativity coefficient can be written as

:r = \frac{\sum_{j,k} jk,\bigl(e_{jk} - q_j q_k \bigr)}{\sigma_q^2}.

In this expression, the indices j and k denote possible values of the remaining degree, which is defined as the degree of a node minus one (i.e., the number of edges leaving a node other than the edge currently under consideration).

The quantity q_k is the probability that a randomly chosen end of an edge is attached to a node with remaining degree k. Because nodes with higher degree contribute proportionally more edge ends, q_k is derived from the degree distribution p_k as

:q_k = \frac{(k+1)p_{k+1}}{\sum_{j} j,p_j}.

The term e_{jk} is the joint probability distribution of the remaining degrees at the two ends of a randomly chosen edge. It is obtained by examining all edges in the network, counting how often the pair (j,k) of remaining degrees occurs, and normalizing these counts so that

:\sum_{j,k} e_{jk} = 1.

By construction, the marginals of e_{jk} reproduce the distribution q_k

:\sum_j e_{jk} = q_k.

With these definitions, the expression above is exactly the Pearson correlation coefficient of the remaining degrees at the endpoints of edges.

In a directed graph, in-assortativity (r( \text{in}, \text{in})) and out-assortativity (r( \text{out}, \text{out})) measure the tendencies of nodes to connect with other nodes that have similar in and out degrees as themselves, respectively. Extending this further, four types of assortativity can be considered (see ). Adopting the notation of that article, it is possible to define four metrics r( \text{in}, \text{in}), r( \text{in}, \text{out}), r( \text{out}, \text{in}), and r( \text{out}, \text{out}). Let (\alpha,\beta), be one of the in/out word pairs (e.g. (\alpha,\beta)=(\text{out},\text{in})). Let E be the number of edges in the network. Suppose we label the edges of the network 1,\ldots,E. Given edge i, let j^{\alpha}_i be the \alpha-degree of the source (i.e. tail) node vertex of the edge, and k^{\beta}_i be the \beta-degree of the target (i.e. head) node of edge i. We indicate average values with bars, so that \bar{j^\alpha}, and \bar{k^\beta} are the average \alpha-degree of sources, and \beta-degree of targets, respectively; averages being taken over the edges of the network. Finally, we have

r(\alpha,\beta)=\frac{\sum_i (j^\alpha_i-\bar{j^\alpha})(k^\beta_i-\bar{k^\beta})}{ \sqrt{\sum_i (j^\alpha_i-\bar{j^\alpha})^2} \sqrt{\sum_i (k^\beta_i-\bar{k^\beta})^2} }.

Neighbor connectivity

Another means of capturing the degree correlation is by examining the properties of \langle k_{nn} \rangle, or the average degree of neighbors of a node with degree k. This term is formally defined as: \langle k_{nn} \rangle = \sum_{k'}{k'P(k'|k)}, where P(k'|k) is the conditional probability that an edge of node with degree k points to a node with degree ''k'''. If this function is increasing, the network is assortative, since it shows that nodes of high degree connect, on average, to nodes of high degree. Alternatively, if the function is decreasing, the network is disassortative, since nodes of high degree tend to connect to nodes of lower degree. The function can be plotted on a graph (see Fig. 2) to depict the overall assortativity trend for a network.

Local assortativity

In assortative networks, there could be nodes that are disassortative and vice versa. A local assortative measure is required to identify such anomalies within networks. Local assortativity is defined as the contribution that each node makes to the network assortativity. Local assortativity in undirected networks is defined as,

\rho = \frac{j\ \left(j+1\right)\left(\overline{k}-\ {\mu }_q\right)}{2M{\sigma }^2_q}

Where j is the excess degree of a particular node and \overline{k} is the average excess degree of its neighbors and M is the number of links in the network.

Respectively, local assortativity for directed networks is a node's contribution to the directed assortativity of a network. A node's contribution to the assortativity of a directed network r_d is defined as, {\rho }d=\ \frac^2\left({\overline{k}}{in}-\ {\mu }^{in}q\right)+\ {j{in}}^2\left({\overline{k}}_{out}-\ {\mu }^{out}_q\right)}{2\ M{\sigma }^{in}_q{\sigma }^{out}_q}

Where j_{out} is the out-degree of the node under consideration and j_{in} is the in-degree, {\overline{k}}{in} is the average in-degree of its neighbors (to which node v} has an edge) and {\overline{k}}{out} is the average out-degree of its neighbors (from which node v has an edge).{\sigma }^{in}_q\ \ne 0,\ {\ \sigma }^{out}_q\ \ne 0.

By including the scaling terms {\sigma }^{in}_q and {\ \sigma }^{out}q , we ensure that the equation for local assortativity for a directed network satisfies the condition r_d=\ \sum^N{i=1}{{\rho }_d}.

Further, based on whether the in-degree or out-degree distribution is considered, it is possible to define local in-assortativity and local out-assortativity as the respective local assortativity measures in a directed network.

Assortative mixing patterns of real networks

The assortative patterns of a variety of real world networks have been examined. For instance, Fig. 3 lists values of r for a variety of networks. Note that the social networks (the first five entries) have apparent assortative mixing. On the other hand, the technological and biological networks (the middle six entries) all appear to be disassortative. It has been suggested that this is because most networks have a tendency to evolve, unless otherwise constrained, towards their maximum entropy state—which is usually disassortative.

The table also has the value of r calculated analytically for two models of networks:

  1. the random graph of Erdős and Rényi
  2. BA Model (Barabási-Albert model)

In the ER model, since edges are placed at random without regard to vertex degree, it follows that r = 0 in the limit of large graph size. The scale-free BA model also holds this property. For the BA model in the special case of m=1 (where each incoming node attaches to only one of the existing nodes with a degree-proportional probability), a more precise result is known: as N (the number of vertices) tends to infinity, r approaches 0 at the same rate as (\log^2 N)/N.

Application

The properties of assortativity are useful in the field of epidemiology, since they can help understand the spread of disease or cures. For instance, the removal of a portion of a network's vertices may correspond to curing, vaccinating, or quarantining individuals or cells. Since social networks demonstrate assortative mixing, diseases targeting high degree individuals are likely to spread to other high degree nodes. Alternatively, within the cellular network—which, as a biological network is likely dissortative—vaccination strategies that specifically target the high degree vertices may quickly destroy the epidemic network.

Structural disassortativity

Main article: structural cut-off

The basic structure of a network can cause these measures to show disassortativity, which is not representative of any underlying assortative or disassortative mixing. Special caution must be taken to avoid this structural disassortativity.

References

References

  1. Newman, M. E. J.. (27 February 2003). "Mixing patterns in networks". Physical Review E.
  2. Newman, M. E. J.. (28 October 2002). "Assortative Mixing in Networks". Physical Review Letters.
  3. (2005). "Changing correlations in networks: assortativity and dissortativity". Acta Physica Polonica B.
  4. (2008). "Assortative mixing in directed biological networks". IEEE/ACM Transactions on Computational Biology and Bioinformatics.
  5. Foster, Jacob. (June 2010). "Edge direction and the structure of networks". Proceedings of the National Academy of Sciences.
  6. (2001). "Dynamical and Correlation Properties of the Internet". Physical Review Letters.
  7. (2008). "Local assortativeness in scale-free networks". EPL (Europhysics Letters).
  8. (11 March 2010). "Entropic Origin of Disassortativity in Complex Networks". Physical Review Letters.
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Assortativity — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report