Ilmu Komputer    
   
Daftar Isi
(Sebelumnya) Associative model of dataAstro (Malaysian satellite tel ... (Berikutnya)

Assortativity

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.[1] 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, highly connected nodes tend to be connected with other high degree nodes. This tendency is referred to as assortative mixing, or assortativity. On the other hand, technological and biological networks typically show disassortative mixing, or dissortativity, as high degree nodes tend to attach to low degree nodes.[2]

Contents

Measuring assortativity

Fig. 1: Scale-free networks for different degrees of assortativity: (a) A = 0 (uncorrelated network), (b) A = 0.26, (c) A = 0.43, where A indicates r.[3]

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.[2] 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, while at r = −1 the network is completely disassortative.

The assortativity coefficient is given by r = \frac{\sum_{jk}{jk (e_{jk} - q_j q_k)}}{\sigma_{q}^{2}}. The term q_{k} 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_{k} as q_{k} = \frac{(k+1) p_{k+1}}{\sum_j j p_j}. Finally, e_{jk} 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_{jk}{e_{jk}} = 1\, and \sum_{j}{e_{jk}} = q_{k}\,.

For a directed graph, one has four types of assortativity to consider (see[4]). Adopting the notation of that article, we define four statistics 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

Fig. 2: knn distribution for two real-world networks. The top network (a) is dissortative, since the slope is negative. On the other hand, (b) is assortative, since the slope is positive.[5]

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.[6] 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 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 dissortative, 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.

Assortative mixing patterns of real networks

Fig. 3: Size n and assortativity coefficient r for various networks.[2]

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.[7]

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 and 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. Interestingly, the scale-free BA model also holds this property. For the BA model, r \to 0 as (\log^2 N)/N in the limit of large N.[2]

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.


See also

References

  1. ^ M.E.J. Newman. Mixing patterns in networks. Phys. Rev. E 67, 026126 (2003).
  2. ^ a b c d M.E.J. Newman. Assortative mixing in networks. Phys. Rev. Lett. 89, 208701 (2002).
  3. ^ R. Xulvi-Brunet and I.M. Sokolov. Changing correlations in networks: assortativity and dissortativity. Acta Phys. Pol. B, 36, 1431 (2005).
  4. ^ Foster, Jacob; Foster, Grassberger, Paczuski (June 2010). [www.pnas.org/cgi/doi/10.1073/pnas.09 12671107 "Edge direction and the structure of networks"]. PNAS 107 (24): 2. 
  5. ^ Sang Hoon Lee, Pan-Jun Kim, and Hawoong Jeong. Statistical properties of sampled networks. Phys. Rev. E 73 016102 (2006).
  6. ^ Pastor-Satorras, Romualdo, Alexei Vázquez, and Alessandro Vespignani. Dynamical and Correlation Properties of the Internet. Phys. Rev. Lett. 87 (2001).
  7. ^ S. Johnson, J.J. Torres, J. Marro, and M.A. Muñoz. Entropic origin of disassortativity in complex networks. Phys. Rev. Lett. 104, 108702 (2010).
(Sebelumnya) Associative model of dataAstro (Malaysian satellite tel ... (Berikutnya)