Degree Distribution Ralucca Gera,

Slides:



Advertisements
Similar presentations
Peer-to-Peer and Social Networks Power law graphs Small world graphs.
Advertisements

Analysis and Modeling of Social Networks Foudalis Ilias.
Section 14.1 Intro to Graph Theory. Beginnings of Graph Theory Euler’s Konigsberg Bridge Problem (18 th c.)  Can one walk through town and cross all.
CSE 522 – Algorithmic and Economic Aspects of the Internet Instructors: Nicole Immorlica Mohammad Mahdian.
School of Information University of Michigan SI 614 Random graphs & power law networks preferential attachment Lecture 7 Instructor: Lada Adamic.
Hierarchy in networks Peter Náther, Mária Markošová, Boris Rudolf Vyjde : Physica A, dec
Networks. Graphs (undirected, unweighted) has a set of vertices V has a set of undirected, unweighted edges E graph G = (V, E), where.
Common Properties of Real Networks. Erdős-Rényi Random Graphs.
The structure of the Internet. How are routers connected? Why should we care? –While communication protocols will work correctly on ANY topology –….they.
1 Algorithms for Large Data Sets Ziv Bar-Yossef Lecture 7 May 14, 2006
The structure of the Internet. The Internet as a graph Remember: the Internet is a collection of networks called autonomous systems (ASs) The Internet.
Error and Attack Tolerance of Complex Networks Albert, Jeong, Barabási (presented by Walfredo)
Information Networks Power Laws and Network Models Lecture 3.
(Social) Networks Analysis III Prof. Dr. Daning Hu Department of Informatics University of Zurich Oct 16th, 2012.
Biological Networks Lectures 6-7 : February 02, 2010 Graph Algorithms Review Global Network Properties Local Network Properties 1.
Network properties Slides are modified from Networks: Theory and Application by Lada Adamic.
School of Information Sciences University of Pittsburgh TELCOM2125: Network Science and Analysis Konstantinos Pelechrinis Spring 2013 Figures are taken.
Lecture 10: Network models CS 765: Complex Networks Slides are modified from Networks: Theory and Application by Lada Adamic.
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
March 3, 2009 Network Analysis Valerie Cardenas Nicolson Assistant Adjunct Professor Department of Radiology and Biomedical Imaging.
Class 2: Graph Theory IST402.
Equation for a Vertical Line and a Horizontal Line
Hiroki Sayama NECSI Summer School 2008 Week 2: Complex Systems Modeling and Networks Network Models Hiroki Sayama
Marina Leri Institute of Applied Mathematical Research
Models of networks (synthetic networks or generative models): Random, Small-world, Scale-free, Configuration model and Random geometric model By: Ralucca.
Frequency Polygons and Ogives
How Do “Real” Networks Look?
Network Science (overview, part 1)
Section 8.6: Clustering Coefficients
Node Similarity Ralucca Gera,
Analyzing Twitter Data
Normal Distributions.
Centralities (2) Ralucca Gera,
Google Scholar, ShareLaTeX, and Gephi
Degree and Eigenvector Centrality
Network Science: A Short Introduction i3 Workshop
Section 8.6 of Newman’s book: Clustering Coefficients
How Do “Real” Networks Look?
How Do “Real” Networks Look?
Models of networks (synthetic networks or generative models): Erdős-Rényi Random model, Watts-Strogatz Small-world, Barabási-Albert Preferential attachment,
Can you draw this picture without lifting up your pen/pencil?
Section 8.2: Shortest path and small world effect
Shortest path and small world effect
Centralities (4) Ralucca Gera,
How Do “Real” Networks Look?
Robustness or Network Resilience
Department of Computer Science University of York
Network Science: A Short Introduction i3 Workshop
Optimizing Significant Node Discovery in Multilayer Networks
Clustering Coefficients
Peer-to-Peer and Social Networks
Assortativity (people associate based on common attributes)
Networks Are Everywhere
From the Synthetic networks slide deck (didn’t have a chance to go over them at that time) By: Ralucca Gera, NPS.
Degree Distributions.
Katz Centrality (directed graphs).
Section 8.3: Degree Distribution
Lecture 9: Network models CS 765: Complex Networks
Models of networks (synthetic networks or generative models)
Google Scholar, OverLeaf, and Gephi
Graphs G = (V, E) V are the vertices; E are the edges.
Centralities Using Gephi and Python Prof. Ralucca Gera,
NETWORKS.
Algorithms Lecture # 27 Dr. Sohail Aslam.
12 Further mathematics Adjacency Matrices.
Network Science: A Short Introduction i3 Workshop
Discrete Mathematics and its Applications Lecture 5 – Random graphs
Network Models Michael Goodrich Some slides adapted from:
Presentation transcript:

Degree Distribution Ralucca Gera, Applied Mathematics Dept. Naval Postgraduate School Monterey, California rgera@nps.edu

Degree distributions The degree distribution is a frequency distribution of the degree sequence We define pk to be the fraction of vertices in a network that have degree k That is the same as saying: pk is the probability that a randomly selected node of the network will have degree k A well connected vertex is called a hub

Plot of the degree distribution The Internet Commonly seen plots of real networks Right-skewed Many nodes with small degrees, few with extremely high Largest degree is 2407 (not shown). Since 𝑛=19956 this node is adjacent to 12% of the network

Plot of degree distribution random graph

Degree distribution in directed networks For directed networks we have both in- and out-degree distributions The Web