当前位置:网站首页>Complex network modeling (I)
Complex network modeling (I)
2022-07-07 08:06:00 【Dam head count】
degree 、 Average degree and degree distribution
The degree of a node is the number of adjacent edges of the node . The average degree is the average of all node degrees . Degree distribution describes the distribution of node degrees , It is usually represented by histogram .
Connectivity
In undirected network If any pair of nodes i And nodes j There is at least one path between , Then the network is connected , If it does not exist, it is disconnected .
Agglomeration coefficient
The agglomeration coefficient is used to capture the connection degree between the neighbor nodes of a given node . For a degree of ki The node of i,
The local aggregation coefficient is determined as 
As shown in the figure below 
The degree of agglomeration of the whole network can be characterized by the average agglomeration coefficient , It represents the average value of the local agglomeration coefficient of all nodes
Global agglomeration coefficient

Degree distribution
The degree of nodes in most practical networks satisfies a certain probability distribution . Definition p(k) For the network, moderate for k The proportion of nodes in the whole network .
Rule network : Because every node has the same degree , Therefore, its degree distribution is concentrated on a single peak , It's a kind of Delta Distribution .
Completely random network : The degree distribution has the form of Poisson distribution , The probability of each side is equal , The degree of most nodes is basically the same , The average degree of the network is close to (k), Away from peak (k), The degree distribution decreases exponentially . This kind of network is called uniform network .
Cumulative distribution
The cumulative degree distribution function can be used to describe the degree distribution , The relationship between it and degree distribution is
P k = ∑ x = k ∞ P ( x ) P_k=\sum_{x=k}^{\infty }P(x) Pk=x=k∑∞P(x)
It means that the degree is not less than k Probability distribution of nodes .
The diameter and average distance of the network
Two nodes in the network Vi and Vj A simple path with the least number of edges ( The sides of experience are different ), Called geodesic . Number of sides of geodesic line dij Called two nodes Vi and Vj Distance between ( Or geodesic distance ).
1/dij Referred to as a node Vi and Vj Efficiency between , Write it down as εij. Efficiency is usually used to measure the speed of information transmission between nodes .
The diameter of the network D Defined as all distances dij The maximum
Average distance ( Characteristic path length )
Average distance L It is defined as the average value of the distance between all node pairs , It describes the average separation degree between nodes in the network .
Many actual networks, although the number of nodes is huge , But the average distance is surprisingly small , This is the so-called small world effect .
degree — Degree dependence
1. Degree based on nearest neighbor average degree value - Degree dependence
degree - Degree correlation describes the relationship between moderately large nodes and low degree nodes in the network . If nodes with the high degrees tend to connect with the nodes with the high degrees , Then the network is degree - Degree positive correlation , The opposite is degrees - Degree negative correlation .
node Vi The nearest neighbor average of is defined as :
among ki Representation node Vi Degree value of ,aij Is the adjacency matrix element
All degree values are k The average value of the nearest neighbor average degree value of the node is knn(k) Defined as 
In the formula N Is the total number of nodes ,P(k) Is the degree distribution function
If knn(k) With k Rise with the rise of , It shows that nodes with large degrees tend to connect with nodes with large degrees , The network has positive correlation characteristics , It is called co distribution network ; On the contrary, the network has negative correlation , Call it a mismatch network .
2. be based on Pearson The degree of correlation coefficient - Degree dependence
Newman Using the degree of nodes at both ends of the edge Pearson The correlation coefficient r To describe the degree of network - Degree dependence , The definition is as follows :
边栏推荐
- Jmeter 的使用
- Linux server development, MySQL index principle and optimization
- 开源生态|打造活力开源社区,共建开源新生态!
- 让Livelink初始Pose与动捕演员一致
- 2022 welder (elementary) judgment questions and online simulation examination
- 2022年全国最新消防设施操作员(初级消防设施操作员)模拟题及答案
- Téléchargement des données de conception des puces
- [quick start of Digital IC Verification] 17. Basic grammar of SystemVerilog learning 4 (randomization)
- Relevant data of current limiting
- JSON data flattening pd json_ normalize
猜你喜欢
![[quickstart to Digital IC Validation] 15. Basic syntax for SystemVerilog Learning 2 (operator, type conversion, loop, Task / Function... Including practical exercises)](/img/e1/9a047ef13299b94b5314ee6865ba26.png)
[quickstart to Digital IC Validation] 15. Basic syntax for SystemVerilog Learning 2 (operator, type conversion, loop, Task / Function... Including practical exercises)

2022 recurrent training question bank and answers of refrigeration and air conditioning equipment operation

2022 Inner Mongolia latest advanced fire facility operator simulation examination question bank and answers

Jmeter 的使用

Cnopendata list data of Chinese colleges and Universities

Leetcode 40: combined sum II

【数字IC验证快速入门】13、SystemVerilog interface 和 program 学习

Force buckle 145 Binary Tree Postorder Traversal

Numbers that appear only once

Use and analysis of dot function in numpy
随机推荐
Linux server development, SQL statements, indexes, views, stored procedures, triggers
LeetCode中等题之我的日程安排表 I
[matlab] when matrix multiplication in Simulink user-defined function does not work properly, matrix multiplication module in module library can be used instead
Leetcode 90: subset II
Codeforce c.strange test and acwing
Introduction to basic components of wechat applet
贝叶斯定律
Qt学习26 布局管理综合实例
2022制冷与空调设备运行操作复训题库及答案
Avatary的LiveDriver试用体验
C语言航班订票系统
Few shot Learning & meta learning: small sample learning principle and Siamese network structure (I)
Use and analysis of dot function in numpy
有 Docker 谁还在自己本地安装 Mysql ?
【数字IC验证快速入门】17、SystemVerilog学习之基本语法4(随机化Randomization)
2022年茶艺师(中级)考试试题及模拟考试
【踩坑系列】uniapp之h5 跨域的问题
[quick start of Digital IC Verification] 17. Basic grammar of SystemVerilog learning 4 (randomization)
[UVM practice] Chapter 1: configuring the UVM environment (taking VCs as an example), run through the examples in the book
C language flight booking system