degreecentrality
Degree centrality is a centrality measure in network analysis that quantifies the number of direct connections a node has. In an undirected network, the degree centrality of a node i equals k_i, the number of edges incident to i. In directed networks, centrality can be decomposed into in-degree and out-degree centrality, counting incoming and outgoing edges, respectively. In weighted networks, degree centrality is often defined as the strength of the node, the sum of weights of incident edges.
Normalized degree centrality divides by the maximum possible degree (n-1 for undirected graphs) to yield a value
Interpretation of degree centrality is straightforward: a higher value indicates more direct connections and potentially greater
Computation can be described using an adjacency matrix A. For undirected graphs, the centrality of i is
Applications span social networks to identify popular individuals, infrastructure networks to locate hubs, biological networks to