HOME

TheInfoList



OR:

Assortativity, or
assortative mixing In the study of complex networks, assortative mixing, or assortativity, is a bias in favor of connections between network nodes with similar characteristics. In the specific case of social networks, assortative mixing is also known as homophily. ...
is a preference for a network's nodes to attach to others that are similar in some way. Though the specific
measure of similarity In statistics and related fields, a similarity measure or similarity function or similarity metric is a real-valued function that quantifies the similarity between two objects. Although no single definition of a similarity exists, usually such meas ...
may vary, network theorists often examine assortativity in terms of a node's
degree Degree may refer to: As a unit of measurement * Degree (angle), a unit of angle measurement ** Degree of geographical latitude ** Degree of geographical longitude * Degree symbol (°), a notation used in science, engineering, and mathematics ...
. 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 A social network is a social structure made up of a set of social actors (such as individuals or organizations), sets of dyadic ties, and other social interactions between actors. The social network perspective provides a set of methods for a ...
, nodes tend to be connected with other nodes with similar degree values. This tendency is referred to as
assortative mixing In the study of complex networks, assortative mixing, or assortativity, is a bias in favor of connections between network nodes with similar characteristics. In the specific case of social networks, assortative mixing is also known as homophily. ...
, 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

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 In statistics, the Pearson correlation coefficient (PCC, pronounced ) ― also known as Pearson's ''r'', the Pearson product-moment correlation coefficient (PPMCC), the bivariate correlation, or colloquially simply as the 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. The ''assortativity coefficient'' is given by r = \frac. The term q_ is the distribution of the ''remaining degree''. This captures the number of edges leaving the node, other than the one that connects the pair. The distribution of this term is derived from the degree distribution p_ as q_ = \frac. Finally, e_ refers to the joint probability distribution of the remaining degrees of the two vertices. This quantity is symmetric on an undirected graph, and follows the sum rules \sum_ = 1\, and \sum_ = q_\,. In a Directed graph, in-assortativity (r( \text, \text)) and out-assortativity (r( \text, \text)) 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, \text), r( \text, \text), r( \text, \text), and r( \text, \text). Let (\alpha,\beta), be one of the ''in''/''out'' word pairs (e.g. (\alpha,\beta)=(\text,\text)). 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^_i be the \alpha-degree of the source (i.e. ''tail'') node vertex of the edge, and k^_i be the \beta-degree of the target (i.e. ''head'') node of edge i. We indicate average values with bars, so that \bar, and \bar 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.


Neighbor connectivity

Another means of capturing the degree correlation is by examining the properties of \langle k_ \rangle, or the average degree of neighbors of a node with degree ''k''. This term is formally defined as: \langle k_ \rangle = \sum_, where P(k', k) is the
conditional probability In probability theory, conditional probability is a measure of the probability of an event occurring, given that another event (by assumption, presumption, assertion or evidence) has already occurred. This particular method relies on event B occu ...
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 Where j is the excess degree of a particular node and \overline 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, _d=\ \frac Where j_ is the out-degree of the node under consideration and j_ is the in-degree, _ is the average in-degree of its neighbors (to which node v} has an edge) and _ is the average out-degree of its neighbors (from which node v has an edge).^_q\ \ne 0,\ ^_q\ \ne 0. By including the scaling terms ^_q and ^_q , we ensure that the equation for local assortativity for a directed network satisfies the condition r_d=\ \sum^N_. 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: # the
random graph In mathematics, random graph is the general term to refer to probability distributions over graphs. Random graphs may be described simply by a probability distribution, or by a random process which generates them. The theory of random graphs ...
of Erdős and Rényi #
BA Model BA, Ba, or ba may refer to: Businesses and organizations * Bangladesh Army * Bibliotheca Alexandrina, an Egyptian library and cultural center * Boeing (NYSE stock symbol BA) * Booksellers Association of the UK and Ireland * Boston Acoustics, ...
(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), we have r \to 0 as (\log^2 N)/N in the limit of large 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, 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.


See also

*
Assortative mixing In the study of complex networks, assortative mixing, or assortativity, is a bias in favor of connections between network nodes with similar characteristics. In the specific case of social networks, assortative mixing is also known as homophily. ...
*
Preferential attachment A preferential attachment process is any of a class of processes in which some quantity, typically some form of wealth or credit, is distributed among a number of individuals or objects according to how much they already have, so that those who ...
*
Homophily Homophily () is a concept in sociology describing the tendency of individuals to associate and bond with similar others, as in the proverb "". The presence of homophily has been discovered in a vast array of network studies: over have observed ...
*
Structural cut-off The structural cut-off is a concept in network science which imposes a degree cut-off in the degree distribution of a finite size network due to structural limitations (such as the simple graph property). Networks with vertices with degree higher ...
*
Rich-club coefficient The rich-club coefficient is a metric on graphs and networks, designed to measure the extent to which well-connected nodes also connect to each other. Networks which have a relatively high rich-club coefficient are said to demonstrate the rich-c ...


References

Networks Network theory