1 / 6

Science: Graph theory and networks

Science: Graph theory and networks. Dr Andy Evans. Graph/Network maths. Graph theory deals with networks as mixes of nodes and vertices (edges). Was limited to relatively simple graphs until more data on links and more processing power. Now huge research and development area.

shanta
Download Presentation

Science: Graph theory and networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Science: Graph theory and networks Dr Andy Evans

  2. Graph/Network maths Graph theory deals with networks as mixes of nodes and vertices (edges). Was limited to relatively simple graphs until more data on links and more processing power. Now huge research and development area.

  3. Network statistics Distribution/average of node degree (edges connected). Distances: Eccentricity: distance from a node to the node furthest from it. Average path length: average eccentricity. Radius: minimum eccentricity in the graph. Diameter: maximum eccentricity in the graph. Global clustering: how many nodes are connected in complete connection triangles (triadic closures) as a proportion of the connected triplets in the graph.

  4. Other key statistics Centrality: various measures, including degree, but two are: Betweenness centrality: number of shortest paths passing through a node. Closeness centrality: average of shortest paths to all other nodes. Node degree (or other) correlation: how similar are nodes to their neighbours?

  5. Software Masses of software E.g. Inflow Network Centrality Small-World Networks Cluster Analysis Network Density Prestige / Influence Structural Equivalence Network Neighborhood External / Internal Ratio Weighted Average Path Length Shortest Paths & Path Distribution Pajek - for Large Network Analysis http://pajek.imfm.si/doku.php?id=pajek http://en.wikipedia.org/wiki/Social_network_analysis_software

  6. Programming Graphs GUESS (Open Source Java program) http://graphexploration.cond.org/ Nicely uses GraphML, XML for representing graphs. JUNG library http://jung.sourceforge.net/ R: various packages, including igraph.

More Related