“度分布”的版本间的差异

来自集智百科 - 复杂系统|人工智能|复杂科学|复杂网络|自组织
跳到导航 跳到搜索
(Moved page from wikipedia:en:Degree distribution (history))
 
第1行: 第1行:
此词条暂由彩云小译翻译,未经人工整理和审校,带来阅读不便,请见谅。
+
本词条由Ryan初步翻译
  
 
{{Network Science}}
 
{{Network Science}}
第7行: 第7行:
 
In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the probability distribution of these degrees over the whole network.
 
In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the probability distribution of these degrees over the whole network.
  
在图形和网络的研究中,网络中一个节点的度就是它与其他节点的连接数,度的分布就是整个网络中这些度的概率分布。
+
在图和网络的研究中,网络中节点的度是它与其他节点的连接数,而度的分布就是整个网络中这些度的概率分布。
  
  
  
 
==Definition==
 
==Definition==
 
+
定义
 
The [[degree (graph theory)|degree]] of a node in a network (sometimes referred to incorrectly as the [[Connectivity (graph theory)|connectivity]]) is the number of connections or [[Edge (graph theory)#Graph|edges]] the node has to other nodes. If a network is [[directed graph|directed]], meaning that edges point in one direction from one node to another node, then nodes have two different degrees, the in-degree, which is the number of incoming edges, and the out-degree, which is the number of outgoing edges.
 
The [[degree (graph theory)|degree]] of a node in a network (sometimes referred to incorrectly as the [[Connectivity (graph theory)|connectivity]]) is the number of connections or [[Edge (graph theory)#Graph|edges]] the node has to other nodes. If a network is [[directed graph|directed]], meaning that edges point in one direction from one node to another node, then nodes have two different degrees, the in-degree, which is the number of incoming edges, and the out-degree, which is the number of outgoing edges.
  
 
The degree of a node in a network (sometimes referred to incorrectly as the connectivity) is the number of connections or edges the node has to other nodes. If a network is directed, meaning that edges point in one direction from one node to another node, then nodes have two different degrees, the in-degree, which is the number of incoming edges, and the out-degree, which is the number of outgoing edges.
 
The degree of a node in a network (sometimes referred to incorrectly as the connectivity) is the number of connections or edges the node has to other nodes. If a network is directed, meaning that edges point in one direction from one node to another node, then nodes have two different degrees, the in-degree, which is the number of incoming edges, and the out-degree, which is the number of outgoing edges.
  
网络中一个节点的程度(有时错误地称为连通性)是该节点与其他节点的连接或边的数量。如果一个网络是有向的,这意味着边沿着一个方向从一个节点指向另一个节点,那么节点有两个不同的度,一个度是传入边的数量,另一个度是传出边的数量。
+
网络中一个节点的度(有时会被错误地指代为连通性)是该节点与其他节点的连接或边的数量。如果一个网络是有向的,这意味着边沿着一个方向从一个节点指向另一个节点。那么节点们就会有两个不同的度,一个度表示传入边的数量,另一个度表示传出边的数量。
  
  
第25行: 第25行:
 
The degree distribution P(k) of a network is then defined to be the fraction of nodes in the network with degree k.  Thus if there are n nodes in total in a network and n<sub>k</sub> of them have degree k, we have P(k) = n<sub>k</sub>/n.
 
The degree distribution P(k) of a network is then defined to be the fraction of nodes in the network with degree k.  Thus if there are n nodes in total in a network and n<sub>k</sub> of them have degree k, we have P(k) = n<sub>k</sub>/n.
  
将网络的度分布 p (k)定义为 k 度网络中所有节点的分数,如果一个网络中有 n 个节点,且其中 n 个节点的 k 度为 n,则 p (k) = n < sub > k </sub >/n。
+
将网络的度分布''P(k)''定义为网络中度值为k的所有节点与总节点数量的分数比值,如果一个网络中有''n''个节点,且其中''n<sub>k</sub>''个节点的度值为''k'',则 ''P''(''k'') = ''n''<sub>''k''</sub>/''n''。
  
  
第33行: 第33行:
 
The same information is also sometimes presented in the form of a cumulative degree distribution, the fraction of nodes with degree smaller than k, or even the complementary cumulative degree distribution, the fraction of nodes with degree greater than or equal to k (1 - C) if one considers C as the cumulative degree distribution;  i.e. the complement of C.
 
The same information is also sometimes presented in the form of a cumulative degree distribution, the fraction of nodes with degree smaller than k, or even the complementary cumulative degree distribution, the fraction of nodes with degree greater than or equal to k (1 - C) if one considers C as the cumulative degree distribution;  i.e. the complement of C.
  
同样的信息有时也以累积度分布、度小于 k 的节点比例、甚至是互补累积度分布的形式出现,如果把 c 看作累积度分布,则为度大于或等于 k (1-c)的节点比例;。C 的补语。
+
同样的信息有时也以累积度分布函数(随机选择一个节点,其度值小于k的概率)的形式表示,或是用互补累积度分布(如果把''C''看作累积度分布,该函数则为度大于或等于''k'' (1 - ''C'')的节点比例)的形式表示,与积累度分布互补。
  
  
  
 
== Observed degree distributions ==
 
== Observed degree distributions ==
 
+
观察度分布
 
The degree distribution is very important in studying both real networks, such as the [[Internet]] and [[social networks]], and theoretical networks.  The simplest network model, for example, the (Erdős–Rényi model) [[random graph]], in which each of ''n'' nodes is independently connected (or not) with probability ''p'' (or 1 − ''p''), has a [[binomial distribution]] of degrees ''k'':
 
The degree distribution is very important in studying both real networks, such as the [[Internet]] and [[social networks]], and theoretical networks.  The simplest network model, for example, the (Erdős–Rényi model) [[random graph]], in which each of ''n'' nodes is independently connected (or not) with probability ''p'' (or 1 − ''p''), has a [[binomial distribution]] of degrees ''k'':
  
 
The degree distribution is very important in studying both real networks, such as the Internet and social networks, and theoretical networks.  The simplest network model, for example, the (Erdős–Rényi model) random graph, in which each of n nodes is independently connected (or not) with probability p (or 1 − p), has a binomial distribution of degrees k:
 
The degree distribution is very important in studying both real networks, such as the Internet and social networks, and theoretical networks.  The simplest network model, for example, the (Erdős–Rényi model) random graph, in which each of n nodes is independently connected (or not) with probability p (or 1 − p), has a binomial distribution of degrees k:
  
学位分布在研究实际网络(如互联网和社会网络)和理论网络中都非常重要。最简单的网络模型,例如(erd s-Rényi 模型)随机图,其中每个 n 个节点都以概率 p (或1-p)独立连接(或不独立连接) ,其二项分布为 k:
+
度分布在研究真实网络(如互联网和社会网络)和理论网络中都非常重要。最简单的网络模型,例如(Erdős–Rényi 模型)随机图,其中每''n''个节点都以概率''p'' (或1 − ''p'')独立连接(或不独立连接) ,它的二项分布的度值为k:
  
  
第62行: 第62行:
  
 
</math>
 
</math>
 
数学
 
  
  
第71行: 第69行:
 
(or Poisson in the limit of large n, if the average degree <math>\langle k\rangle=p(n-1)</math> is held fixed). Most networks in the real world, however, have degree distributions very different from this. Most are highly right-skewed, meaning that a large majority of nodes have low degree but a small number, known as "hubs", have high degree. Some networks, notably the Internet, the world wide web, and some social networks were argued to have degree distributions that approximately follow a power law: <math>
 
(or Poisson in the limit of large n, if the average degree <math>\langle k\rangle=p(n-1)</math> is held fixed). Most networks in the real world, however, have degree distributions very different from this. Most are highly right-skewed, meaning that a large majority of nodes have low degree but a small number, known as "hubs", have high degree. Some networks, notably the Internet, the world wide web, and some social networks were argued to have degree distributions that approximately follow a power law: <math>
  
(如果平均度 < math > langle k rangle = p (n-1) </math > 保持不变)。然而,现实世界中的大多数网络的度分布与此大相径庭。大多数节点是高度右倾斜的,这意味着大多数节点的度数较低,但少数节点,即所谓的“枢纽” ,度数较高。一些网络,特别是互联网、万维网和一些社交网络,被认为具有度分布,近似遵循一个幂定律: < math >  
+
(如果平均度 < math > langle k rangle = p (n-1) </math > 保持不变,也会出现在有限节点的泊松分布)
 +
然而,现实世界中的大多数网络的度分布与上述分布非常不同。大多数节点是高度右倾的,这意味着大多数节点的度值较低,但少数节点,即所谓的“枢纽” ,度值较高。一些网络,特别是互联网、万维网和一些社交网络,被认为具有近似遵循幂定律的幂律分布: < math >  
  
 
P(k)\sim k^{-\gamma}
 
P(k)\sim k^{-\gamma}
第77行: 第76行:
 
P(k)\sim k^{-\gamma}
 
P(k)\sim k^{-\gamma}
  
P (k) sim k ^ {-gamma }
 
  
 
</math>, where ''γ'' is a constant. Such networks are called [[scale-free networks]] and have attracted particular attention for their structural and dynamical properties<ref name="BA">{{cite journal | last=Barabási | first=Albert-László | last2=Albert | first2=Réka | title=Emergence of Scaling in Random Networks | journal=Science | volume=286 | issue=5439 | date=1999-10-15 | issn=0036-8075 | doi=10.1126/science.286.5439.509 | pages=509–512| pmid=10521342 | arxiv=cond-mat/9910332 | bibcode=1999Sci...286..509B }}</ref><ref name="AB">{{cite journal | last=Albert | first=Réka | last2=Barabási | first2=Albert-László | title=Topology of Evolving Networks: Local Events and Universality | journal=Physical Review Letters | volume=85 | issue=24 | date=2000-12-11 | issn=0031-9007 | doi=10.1103/physrevlett.85.5234 | pages=5234–5237| pmid=11102229 | arxiv=cond-mat/0005085 | bibcode=2000PhRvL..85.5234A | hdl=2047/d20000695 | url=https://repository.library.northeastern.edu/files/neu:331099/fulltext.pdf }}</ref><ref name="Doro">{{cite journal | last=Dorogovtsev | first=S. N. | last2=Mendes | first2=J. F. F. | last3=Samukhin | first3=A. N. | title=Size-dependent degree distribution of a scale-free growing network | journal=Physical Review E | volume=63 | issue=6 | date=2001-05-21 | issn=1063-651X | doi=10.1103/physreve.63.062101 | page=062101| pmid=11415146 |arxiv=cond-mat/0011115| bibcode=2001PhRvE..63f2101D }}</ref><ref name="PSY">{{cite journal|title=Scale-free behavior of networks with the copresence of preferential and uniform attachment rules|journal=Physica D: Nonlinear Phenomena|year=2018|first=Angelica |last=Pachon |first2=Laura |last2=Sacerdote |first3=Shuyi |last3=Yang |volume=371|pages=1–12|doi=10.1016/j.physd.2018.01.005|arxiv=1704.08597|bibcode=2018PhyD..371....1P}}</ref>. However, recently, there have been some researches based on real-world data sets claiming despite the fact that most of the observed networks have [[Fat-tailed distribution|fat-tailed degree distributions]], they deviate from being [[Scale-free network|scale-free]].<ref>{{Cite journal|last=Holme|first=Petter|date=2019-03-04|title=Rare and everywhere: Perspectives on scale-free networks|journal=Nature Communications|language=en|volume=10|issue=1|pages=1016|doi=10.1038/s41467-019-09038-8|issn=2041-1723|pmc=6399274|pmid=30833568|bibcode=2019NatCo..10.1016H}}</ref>  
 
</math>, where ''γ'' is a constant. Such networks are called [[scale-free networks]] and have attracted particular attention for their structural and dynamical properties<ref name="BA">{{cite journal | last=Barabási | first=Albert-László | last2=Albert | first2=Réka | title=Emergence of Scaling in Random Networks | journal=Science | volume=286 | issue=5439 | date=1999-10-15 | issn=0036-8075 | doi=10.1126/science.286.5439.509 | pages=509–512| pmid=10521342 | arxiv=cond-mat/9910332 | bibcode=1999Sci...286..509B }}</ref><ref name="AB">{{cite journal | last=Albert | first=Réka | last2=Barabási | first2=Albert-László | title=Topology of Evolving Networks: Local Events and Universality | journal=Physical Review Letters | volume=85 | issue=24 | date=2000-12-11 | issn=0031-9007 | doi=10.1103/physrevlett.85.5234 | pages=5234–5237| pmid=11102229 | arxiv=cond-mat/0005085 | bibcode=2000PhRvL..85.5234A | hdl=2047/d20000695 | url=https://repository.library.northeastern.edu/files/neu:331099/fulltext.pdf }}</ref><ref name="Doro">{{cite journal | last=Dorogovtsev | first=S. N. | last2=Mendes | first2=J. F. F. | last3=Samukhin | first3=A. N. | title=Size-dependent degree distribution of a scale-free growing network | journal=Physical Review E | volume=63 | issue=6 | date=2001-05-21 | issn=1063-651X | doi=10.1103/physreve.63.062101 | page=062101| pmid=11415146 |arxiv=cond-mat/0011115| bibcode=2001PhRvE..63f2101D }}</ref><ref name="PSY">{{cite journal|title=Scale-free behavior of networks with the copresence of preferential and uniform attachment rules|journal=Physica D: Nonlinear Phenomena|year=2018|first=Angelica |last=Pachon |first2=Laura |last2=Sacerdote |first3=Shuyi |last3=Yang |volume=371|pages=1–12|doi=10.1016/j.physd.2018.01.005|arxiv=1704.08597|bibcode=2018PhyD..371....1P}}</ref>. However, recently, there have been some researches based on real-world data sets claiming despite the fact that most of the observed networks have [[Fat-tailed distribution|fat-tailed degree distributions]], they deviate from being [[Scale-free network|scale-free]].<ref>{{Cite journal|last=Holme|first=Petter|date=2019-03-04|title=Rare and everywhere: Perspectives on scale-free networks|journal=Nature Communications|language=en|volume=10|issue=1|pages=1016|doi=10.1038/s41467-019-09038-8|issn=2041-1723|pmc=6399274|pmid=30833568|bibcode=2019NatCo..10.1016H}}</ref>  
第83行: 第81行:
 
</math>, where γ is a constant. Such networks are called scale-free networks and have attracted particular attention for their structural and dynamical properties. However, recently, there have been some researches based on real-world data sets claiming despite the fact that most of the observed networks have fat-tailed degree distributions, they deviate from being scale-free.  
 
</math>, where γ is a constant. Such networks are called scale-free networks and have attracted particular attention for their structural and dynamical properties. However, recently, there have been some researches based on real-world data sets claiming despite the fact that most of the observed networks have fat-tailed degree distributions, they deviate from being scale-free.  
  
</math>, where γ is a constant.这种网络被称为无标度网络,因其结构和动力学性质而引起人们的特别关注。然而,最近有一些基于现实数据集的研究声称,尽管大多数观测到的网络具有厚尾度分布,但它们偏离了无标度分布。
+
</math>,γ是一个常数。这种网络被称为无标度网络,因其结构和动力学性质而引起人们的特别关注。然而,最近有一些基于真实数据的研究声称,尽管大多数观测到的网络具有肥尾度分布,但它们偏离了无标度分布。
  
  
  
 
== Excess degree distribution ==
 
== Excess degree distribution ==
 
+
超额度分布
 
Excess degree distribution is the probability distribution, for a node reached by following an edge, of the number of other edges attached to that node.<ref name=":0">{{Cite book|last=Newman|first=Mark|url=http://www.oxfordscholarship.com/view/10.1093/oso/9780198805090.001.0001/oso-9780198805090|title=Networks|date=2018-10-18|publisher=Oxford University Press|isbn=978-0-19-880509-0|volume=1|language=en|doi=10.1093/oso/9780198805090.001.0001}}</ref> In other words, it is the distribution of outgoing links from a node reached by following a link.
 
Excess degree distribution is the probability distribution, for a node reached by following an edge, of the number of other edges attached to that node.<ref name=":0">{{Cite book|last=Newman|first=Mark|url=http://www.oxfordscholarship.com/view/10.1093/oso/9780198805090.001.0001/oso-9780198805090|title=Networks|date=2018-10-18|publisher=Oxford University Press|isbn=978-0-19-880509-0|volume=1|language=en|doi=10.1093/oso/9780198805090.001.0001}}</ref> In other words, it is the distribution of outgoing links from a node reached by following a link.
  
 
Excess degree distribution is the probability distribution, for a node reached by following an edge, of the number of other edges attached to that node. In other words, it is the distribution of outgoing links from a node reached by following a link.
 
Excess degree distribution is the probability distribution, for a node reached by following an edge, of the number of other edges attached to that node. In other words, it is the distribution of outgoing links from a node reached by following a link.
  
过度度分布是一个节点通过跟随一条边到达的其他边数的概率分布。换句话说,它是通过跟随一个链接从一个节点到达的传出链接的分布。
+
超额度分布是通过跟随一条边到达该节点的其他边的数量的概率分布。换句话说,它是通过跟随一个链接从一个节点到达的传出链接的分布。
  
  
第99行: 第97行:
 
Suppose a network has a degree distribution <math>
 
Suppose a network has a degree distribution <math>
  
Suppose a network has a degree distribution <math>
+
Suppose a network has a degree distribution  
 +
 
 +
假设一个网络具有度分布<math>P(k)</math >,
  
假设一个网络具有度分布
 
  
P(k)
 
  
 
P(k)
 
P(k)
第113行: 第111行:
 
</math>, by selecting one node (randomly or not) and going to one of its neighbors (assuming to have one neighbor at least), then the probability of that node to have <math>
 
</math>, by selecting one node (randomly or not) and going to one of its neighbors (assuming to have one neighbor at least), then the probability of that node to have <math>
  
</math > ,通过选择一个节点(随机或非随机)并转到它的一个邻居(假设至少有一个邻居) ,那么该节点具有 < math > 的概率
+
通过选择一个节点(随机或非随机)并转到它的一个邻居(假设至少有一个邻居) ,那么该节点具有< math > k</math>个邻居的概率
  
 
k
 
k
第125行: 第123行:
 
</math> neighbors is not given by <math>
 
</math> neighbors is not given by <math>
  
邻居不是由数学给出的
+
不是由 <math>P(k)</math>给出的
  
 
P(k)
 
P(k)
第131行: 第129行:
 
P(k)
 
P(k)
  
P (k)
+
 
  
 
</math>. The reason is that, whenever some node is selected in a heterogeneous network, it is more probable to reach the hobs by following one of the existing neighbors of that node. The true probability of such nodes to have degree <math>
 
</math>. The reason is that, whenever some node is selected in a heterogeneous network, it is more probable to reach the hobs by following one of the existing neighbors of that node. The true probability of such nodes to have degree <math>
第137行: 第135行:
 
</math>. The reason is that, whenever some node is selected in a heterogeneous network, it is more probable to reach the hobs by following one of the existing neighbors of that node. The true probability of such nodes to have degree <math>
 
</math>. The reason is that, whenever some node is selected in a heterogeneous network, it is more probable to reach the hobs by following one of the existing neighbors of that node. The true probability of such nodes to have degree <math>
  
数学。原因在于,无论何时在异质网路节点中选择某个节点,它都更有可能通过跟随该节点的某个现有邻居到达滚刀。这些节点具有度 < math > 的真实概率
+
原因在于,无论何时在异质网络中选择某个节点,它都更有可能通过跟随该节点的某个现有邻居到达枢纽节点。这些节点具有度< math >k</math>的真实概率
  
 
k
 
k
第149行: 第147行:
 
</math> is <math>
 
</math> is <math>
  
是“ math”
+
是<math>q(k)</math >
  
 
q(k)
 
q(k)
第161行: 第159行:
 
</math> which is called the excess degree of that node. In the configuration model, which correlations between the nodes have been ignored and every node is assumed to be connected to any other nodes in the network with the same probability, the excess degree distribution can be found as:
 
</math> which is called the excess degree of that node. In the configuration model, which correlations between the nodes have been ignored and every node is assumed to be connected to any other nodes in the network with the same probability, the excess degree distribution can be found as:
  
</math > ,它被称为该节点的超额度。在配置模型中,忽略节点之间的相关性,并假定每个节点以相同的概率连接到网络中的其他任何节点,超额度分布为:
+
它被称为该节点的超额度。在配置模型中,忽略节点之间的相关性,并假定每个节点以相同的概率连接到网络中的其他任何节点,超额度分布表示为:
  
  
第181行: 第179行:
 
</math>
 
</math>
  
数学
+
 
  
  
第189行: 第187行:
 
where <math>
 
where <math>
  
在哪里
+
 
  
 
{\langle k \rangle}
 
{\langle k \rangle}
第195行: 第193行:
 
{\langle k \rangle}
 
{\langle k \rangle}
  
我不知道该怎么办
+
 
  
 
</math> is the mean-degree (average degree) of the model. It follows to that fact that the average degree of the neighbor of any node is greater than the average degree of that node. In social networks, it mean that your friends, on average, have more friends than you. This is famous as the [[friendship paradox]]. It can be shown that a network can have a [[giant component]], if its average excess degree is larger than one:
 
</math> is the mean-degree (average degree) of the model. It follows to that fact that the average degree of the neighbor of any node is greater than the average degree of that node. In social networks, it mean that your friends, on average, have more friends than you. This is famous as the [[friendship paradox]]. It can be shown that a network can have a [[giant component]], if its average excess degree is larger than one:
第201行: 第199行:
 
</math> is the mean-degree (average degree) of the model. It follows to that fact that the average degree of the neighbor of any node is greater than the average degree of that node. In social networks, it mean that your friends, on average, have more friends than you. This is famous as the friendship paradox. It can be shown that a network can have a giant component, if its average excess degree is larger than one:
 
</math> is the mean-degree (average degree) of the model. It follows to that fact that the average degree of the neighbor of any node is greater than the average degree of that node. In social networks, it mean that your friends, on average, have more friends than you. This is famous as the friendship paradox. It can be shown that a network can have a giant component, if its average excess degree is larger than one:
  
</math > 是模型的平均度(平均度)。由此可知,任何节点的邻居的平均度大于该节点的平均度。在社交网络中,这意味着你的朋友平均比你拥有更多的朋友。这就是著名的友谊悖论。可以证明,如果一个网络的平均超额度大于1,那么它可以有一个巨大的组件:
+
这里<math>{\langle k \rangle}</math > 是模型的平均度。由此可知,任何节点的邻居的平均度大于该节点的平均度。在社交网络中,这意味着你的朋友平均比你拥有更多的朋友。这就是著名的友谊悖论。可以证明,如果一个网络的平均超额度大于1,那么它可以有一个巨大的联通子网络:
  
  
第209行: 第207行:
 
<math>
 
<math>
  
《数学》
 
  
 
\sum_k kq(k) > 1 \Rightarrow  {\langle k^2 \rangle}-2{\langle k \rangle}>0  
 
\sum_k kq(k) > 1 \Rightarrow  {\langle k^2 \rangle}-2{\langle k \rangle}>0  
第221行: 第218行:
 
</math>
 
</math>
  
数学
+
 
  
  
第234行: 第231行:
  
 
== The Generating Functions Method ==
 
== The Generating Functions Method ==
 
+
生成函数方法
 
[[Probability-generating function|Generating functions]] can be used to calculate different properties of random networks. Given the degree distribution and the excess degree distribution of some network, <math>
 
[[Probability-generating function|Generating functions]] can be used to calculate different properties of random networks. Given the degree distribution and the excess degree distribution of some network, <math>
  
 
Generating functions can be used to calculate different properties of random networks. Given the degree distribution and the excess degree distribution of some network, <math>
 
Generating functions can be used to calculate different properties of random networks. Given the degree distribution and the excess degree distribution of some network, <math>
  
生成函数可以用来计算随机网络的不同性质。给定某些网络的度分布和超度分布,< math >  
+
生成函数可以用来计算随机网络的不同性质。给定某些网络的度分布和超度分布,< math >P(k)</math>和<math>q(k)</math>
 +
 
  
 
P(k)
 
P(k)
第263行: 第261行:
 
</math> respectively, it is possible to write two power series in the following forms:
 
</math> respectively, it is possible to write two power series in the following forms:
  
分别以下列形式编写两个幂级数是可能的:
+
可以以下列形式写出两个幂级数:
  
  
第271行: 第269行:
 
<math>
 
<math>
  
《数学》
+
 
  
 
G_0(x) = \textstyle \sum_{k} \displaystyle P(k)x^k  
 
G_0(x) = \textstyle \sum_{k} \displaystyle P(k)x^k  
第277行: 第275行:
 
G_0(x) = \textstyle \sum_{k} \displaystyle P(k)x^k  
 
G_0(x) = \textstyle \sum_{k} \displaystyle P(k)x^k  
  
0(x) = textstyle sum { k }显示样式 p (k) x ^ k
+
 
  
 
</math> and <math>
 
</math> and <math>
第295行: 第293行:
 
</math>
 
</math>
  
数学
+
 
  
  
第315行: 第313行:
 
</math> can also be obtained from derivatives of <math>
 
</math> can also be obtained from derivatives of <math>
  
</math > 也可以从 < math > 的导数得到
+
G_0(x)</math > 也可以从 < math > 的导数得到
 +
 
  
G_0(x)
 
  
 
G_0(x)
 
G_0(x)
第355行: 第353行:
 
If we know the generating function for a probability distribution <math>
 
If we know the generating function for a probability distribution <math>
  
如果我们知道美国母函数的一个概率分布
+
如果我们知道生成函数的一个概率分布,然后我们就得到<math>P(k)</math>的值通过鉴别:
  
 
P(k)
 
P(k)
第367行: 第365行:
 
</math> then we can recover the values of <math>
 
</math> then we can recover the values of <math>
  
然后我们就可以恢复
+
 
  
 
P(k)
 
P(k)
第379行: 第377行:
 
</math> by differentiating:
 
</math> by differentiating:
  
通过区分:
+
 
  
  
第407行: 第405行:
 
Some properties, e.g. the moments, can be easily calculated from <math>
 
Some properties, e.g. the moments, can be easily calculated from <math>
  
有些物业,例如。时刻,可以很容易地计算从 < math >  
+
一些性质,例如,时刻,可以很容易地计算依据 < math > G0(x)</math>和它的导数:
  
 
G_0(x)  
 
G_0(x)  
第419行: 第417行:
 
</math> and its derivatives:
 
</math> and its derivatives:
  
和它的衍生物:
+
 
  
  
第481行: 第479行:
 
For Poisson-distributed random networks, such as the ER graph, <math>
 
For Poisson-distributed random networks, such as the ER graph, <math>
  
对于泊松分布的随机网络,如 ER 图,< math >  
+
对于泊松分布的随机网络,如 ER 图,< math > G1(x) = G0(x)</math>
  
 
G_1(x) = G_0(x)  
 
G_1(x) = G_0(x)  
第493行: 第491行:
 
</math>, that is the reason why the theory of random networks of this type is especially simple. The probability distributions for the 1st and 2nd-nearest neighbors are generated by the functions <math>
 
</math>, that is the reason why the theory of random networks of this type is especially simple. The probability distributions for the 1st and 2nd-nearest neighbors are generated by the functions <math>
  
这就是为什么这种类型的随机网络理论特别简单的原因。第一和第二近邻的概率分布是由函数 < math > 生成的
+
这就是为什么这种类型的随机网络理论特别简单的原因。第一和第二近邻的概率分布是由函数 < math > G0(x)</math>和<math>G0(G1(x))</math>生成的
  
 
G_0(x)  
 
G_0(x)  
第517行: 第515行:
 
</math>. By extension, the distribution of <math>
 
</math>. By extension, the distribution of <math>
  
数学。通过扩展,< math > 的分布
+
继续扩展,< math > m-th</math>的邻居的分布
  
 
m
 
m
第581行: 第579行:
 
The average number of 1st neighbors, <math>
 
The average number of 1st neighbors, <math>
  
第一个邻居的平均数量
+
第一个邻居的平均数量c1是
  
 
c_1
 
c_1
第622行: 第620行:
  
 
== Degree distribution for directed networks ==
 
== Degree distribution for directed networks ==
 +
有向网络的度分布
 +
[[File:Enwiki-degree-distribution.png|thumb|right|320px|
 +
图1:In/out degree distribution for Wikipedia's hyperlink graph (logarithmic scales) 维基百科超链接图(对数尺度)的入/出度分布]]
  
[[File:Enwiki-degree-distribution.png|thumb|right|320px|In/out degree distribution for Wikipedia's hyperlink graph (logarithmic scales)]]
 
 
In/out degree distribution for Wikipedia's hyperlink graph (logarithmic scales)
 
 
维基百科超链接图(对数尺度)的 In/out 度分布
 
  
 
In a directed network, each node has some in-degree <math>
 
In a directed network, each node has some in-degree <math>
第633行: 第629行:
 
In a directed network, each node has some in-degree <math>
 
In a directed network, each node has some in-degree <math>
  
在有向网络中,每个节点都有一定程度的“数学”
+
在有向网络中,每个节点都有一些入度k{in}
  
 
k_{
 
k_{
第645行: 第641行:
 
in}
 
in}
  
开始吧
+
 
  
 
</math> and some out-degree <math>
 
</math> and some out-degree <math>
第651行: 第647行:
 
</math> and some out-degree <math>
 
</math> and some out-degree <math>
  
还有一些超过学位的
+
和一些出度k{out}
  
 
k_{out}
 
k_{out}
第657行: 第653行:
 
k_{out}
 
k_{out}
  
我不知道你在说什么
+
 
  
 
</math> which are the number of links which have run into and out of that node respectfully. If <math>
 
</math> which are the number of links which have run into and out of that node respectfully. If <math>
第663行: 第659行:
 
</math> which are the number of links which have run into and out of that node respectfully. If <math>
 
</math> which are the number of links which have run into and out of that node respectfully. If <math>
  
</math > 是指以尊敬的方式进出该节点的链接数量。如果 < math >
+
分别指代的是指向该节点的边的数量和从该节点指出的边的数量。
  
 
P(k_{in}, k_{out})
 
P(k_{in}, k_{out})
第675行: 第671行:
 
</math> is the probability that a randomly chosen node has in-degree <math>
 
</math> is the probability that a randomly chosen node has in-degree <math>
  
是一个随机选择的节点在程度上
+
如果 < math > P(k_{in}, k_{out})</math>是一个随机选择的具有入出度的节点的可能性
  
 
k_{
 
k_{
第705行: 第701行:
 
</math> then the generating function assigned to this joint probability distribution can be written with two valuables <math>
 
</math> then the generating function assigned to this joint probability distribution can be written with two valuables <math>
  
那么分配给这个母函数的联合分布可以用两个贵重物品来写
+
那么分配给这个生成函数的联合概率分布可以被写成两个变量 <math>x</math>和<math>y</math>
  
 
x
 
x
第729行: 第725行:
 
</math> as:
 
</math> as:
  
作为:
+
 
  
  
第737行: 第733行:
 
<math>
 
<math>
  
《数学》
+
 
  
 
\mathcal{G}(x,y) =  \sum_{k_{in},k_{out}} \displaystyle P({k_{in},k_{out}})x^{k_{in}}y^{k_{out}} .
 
\mathcal{G}(x,y) =  \sum_{k_{in},k_{out}} \displaystyle P({k_{in},k_{out}})x^{k_{in}}y^{k_{out}} .
第743行: 第739行:
 
\mathcal{G}(x,y) =  \sum_{k_{in},k_{out}} \displaystyle P({k_{in},k_{out}})x^{k_{in}}y^{k_{out}} .
 
\mathcal{G}(x,y) =  \sum_{k_{in},k_{out}} \displaystyle P({k_{in},k_{out}})x^{k_{in}}y^{k_{out}} .
  
数学{ g }(x,y) = sum _ { k _ { in } ,k _ { out }显示样式 p ({ k _ { in } ,k _ { out }) x ^ { k _ { in } y ^ { k _ { out }。
 
  
 
</math>  
 
</math>  
第757行: 第752行:
 
Since every link in a directed network must leave some node and enter another, the net average number of links entering
 
Since every link in a directed network must leave some node and enter another, the net average number of links entering
  
由于有向网络中的每个链路必须离开某个节点并进入另一个节点,因此进入的链路的净平均数
+
由于有向网络中的每个链路必须离开某个节点并进入另一个节点,因此进入一个节点的链路的净平均数是零。
  
  
第765行: 第760行:
 
a node is zero. Therefore,  
 
a node is zero. Therefore,  
  
一个节点是零。所以,
+
所以,
  
  
第773行: 第768行:
 
<math>
 
<math>
  
《数学》
+
 
  
 
\langle{k_{in}-k_{out}}\rangle =\sum_{k_{in},k_{out}} \displaystyle (k_{in}-k_{out})P({k_{in},k_{out}}) = 0  
 
\langle{k_{in}-k_{out}}\rangle =\sum_{k_{in},k_{out}} \displaystyle (k_{in}-k_{out})P({k_{in},k_{out}}) = 0  
第779行: 第774行:
 
\langle{k_{in}-k_{out}}\rangle =\sum_{k_{in},k_{out}} \displaystyle (k_{in}-k_{out})P({k_{in},k_{out}}) = 0  
 
\langle{k_{in}-k_{out}}\rangle =\sum_{k_{in},k_{out}} \displaystyle (k_{in}-k_{out})P({k_{in},k_{out}}) = 0  
  
Langle { k _ { in }-k _ { out } rangle = sum _ { k _ { in } ,k _ { out } displays (k _ { in }-k _ { out }) p ({ k _ { in } ,k _ { out }}) = 0
+
 
  
 
</math>,
 
</math>,
第785行: 第780行:
 
</math>,
 
</math>,
  
数学,
+
 
  
  
第823行: 第818行:
 
where <math>
 
where <math>
  
在哪里
 
  
 
c  
 
c  
第835行: 第829行:
 
</math> is the mean degree (both in and out) of the nodes in the network; <math>
 
</math> is the mean degree (both in and out) of the nodes in the network; <math>
  
是网络中节点的平均度(内部和外部)
+
C是网络中节点的平均度(内部和外部)
  
 
\langle{k_{in}}\rangle = \langle{k_{out}}\rangle = c.  
 
\langle{k_{in}}\rangle = \langle{k_{out}}\rangle = c.  
第841行: 第835行:
 
\langle{k_{in}}\rangle = \langle{k_{out}}\rangle = c.  
 
\langle{k_{in}}\rangle = \langle{k_{out}}\rangle = c.  
  
长角 = 长角 = 长角。
+
 
  
 
</math>
 
</math>
第855行: 第849行:
 
Using the function <math>
 
Using the function <math>
  
使用函数 < math >  
+
使用函数 < math > \mathcal{G}(x,y)</math>
  
 
\mathcal{G}(x,y)
 
\mathcal{G}(x,y)
第861行: 第855行:
 
\mathcal{G}(x,y)
 
\mathcal{G}(x,y)
  
数学{ g }(x,y)
+
 
  
 
</math>, we can again find the generation function for the in/out-degree distribution and in/out-excess degree distribution, as before. <math>
 
</math>, we can again find the generation function for the in/out-degree distribution and in/out-excess degree distribution, as before. <math>
第867行: 第861行:
 
</math>, we can again find the generation function for the in/out-degree distribution and in/out-excess degree distribution, as before. <math>
 
</math>, we can again find the generation function for the in/out-degree distribution and in/out-excess degree distribution, as before. <math>
  
</math > ,我们可以再次找到进/出度分布和进/出超量度分布的生成函数,如前所述。《数学》
+
</math > ,如前所述,我们可以再次找到入/出度分布和入/出超量度分布的生成函数。
  
 
G^{in}_0(x)  
 
G^{in}_0(x)  
第981行: 第975行:
 
Here, the average number of 1st neighbors, <math>
 
Here, the average number of 1st neighbors, <math>
  
这里,第一个邻居的平均数量,< math >  
+
这里,第一个邻居的平均数量C,< math >  
  
 
c
 
c
第993行: 第987行:
 
</math>, or as previously introduced as <math>
 
</math>, or as previously introduced as <math>
  
或者像之前介绍的那样
+
或者像之前表示的C1
  
 
c_1
 
c_1
第1,025行: 第1,019行:
 
c_2 = G_1'(1)G'_0(1) ={\partial^2 \mathcal{G}\over\partial x\partial y}\biggl \vert _{x,y=1}
 
c_2 = G_1'(1)G'_0(1) ={\partial^2 \mathcal{G}\over\partial x\partial y}\biggl \vert _{x,y=1}
  
C _ 2 = g _ 1’(1) g’ _ 0(1) = {{部分 ^ 2数学{ g }/部分 x 部分 y } biggl vert _ { x,y = 1}
 
  
 
</math>. These are also the numbers of 1st and 2nd neighbors from which a random node can be reached, since these equations are manifestly symmetric in <math>
 
</math>. These are also the numbers of 1st and 2nd neighbors from which a random node can be reached, since these equations are manifestly symmetric in <math>
第1,031行: 第1,024行:
 
</math>. These are also the numbers of 1st and 2nd neighbors from which a random node can be reached, since these equations are manifestly symmetric in <math>
 
</math>. These are also the numbers of 1st and 2nd neighbors from which a random node can be reached, since these equations are manifestly symmetric in <math>
  
数学。这些也是第一和第二邻居的数量,从这些随机节点可以达到,因为这些方程显然是对称的 < math >  
+
这些也是从这些随机节点可以达到第一和第二邻居的数量,因为这些方程显然是在x和y上对称的 < math >  
  
 
x
 
x
第1,066行: 第1,059行:
  
 
* [[Graph theory]]
 
* [[Graph theory]]
 
+
图理论
 
* [[Complex network]]
 
* [[Complex network]]
 
+
复杂网络
 
* [[Scale-free network]]
 
* [[Scale-free network]]
 
+
无标度网络
 
* [[Random graph]]
 
* [[Random graph]]
 
+
随机网络
 
* [[Structural cut-off]]
 
* [[Structural cut-off]]
 
+
结构截止值
  
  

2020年8月16日 (日) 16:51的版本

本词条由Ryan初步翻译

In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the probability distribution of these degrees over the whole network.

In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the probability distribution of these degrees over the whole network.

在图和网络的研究中,网络中节点的度是它与其他节点的连接数,而度的分布就是整个网络中这些度的概率分布。


Definition

定义 The degree of a node in a network (sometimes referred to incorrectly as the connectivity) is the number of connections or edges the node has to other nodes. If a network is directed, meaning that edges point in one direction from one node to another node, then nodes have two different degrees, the in-degree, which is the number of incoming edges, and the out-degree, which is the number of outgoing edges.

The degree of a node in a network (sometimes referred to incorrectly as the connectivity) is the number of connections or edges the node has to other nodes. If a network is directed, meaning that edges point in one direction from one node to another node, then nodes have two different degrees, the in-degree, which is the number of incoming edges, and the out-degree, which is the number of outgoing edges.

网络中一个节点的度(有时会被错误地指代为连通性)是该节点与其他节点的连接或边的数量。如果一个网络是有向的,这意味着边沿着一个方向从一个节点指向另一个节点。那么节点们就会有两个不同的度,一个度表示传入边的数量,另一个度表示传出边的数量。


The degree distribution P(k) of a network is then defined to be the fraction of nodes in the network with degree k. Thus if there are n nodes in total in a network and nk of them have degree k, we have P(k) = nk/n.

The degree distribution P(k) of a network is then defined to be the fraction of nodes in the network with degree k. Thus if there are n nodes in total in a network and nk of them have degree k, we have P(k) = nk/n.

将网络的度分布P(k)定义为网络中度值为k的所有节点与总节点数量的分数比值,如果一个网络中有n个节点,且其中nk个节点的度值为k,则 P(k) = nk/n


The same information is also sometimes presented in the form of a cumulative degree distribution, the fraction of nodes with degree smaller than k, or even the complementary cumulative degree distribution, the fraction of nodes with degree greater than or equal to k (1 - C) if one considers C as the cumulative degree distribution; i.e. the complement of C.

The same information is also sometimes presented in the form of a cumulative degree distribution, the fraction of nodes with degree smaller than k, or even the complementary cumulative degree distribution, the fraction of nodes with degree greater than or equal to k (1 - C) if one considers C as the cumulative degree distribution; i.e. the complement of C.

同样的信息有时也以累积度分布函数(随机选择一个节点,其度值小于k的概率)的形式表示,或是用互补累积度分布(如果把C看作累积度分布,该函数则为度大于或等于k (1 - C)的节点比例)的形式表示,与积累度分布互补。


Observed degree distributions

观察度分布 The degree distribution is very important in studying both real networks, such as the Internet and social networks, and theoretical networks. The simplest network model, for example, the (Erdős–Rényi model) random graph, in which each of n nodes is independently connected (or not) with probability p (or 1 − p), has a binomial distribution of degrees k:

The degree distribution is very important in studying both real networks, such as the Internet and social networks, and theoretical networks. The simplest network model, for example, the (Erdős–Rényi model) random graph, in which each of n nodes is independently connected (or not) with probability p (or 1 − p), has a binomial distribution of degrees k:

度分布在研究真实网络(如互联网和社会网络)和理论网络中都非常重要。最简单的网络模型,例如(Erdős–Rényi 模型)随机图,其中每n个节点都以概率p (或1 − p)独立连接(或不独立连接) ,它的二项分布的度值为k:


[math]\displaystyle{ \lt math\gt 《数学》 P(k) = {n-1\choose k} p^k (1 - p)^{n-1-k}, P(k) = {n-1\choose k} p^k (1 - p)^{n-1-k}, 选择 k } p ^ k (1-p) ^ { n-1-k } , }[/math]

</math>


(or Poisson in the limit of large n, if the average degree [math]\displaystyle{ \langle k\rangle=p(n-1) }[/math] is held fixed). Most networks in the real world, however, have degree distributions very different from this. Most are highly right-skewed, meaning that a large majority of nodes have low degree but a small number, known as "hubs", have high degree. Some networks, notably the Internet, the world wide web, and some social networks were argued to have degree distributions that approximately follow a power law: [math]\displaystyle{ (or Poisson in the limit of large n, if the average degree \lt math\gt \langle k\rangle=p(n-1) }[/math] is held fixed). Most networks in the real world, however, have degree distributions very different from this. Most are highly right-skewed, meaning that a large majority of nodes have low degree but a small number, known as "hubs", have high degree. Some networks, notably the Internet, the world wide web, and some social networks were argued to have degree distributions that approximately follow a power law: [math]\displaystyle{ (如果平均度 \lt math \gt langle k rangle = p (n-1) }[/math] 保持不变,也会出现在有限节点的泊松分布)。 然而,现实世界中的大多数网络的度分布与上述分布非常不同。大多数节点是高度右倾的,这意味着大多数节点的度值较低,但少数节点,即所谓的“枢纽” ,度值较高。一些网络,特别是互联网、万维网和一些社交网络,被认为具有近似遵循幂定律的幂律分布: < math >

P(k)\sim k^{-\gamma}

P(k)\sim k^{-\gamma}


</math>, where γ is a constant. Such networks are called scale-free networks and have attracted particular attention for their structural and dynamical properties[1][2][3][4]. However, recently, there have been some researches based on real-world data sets claiming despite the fact that most of the observed networks have fat-tailed degree distributions, they deviate from being scale-free.[5]

</math>, where γ is a constant. Such networks are called scale-free networks and have attracted particular attention for their structural and dynamical properties. However, recently, there have been some researches based on real-world data sets claiming despite the fact that most of the observed networks have fat-tailed degree distributions, they deviate from being scale-free.

</math>,γ是一个常数。这种网络被称为无标度网络,因其结构和动力学性质而引起人们的特别关注。然而,最近有一些基于真实数据的研究声称,尽管大多数观测到的网络具有肥尾度分布,但它们偏离了无标度分布。


Excess degree distribution

超额度分布 Excess degree distribution is the probability distribution, for a node reached by following an edge, of the number of other edges attached to that node.[6] In other words, it is the distribution of outgoing links from a node reached by following a link.

Excess degree distribution is the probability distribution, for a node reached by following an edge, of the number of other edges attached to that node. In other words, it is the distribution of outgoing links from a node reached by following a link.

超额度分布是通过跟随一条边到达该节点的其他边的数量的概率分布。换句话说,它是通过跟随一个链接从一个节点到达的传出链接的分布。


Suppose a network has a degree distribution [math]\displaystyle{ Suppose a network has a degree distribution 假设一个网络具有度分布\lt math\gt P(k) }[/math]


P(k)

P (k)

</math>, by selecting one node (randomly or not) and going to one of its neighbors (assuming to have one neighbor at least), then the probability of that node to have [math]\displaystyle{ }[/math], by selecting one node (randomly or not) and going to one of its neighbors (assuming to have one neighbor at least), then the probability of that node to have [math]\displaystyle{ 通过选择一个节点(随机或非随机)并转到它的一个邻居(假设至少有一个邻居) ,那么该节点具有\lt math \gt k }[/math]个邻居的概率

k

k

K

</math> neighbors is not given by [math]\displaystyle{ }[/math] neighbors is not given by [math]\displaystyle{ 不是由 \lt math\gt P(k) }[/math]给出的

P(k)

P(k)


</math>. The reason is that, whenever some node is selected in a heterogeneous network, it is more probable to reach the hobs by following one of the existing neighbors of that node. The true probability of such nodes to have degree [math]\displaystyle{ }[/math]. The reason is that, whenever some node is selected in a heterogeneous network, it is more probable to reach the hobs by following one of the existing neighbors of that node. The true probability of such nodes to have degree [math]\displaystyle{ 原因在于,无论何时在异质网络中选择某个节点,它都更有可能通过跟随该节点的某个现有邻居到达枢纽节点。这些节点具有度\lt math \gt k }[/math]的真实概率

k

k

K

</math> is [math]\displaystyle{ }[/math] is [math]\displaystyle{ 是\lt math\gt q(k) }[/math]

q(k)

q(k)

Q (k)

</math> which is called the excess degree of that node. In the configuration model, which correlations between the nodes have been ignored and every node is assumed to be connected to any other nodes in the network with the same probability, the excess degree distribution can be found as[6]:

</math> which is called the excess degree of that node. In the configuration model, which correlations between the nodes have been ignored and every node is assumed to be connected to any other nodes in the network with the same probability, the excess degree distribution can be found as:

它被称为该节点的超额度。在配置模型中,忽略节点之间的相关性,并假定每个节点以相同的概率连接到网络中的其他任何节点,超额度分布表示为:


[math]\displaystyle{ \lt math\gt 《数学》 q(k) = \frac{k+1}{\langle k \rangle}P(k+1), q(k) = \frac{k+1}{\langle k \rangle}P(k+1), Q (k) = frac { k + 1}{ langle k rangle } p (k + 1) , }[/math]

</math>



where [math]\displaystyle{ where \lt math\gt {\langle k \rangle} {\langle k \rangle} }[/math] is the mean-degree (average degree) of the model. It follows to that fact that the average degree of the neighbor of any node is greater than the average degree of that node. In social networks, it mean that your friends, on average, have more friends than you. This is famous as the friendship paradox. It can be shown that a network can have a giant component, if its average excess degree is larger than one:

</math> is the mean-degree (average degree) of the model. It follows to that fact that the average degree of the neighbor of any node is greater than the average degree of that node. In social networks, it mean that your friends, on average, have more friends than you. This is famous as the friendship paradox. It can be shown that a network can have a giant component, if its average excess degree is larger than one:

这里[math]\displaystyle{ {\langle k \rangle} }[/math] 是模型的平均度。由此可知,任何节点的邻居的平均度大于该节点的平均度。在社交网络中,这意味着你的朋友平均比你拥有更多的朋友。这就是著名的友谊悖论。可以证明,如果一个网络的平均超额度大于1,那么它可以有一个巨大的联通子网络:


[math]\displaystyle{ \lt math\gt \sum_k kq(k) \gt 1 \Rightarrow {\langle k^2 \rangle}-2{\langle k \rangle}\gt 0 \sum_k kq(k) \gt 1 \Rightarrow {\langle k^2 \rangle}-2{\langle k \rangle}\gt 0 1 right tarrow { langle k ^ 2 rangle }-2{ langle k rangle } \gt 0 }[/math]

</math>



Bear in mind that the last two equations are just for the configuration model and to derive the excess degree distribution of a real-word network, we should also add degree correlations into account.[6]

Bear in mind that the last two equations are just for the configuration model and to derive the excess degree distribution of a real-word network, we should also add degree correlations into account.

记住,最后两个方程只适用于配置模型,要推导出实词网络的超额度分布,还应考虑度相关性。


The Generating Functions Method

生成函数方法 Generating functions can be used to calculate different properties of random networks. Given the degree distribution and the excess degree distribution of some network, [math]\displaystyle{ Generating functions can be used to calculate different properties of random networks. Given the degree distribution and the excess degree distribution of some network, \lt math\gt 生成函数可以用来计算随机网络的不同性质。给定某些网络的度分布和超度分布,\lt math \gt P(k) }[/math][math]\displaystyle{ q(k) }[/math]


P(k)

P(k)

P (k)

</math> and [math]\displaystyle{ }[/math] and [math]\displaystyle{ [ math ]和[ math ] q(k) q(k) Q (k) }[/math] respectively, it is possible to write two power series in the following forms:

</math> respectively, it is possible to write two power series in the following forms:

可以以下列形式写出两个幂级数:


[math]\displaystyle{ \lt math\gt G_0(x) = \textstyle \sum_{k} \displaystyle P(k)x^k G_0(x) = \textstyle \sum_{k} \displaystyle P(k)x^k }[/math] and [math]\displaystyle{ }[/math] and [math]\displaystyle{ [ math ]和[ math ] G_1(x) = \textstyle \sum_{k} \displaystyle q(k)x^k = \textstyle \sum_{k} \displaystyle \frac{k}{\langle k \rangle}P(k)x^{k-1} G_1(x) = \textstyle \sum_{k} \displaystyle q(k)x^k = \textstyle \sum_{k} \displaystyle \frac{k}{\langle k \rangle}P(k)x^{k-1} 1(x) = textstyle sum { k } displaystyle q (k) x ^ k = textstyle sum { k } displastyle frac { k }{ langle k rangle } p (k) x ^ { k-1} }[/math]

</math>



[math]\displaystyle{ \lt math\gt 《数学》 G_1(x) G_1(x) G _ 1(x) }[/math] can also be obtained from derivatives of [math]\displaystyle{ }[/math] can also be obtained from derivatives of [math]\displaystyle{ G_0(x) }[/math] 也可以从 < math > 的导数得到


G_0(x)

G _ 0(x)

</math>:

</math>:

(/math)


[math]\displaystyle{ \lt math\gt 《数学》 G_1(x) = \frac{G'_0(x)}{G'_0(1)} G_1(x) = \frac{G'_0(x)}{G'_0(1)} 1(x) = frac { g’ _ 0(x)}{ g’ _ 0(1)} }[/math]

</math>

数学


If we know the generating function for a probability distribution [math]\displaystyle{ If we know the generating function for a probability distribution \lt math\gt 如果我们知道生成函数的一个概率分布,然后我们就得到\lt math\gt P(k) }[/math]的值通过鉴别:

P(k)

P(k)

P (k)

</math> then we can recover the values of [math]\displaystyle{ }[/math] then we can recover the values of [math]\displaystyle{ P(k) P(k) P (k) }[/math] by differentiating:

</math> by differentiating:



[math]\displaystyle{ \lt math\gt 《数学》 P(k) = \frac{1}{k!} {\operatorname{d}^k\!G\over\operatorname{d}\!x^k}\biggl \vert _{x=0} P(k) = \frac{1}{k!} {\operatorname{d}^k\!G\over\operatorname{d}\!x^k}\biggl \vert _{x=0} = frac {1}{ k! }{ operatorname { d } ^ k! g over operatorname { d } ! x ^ k } bigvert { x = 0} }[/math]

</math>

数学


Some properties, e.g. the moments, can be easily calculated from [math]\displaystyle{ Some properties, e.g. the moments, can be easily calculated from \lt math\gt 一些性质,例如,时刻,可以很容易地计算依据 \lt math \gt G0(x) }[/math]和它的导数:

G_0(x)

G_0(x)

G _ 0(x)

</math> and its derivatives:

</math> and its derivatives:



  • [math]\displaystyle{ {\langle k \rangle} = G'_0(1) {\langle k \rangle} = G'_0(1) { langle k rangle } = g’ _ 0(1) }[/math]

</math>

数学

  • [math]\displaystyle{ {\langle k^2 \rangle} = G''_0(1) + G'_0(1) {\langle k^2 \rangle} = G_0(1) + G'_0(1) { langle k ^ 2 rangle } = g _ 0(1) + g’ _ 0(1) }[/math]

</math>

数学


And in general[6]:

And in general:

一般来说:


  • [math]\displaystyle{ {\langle k^m \rangle} = \Biggl[{\bigg(\operatorname{x}{\operatorname{d}\!\over\operatorname{dx}\!}\biggl)^m}G_0(x)\Biggl]_{x=1} {\langle k^m \rangle} = \Biggl[{\bigg(\operatorname{x}{\operatorname{d}\!\over\operatorname{dx}\!}\biggl)^m}G_0(x)\Biggl]_{x=1} { langle k ^ m rangle } = Biggl [{ bigg (operatorname { x }{ operatorname { d } ! over operatorname { dx } ![} Biggl) ^ m } g _ 0(x) Biggl ] _ { x = 1} }[/math]

</math>

数学


For Poisson-distributed random networks, such as the ER graph, [math]\displaystyle{ For Poisson-distributed random networks, such as the ER graph, \lt math\gt 对于泊松分布的随机网络,如 ER 图,\lt math \gt G1(x) = G0(x) }[/math]

G_1(x) = G_0(x)

G_1(x) = G_0(x)

G1(x) = g0(x)

</math>, that is the reason why the theory of random networks of this type is especially simple. The probability distributions for the 1st and 2nd-nearest neighbors are generated by the functions [math]\displaystyle{ }[/math], that is the reason why the theory of random networks of this type is especially simple. The probability distributions for the 1st and 2nd-nearest neighbors are generated by the functions [math]\displaystyle{ 这就是为什么这种类型的随机网络理论特别简单的原因。第一和第二近邻的概率分布是由函数 \lt math \gt G0(x) }[/math][math]\displaystyle{ G0(G1(x)) }[/math]生成的

G_0(x)

G_0(x)

G _ 0(x)

</math> and [math]\displaystyle{ }[/math] and [math]\displaystyle{ [ math ]和[ math ] G_0(G_1(x)) G_0(G_1(x)) G _ 0(g _ 1(x)) }[/math]. By extension, the distribution of [math]\displaystyle{ }[/math]. By extension, the distribution of [math]\displaystyle{ 继续扩展,\lt math \gt m-th }[/math]的邻居的分布

m

m

M

</math>-th neighbors is generated by:

</math>-th neighbors is generated by:

这个邻居是由以下几个因素产生的:


[math]\displaystyle{ \lt math\gt 《数学》 G_0\bigl(G_1(...G_1(x)...)\bigr) G_0\bigl(G_1(...G_1(x)...)\bigr) G _ 0 bigl (g _ 1(... g _ 1(x) ...) bigr) }[/math], with [math]\displaystyle{ }[/math], with [math]\displaystyle{ [ math ] ,with \lt math \gt m-1 m-1 M-1 }[/math] iterations of the function [math]\displaystyle{ }[/math] iterations of the function [math]\displaystyle{ 函数的迭代 G_1 G_1 1 }[/math] acting on itself.[7]

</math> acting on itself.

自我作用。


The average number of 1st neighbors, [math]\displaystyle{ The average number of 1st neighbors, \lt math\gt 第一个邻居的平均数量c1是 c_1 c_1 C _ 1 }[/math], is [math]\displaystyle{ }[/math], is [math]\displaystyle{ [ math ] ,is \lt math \gt {\langle k \rangle} = {dG_0(x)\over dx}|_{x=1} {\langle k \rangle} = {dG_0(x)\over dx}|_{x=1} { langle k rangle } = { dG _ 0(x) over dx } | { x = 1} }[/math] and the average number of 2nd neighbors is: [math]\displaystyle{ }[/math] and the average number of 2nd neighbors is: [math]\displaystyle{ 第二个邻居的平均数量是: c_2 = \biggl[ {d\over dx}G_0\big(G_1(x)\big)\biggl]_{x=1} = G_1'(1)G'_0\big(G_1(1)\big) = G_1'(1)G'_0(1) = G''_0(1) c_2 = \biggl[ {d\over dx}G_0\big(G_1(x)\big)\biggl]_{x=1} = G_1'(1)G'_0\big(G_1(1)\big) = G_1'(1)G'_0(1) = G_0(1) C2 = biggl [{ d over dx } g0 big (g1(x) big)] _ { x = 1} = g1’(1) g’0 big (g1(1) big) = g1’(1) g’0(1) }[/math]

</math>

数学


Degree distribution for directed networks

有向网络的度分布

图1:In/out degree distribution for Wikipedia's hyperlink graph (logarithmic scales) 维基百科超链接图(对数尺度)的入/出度分布


In a directed network, each node has some in-degree [math]\displaystyle{ In a directed network, each node has some in-degree \lt math\gt 在有向网络中,每个节点都有一些入度k{in} k_{ k_{ 这是一个很好的例子 in} in} }[/math] and some out-degree [math]\displaystyle{ }[/math] and some out-degree [math]\displaystyle{ 和一些出度k{out} k_{out} k_{out} }[/math] which are the number of links which have run into and out of that node respectfully. If [math]\displaystyle{ }[/math] which are the number of links which have run into and out of that node respectfully. If [math]\displaystyle{ 分别指代的是指向该节点的边的数量和从该节点指出的边的数量。 P(k_{in}, k_{out}) P(k_{in}, k_{out}) P (k _ { in } ,k _ { out }) }[/math] is the probability that a randomly chosen node has in-degree [math]\displaystyle{ }[/math] is the probability that a randomly chosen node has in-degree [math]\displaystyle{ 如果 \lt math \gt P(k_{in}, k_{out}) }[/math]是一个随机选择的具有入出度的节点的可能性

k_{

k_{

这是一个很好的例子

in}

in}

开始吧

</math> and out-degree [math]\displaystyle{ }[/math] and out-degree [math]\displaystyle{ “数学”和“学位” k_{out} k_{out} 我不知道你在说什么 }[/math] then the generating function assigned to this joint probability distribution can be written with two valuables [math]\displaystyle{ }[/math] then the generating function assigned to this joint probability distribution can be written with two valuables [math]\displaystyle{ 那么分配给这个生成函数的联合概率分布可以被写成两个变量 \lt math\gt x }[/math][math]\displaystyle{ y }[/math]

x

x

X

</math> and [math]\displaystyle{ }[/math] and [math]\displaystyle{ [ math ]和[ math ] y y Y }[/math] as:

</math> as:



[math]\displaystyle{ \lt math\gt \mathcal{G}(x,y) = \sum_{k_{in},k_{out}} \displaystyle P({k_{in},k_{out}})x^{k_{in}}y^{k_{out}} . \mathcal{G}(x,y) = \sum_{k_{in},k_{out}} \displaystyle P({k_{in},k_{out}})x^{k_{in}}y^{k_{out}} . }[/math]

</math>

数学


Since every link in a directed network must leave some node and enter another, the net average number of links entering

Since every link in a directed network must leave some node and enter another, the net average number of links entering

由于有向网络中的每个链路必须离开某个节点并进入另一个节点,因此进入一个节点的链路的净平均数是零。


a node is zero. Therefore,

a node is zero. Therefore,

所以,


[math]\displaystyle{ \lt math\gt \langle{k_{in}-k_{out}}\rangle =\sum_{k_{in},k_{out}} \displaystyle (k_{in}-k_{out})P({k_{in},k_{out}}) = 0 \langle{k_{in}-k_{out}}\rangle =\sum_{k_{in},k_{out}} \displaystyle (k_{in}-k_{out})P({k_{in},k_{out}}) = 0 }[/math],

</math>,



which implies that, the generation function must satisfy:

which implies that, the generation function must satisfy:

这意味着,生成函数必须满足:


[math]\displaystyle{ \lt math\gt 《数学》 {\partial \mathcal{G}\over\partial x}\vert _{x,y=1} = {\partial \mathcal{G}\over\partial y}\vert _{x,y=1} = c, {\partial \mathcal{G}\over\partial x}\vert _{x,y=1} = {\partial \mathcal{G}\over\partial y}\vert _{x,y=1} = c, { partial mathcal { g } over partial x } vert _ { x,y = 1} = { partial mathcal { g } over partial y } vert _ { x,y = 1} = c, }[/math]

</math>

数学


where [math]\displaystyle{ where \lt math\gt c c C }[/math] is the mean degree (both in and out) of the nodes in the network; [math]\displaystyle{ }[/math] is the mean degree (both in and out) of the nodes in the network; [math]\displaystyle{ C是网络中节点的平均度(内部和外部) \langle{k_{in}}\rangle = \langle{k_{out}}\rangle = c. \langle{k_{in}}\rangle = \langle{k_{out}}\rangle = c. }[/math]

</math>

数学


Using the function [math]\displaystyle{ Using the function \lt math\gt 使用函数 \lt math \gt \mathcal{G}(x,y) }[/math]

\mathcal{G}(x,y)

\mathcal{G}(x,y)


</math>, we can again find the generation function for the in/out-degree distribution and in/out-excess degree distribution, as before. [math]\displaystyle{ }[/math], we can again find the generation function for the in/out-degree distribution and in/out-excess degree distribution, as before. [math]\displaystyle{ }[/math] ,如前所述,我们可以再次找到入/出度分布和入/出超量度分布的生成函数。

G^{in}_0(x)

G^{in}_0(x)

0(x)

</math> can be defined as generating functions for the number of arriving links at a randomly chosen node, and [math]\displaystyle{ }[/math] can be defined as generating functions for the number of arriving links at a randomly chosen node, and [math]\displaystyle{ 可以将 }[/math] 定义为一个随机选择的节点上到达的链接数的生成函数,以及 < math >

G^{in}_1(x)

G^{in}_1(x)

1(x)

</math>can be defined as the number of arriving links at a node reached by following a randomly chosen link. We can also define generating functions [math]\displaystyle{ }[/math]can be defined as the number of arriving links at a node reached by following a randomly chosen link. We can also define generating functions [math]\displaystyle{ }[/math] 可以定义为按照随机选择的链接到达一个节点的到达链接数。我们也可以定义生成函数 < math >

G^{out}_0(y)

G^{out}_0(y)

0(y)

</math> and [math]\displaystyle{ }[/math] and [math]\displaystyle{ [ math ]和[ math ] G^{out}_1(y) G^{out}_1(y) 1(y) }[/math] for the number leaving such a node:[7]

</math> for the number leaving such a node:

离开这样一个节点的数字:


  • [math]\displaystyle{ G^{in}_0(x) = \mathcal{G}(x,1) G^{in}_0(x) = \mathcal{G}(x,1) 0(x) = mathcal { g }(x,1) }[/math]

</math>

数学

  • [math]\displaystyle{ G^{in}_1(x) = \frac{1}{c} {\partial \mathcal{G}\over\partial x}\vert _{y=1} G^{in}_1(x) = \frac{1}{c} {\partial \mathcal{G}\over\partial x}\vert _{y=1} 1(x) = frac {1}{ c }{ partial mathcal { g } over partial x } vert _ { y = 1} }[/math]

</math>

数学

  • [math]\displaystyle{ G^{out}_0(y) = \mathcal{G}(1,y) G^{out}_0(y) = \mathcal{G}(1,y) 0(y) = mathcal { g }(1,y) }[/math]

</math>

数学

  • [math]\displaystyle{ G^{out}_1(y) = \frac{1}{c} {\partial \mathcal{G}\over\partial y}\vert _{x=1} G^{out}_1(y) = \frac{1}{c} {\partial \mathcal{G}\over\partial y}\vert _{x=1} 1(y) = frac {1}{ c }{ partial mathcal { g } over partial y } vert _ { x = 1} }[/math]

</math>

数学


Here, the average number of 1st neighbors, [math]\displaystyle{ Here, the average number of 1st neighbors, \lt math\gt 这里,第一个邻居的平均数量C,\lt math \gt c c C }[/math], or as previously introduced as [math]\displaystyle{ }[/math], or as previously introduced as [math]\displaystyle{ 或者像之前表示的C1 c_1 c_1 C _ 1 }[/math], is [math]\displaystyle{ }[/math], is [math]\displaystyle{ [ math ] ,is \lt math \gt {\partial \mathcal{G}\over\partial x}\biggl \vert _{x,y=1} = {\partial \mathcal{G}\over\partial y}\biggl \vert _{x,y=1} {\partial \mathcal{G}\over\partial x}\biggl \vert _{x,y=1} = {\partial \mathcal{G}\over\partial y}\biggl \vert _{x,y=1} { partial mathcal { g } over partial x } biggl vert _ { x,y = 1} = { partial mathcal { g } over partial y } biggl vert _ { x,y = 1} }[/math] and the average number of 2nd neighbors reachable from a randomly chosen node is given by: [math]\displaystyle{ }[/math] and the average number of 2nd neighbors reachable from a randomly chosen node is given by: [math]\displaystyle{ 从一个随机选择的节点上可达到的第二邻居的平均数是: c_2 = G_1'(1)G'_0(1) ={\partial^2 \mathcal{G}\over\partial x\partial y}\biggl \vert _{x,y=1} c_2 = G_1'(1)G'_0(1) ={\partial^2 \mathcal{G}\over\partial x\partial y}\biggl \vert _{x,y=1} }[/math]. These are also the numbers of 1st and 2nd neighbors from which a random node can be reached, since these equations are manifestly symmetric in [math]\displaystyle{ }[/math]. These are also the numbers of 1st and 2nd neighbors from which a random node can be reached, since these equations are manifestly symmetric in [math]\displaystyle{ 这些也是从这些随机节点可以达到第一和第二邻居的数量,因为这些方程显然是在x和y上对称的 \lt math \gt x x X }[/math] and [math]\displaystyle{ }[/math] and [math]\displaystyle{ [ math ]和[ math ] y y Y }[/math].[7]

</math>.

数学。


See also

图理论

复杂网络

无标度网络

随机网络

结构截止值


References

  1. Barabási, Albert-László; Albert, Réka (1999-10-15). "Emergence of Scaling in Random Networks". Science. 286 (5439): 509–512. arXiv:cond-mat/9910332. Bibcode:1999Sci...286..509B. doi:10.1126/science.286.5439.509. ISSN 0036-8075. PMID 10521342.
  2. Albert, Réka; Barabási, Albert-László (2000-12-11). "Topology of Evolving Networks: Local Events and Universality" (PDF). Physical Review Letters. 85 (24): 5234–5237. arXiv:cond-mat/0005085. Bibcode:2000PhRvL..85.5234A. doi:10.1103/physrevlett.85.5234. hdl:2047/d20000695. ISSN 0031-9007. PMID 11102229.
  3. Dorogovtsev, S. N.; Mendes, J. F. F.; Samukhin, A. N. (2001-05-21). "Size-dependent degree distribution of a scale-free growing network". Physical Review E. 63 (6): 062101. arXiv:cond-mat/0011115. Bibcode:2001PhRvE..63f2101D. doi:10.1103/physreve.63.062101. ISSN 1063-651X. PMID 11415146.
  4. Pachon, Angelica; Sacerdote, Laura; Yang, Shuyi (2018). "Scale-free behavior of networks with the copresence of preferential and uniform attachment rules". Physica D: Nonlinear Phenomena. 371: 1–12. arXiv:1704.08597. Bibcode:2018PhyD..371....1P. doi:10.1016/j.physd.2018.01.005.
  5. Holme, Petter (2019-03-04). "Rare and everywhere: Perspectives on scale-free networks". Nature Communications (in English). 10 (1): 1016. Bibcode:2019NatCo..10.1016H. doi:10.1038/s41467-019-09038-8. ISSN 2041-1723. PMC 6399274. PMID 30833568.
  6. 6.0 6.1 6.2 6.3 Newman, Mark (2018-10-18) (in en). Networks. 1. Oxford University Press. doi:10.1093/oso/9780198805090.001.0001. ISBN 978-0-19-880509-0. http://www.oxfordscholarship.com/view/10.1093/oso/9780198805090.001.0001/oso-9780198805090. 
  7. 7.0 7.1 7.2 Newman, M. E. J.; Strogatz, S. H.; Watts, D. J. (2001-07-24). "Random graphs with arbitrary degree distributions and their applications". Physical Review E (in English). 64 (2): 026118. doi:10.1103/PhysRevE.64.026118. ISSN 1063-651X.


  • Albert, R.; Barabasi, A.-L.

2 = Barabasi,A.-L. (2002

2002年). "复杂网络的统计力学". Reviews of Modern Physics. 74

74 (1

1): 47–97. arXiv:cond-mat/0106096. Bibcode:[https://ui.adsabs.harvard.edu/abs/2002RvMP...74...47A

2002RvMP... 74... 47A 2002RvMP...74...47A 2002RvMP... 74... 47A]. doi:[//doi.org/10.1103%2FRevModPhys.74.47%0A%0A10.1103%2FRevModPhys.%2074.47 10.1103/RevModPhys.74.47 10.1103/RevModPhys. 74.47]. {{cite journal}}: Check |bibcode= length (help); Check |doi= value (help); Check date values in: |year= (help); Unknown parameter |杂志= ignored (help); Unknown parameter |第一= ignored (help); Unknown parameter |页数= ignored (help); line feed character in |author2= at position 16 (help); line feed character in |bibcode= at position 20 (help); line feed character in |doi= at position 25 (help); line feed character in |issue= at position 2 (help); line feed character in |volume= at position 3 (help); line feed character in |year= at position 5 (help)

}}

}}

  • Dorogovtsev, S.; Mendes, J. F. F.

2 = Mendes,J.f. (2002

2002年). "网络的进化". Advances in Physics. 51

51 (4

第四期): 1079–1187. arXiv:cond-mat/0106144. Bibcode:2002AdPhy..51.1079D. doi:[//doi.org/10.1080%2F00018730110112519%0A%0A10.1080%2F00018730110112519 10.1080/00018730110112519 10.1080/00018730110112519]. {{cite journal}}: Check |doi= value (help); Check date values in: |year= (help); Unknown parameter |杂志= ignored (help); Unknown parameter |第一= ignored (help); line feed character in |author2= at position 17 (help); line feed character in |doi= at position 26 (help); line feed character in |issue= at position 2 (help); line feed character in |volume= at position 3 (help); line feed character in |year= at position 5 (help)

|bibcode = 2002AdPhy..51.1079D }}

2002/adphy. . 51.1079 d }

  • Newman

纽曼, m.E.j. (2003

2003年). "复杂网络的结构和功能". SIAM Review. 45

45 (2

2): 167–256. arXiv:cond-mat/0303516. Bibcode:. 45. . 167 n 2003siaml. . 45. . 167 n. doi:10.1137/S003614450342480. {{cite journal}}: Check |bibcode= length (help); Check date values in: |year= (help); Unknown parameter |页= ignored (help); line feed character in |issue= at position 3 (help); line feed character in |last= at position 8 (help); line feed character in |volume= at position 4 (help); line feed character in |year= at position 6 (help)

}}

}}

2010年). [http://havlin.biu.ac.il/Shlomo%20Havlin%20books_com_net.php

Http://havlin.biu.ac.il/shlomo%20havlin%20books_com_net.php Complex Networks: Structure, Robustness and Function

复杂网络: 结构、健壮性和功能]. Cambridge University Press

剑桥大学出版社. http://havlin.biu.ac.il/Shlomo%20Havlin%20books_com_net.php

Http://havlin.biu.ac.il/shlomo%20havlin%20books_com_net.php. 

}}

}}

Category:Graph theory

范畴: 图论

Category:Graph invariants

类别: 图形不变量

Category:Network theory

范畴: 网络理论


This page was moved from wikipedia:en:Degree distribution. Its edit history can be viewed at 度分布/edithistory