measure of the density of edges neighboring a vertex
\(C(v_i) = \frac{\text{no. of edges in $G_i$}}{\text{maximum number of edges in
$G_i$}} = \frac{m_i}{\left(\begin{smallmatrix}n_i \\ 2
\end{smallmatrix}\right)} = \frac{2 \cdot m_i}{n_i(n_i-1)}\)
The clustering coefficient of a graph is the average clustering coefficient over all of the nodes
Efficiency
defined as \(\frac{1}{d(v_i,v_j)}\)
if not connected, \(d(v_i, v_j) = \infty\) and the efficiency is 0
Efficiency of a graph is the average efficiency over all pairs of nodes.
Centrality Analysis
Basic Centralities
Degree Centrality
higher the degree, more important or central the vertex is
Eccentricity Centrality
Less eccentric, the more central the vertex is
\(c(v_i) = \frac{1}{e(v_i)\)
Closeness Centrality
sum of all the distances from a node, higher the distance, less central
\(c(v_i) = \frac{1}{\sum_jd(v_i, v_j)\)
node with the smallest total distance (most central) is the median node
Betweenness Centrality
how many shortest paths between all pairs of nodes include the vertex
\(\gamma_{jk}(v_i) = \frac{n_{jk}(v_i)}{n_{jk}\)
betweeeness centrality = \(c(v_i) = \displaystyle\sum\limits_{j\ne i}
\displaystyle\sum\limits_{\begin{smallmatrix}k \ne i \\ k > j\end{smallmatrix}} \gamma_{jk}\)
Web Centralities
Prestige
eigenvector centrality
more links to node, higher the centrality
also depends on the prestige of linked nodes
PageRank
webpages(Nodes) connected by hyperlinks(edges)
Rank is assigned based on probability of landing on a page
Normalized Prestige
Hub and Authority Scores
Random Jumps
Graph Models
Small World Property
Scale-free Property
Clustering Effect
Average Degree
Degree Distribution
Clustering Coefficient
Diameter
Watts-Strogatz Small-world Graph Model
Clustering COefficient and Diameter of Regular Graph
Random Perturbation of Regular Graph edge rewiring
edge shortcuts
Properties of Watts-Strogatz Graphs Degree Distribution