Degree Distributions.

Slides:



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

Topologies of Complex Networks Functions vs. Structures Lun Li Advisor: John C. Doyle Co-advisor: Steven H. Low Collaborators: David Alderson (NPS) Walter.
Analysis and Modeling of Social Networks Foudalis Ilias.
4. PREFERENTIAL ATTACHMENT The rich gets richer. Empirical evidences Many large networks are scale free The degree distribution has a power-law behavior.
Weighted networks: analysis, modeling A. Barrat, LPT, Université Paris-Sud, France M. Barthélemy (CEA, France) R. Pastor-Satorras (Barcelona, Spain) A.
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
Complex Networks Third Lecture TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AA TexPoint fonts used in EMF. Read the.
Common Properties of Real Networks. Erdős-Rényi Random Graphs.
On Power-Law Relationships of the Internet Topology CSCI 780, Fall 2005.
1 Algorithms for Large Data Sets Ziv Bar-Yossef Lecture 7 May 14, 2006
Error and Attack Tolerance of Complex Networks Albert, Jeong, Barabási (presented by Walfredo)
Computer Science 1 Web as a graph Anna Karpovsky.
Density Curve A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: 1. The total area.
Peer-to-Peer and Social Networks Random Graphs. Random graphs E RDÖS -R ENYI MODEL One of several models … Presents a theory of how social webs are formed.
Large-scale organization of metabolic networks Jeong et al. CS 466 Saurabh Sinha.
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.
Slide Slide 1 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution 6-3 Applications of Normal Distributions 6-4.
Nothing in (computational) biology makes sense except in the light of evolution after Theodosius Dobzhansky (1970) Power laws, scalefree networks, the.
Normal Distribution. Objectives The student will be able to:  identify properties of normal distribution  apply mean, standard deviation, and z -scores.
Network properties Slides are modified from Networks: Theory and Application by Lada Adamic.
Clustering of protein networks: Graph theory and terminology Scale-free architecture Modularity Robustness Reading: Barabasi and Oltvai 2004, Milo et al.
Weighted networks: analysis, modeling A. Barrat, LPT, Université Paris-Sud, France M. Barthélemy (CEA, France) R. Pastor-Satorras (Barcelona, Spain) A.
COLOR TEST COLOR TEST. Social Networks: Structure and Impact N ICOLE I MMORLICA, N ORTHWESTERN U.
Complex Networks First Lecture TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AA TexPoint fonts used in EMF. Read the.
Random-Graph Theory The Erdos-Renyi model. G={P,E}, PNP 1,P 2,...,P N E In mathematical terms a network is represented by a graph. A graph is a pair of.
Self-Similarity of Complex Networks Maksim Kitsak Advisor: H. Eugene Stanley Collaborators: Shlomo Havlin Gerald Paul Zhenhua Wu Yiping Chen Guanliang.
10 December, 2008 CIMCA2008 (Vienna) 1 Statistical Inferences by Gaussian Markov Random Fields on Complex Networks Kazuyuki Tanaka, Takafumi Usui, Muneki.
Dr. Serhat Eren Other Uses for Bar Charts Bar charts are used to display data for different categories where the data are some kind of quantitative.
Copyright © Cengage Learning. All rights reserved. 6 Normal Probability Distributions.
Yongqin Gao, Greg Madey Computer Science & Engineering Department University of Notre Dame © Copyright 2002~2003 by Serendip Gao, all rights reserved.
Lecture 10: Network models CS 765: Complex Networks Slides are modified from Networks: Theory and Application by Lada Adamic.
How Do “Real” Networks Look?
March 3, 2009 Network Analysis Valerie Cardenas Nicolson Assistant Adjunct Professor Department of Radiology and Biomedical Imaging.
Section 6-1 Overview. Chapter focus is on: Continuous random variables Normal distributions Overview Figure 6-1 Formula 6-1 f(x) =  2  x-x-  )2)2.
Derivative Examples 2 Example 3
Scale-free and Hierarchical Structures in Complex Networks L. Barabasi, Z. Dezso, E. Ravasz, S.H. Yook and Z. Oltvai Presented by Arzucan Özgür.
Network (graph) Models
Lecture 23: Structure of Networks
Equation for a Vertical Line and a Horizontal Line
Random Walk for Similarity Testing in Complex Networks
Chapter 7 The Normal Probability Distribution
Hiroki Sayama NECSI Summer School 2008 Week 2: Complex Systems Modeling and Networks Network Models Hiroki Sayama
How Do “Real” Networks Look?
DBA Strategic Road Maps March 2018
Normal Distributions.
Lecture 23: Structure of Networks
Section 8.6 of Newman’s book: Clustering Coefficients
How Do “Real” Networks Look?
Building and Analyzing Genome-Wide Gene Disruption Networks
How Do “Real” Networks Look?
Resolution Limit in Community Detection
Peer-to-Peer and Social Networks Fall 2017
How Do “Real” Networks Look?
Department of Computer Science University of York
Network Science: A Short Introduction i3 Workshop
Clustering Coefficients
Peer-to-Peer and Social Networks
From the Synthetic networks slide deck (didn’t have a chance to go over them at that time) By: Ralucca Gera, NPS.
Power Law.
Lecture 23: Structure of Networks
Section 8.3: Degree Distribution
Lecture 9: Network models CS 765: Complex Networks
Mechanisms of Connectome Development
NETWORKS.
Degree Distribution Ralucca Gera,
Network Models Michael Goodrich Some slides adapted from:
Advanced Topics in Data Mining Special focus: Social Networks
Emergence of resonances and prediction of distinct network responses
Presentation transcript:

Degree Distributions

Emergence of networks Many networks naturally emerge and adapt What kind of connectivity do they present Nonlinear Complex https://www.youtube.com/watch?v=vp8v2Udd_PM

Degree Distribution Defined: Frequency distribution of the degree sequence pk is the fraction of degree-k vertices, or the probability that a randomly-selected node will have degree k Given the below example, determine the degree sequence and the degree distribution.

Degree Distribution (con’t) The Internet What kind of network that we talked about this morning may this be? 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 UNCLASSIFIED

Degree Distribution (con’t) Directed networks have both in- and out-degree distributions The World Wide Web

Degree Distribution (con’t) Directed networks have both in- and out-degree distributions The World Wide Web

Scale-sFree Networks whose degree distribution follows a power law are called scale-free networks. If a network is directed, the scale-free property applies separately to the in- and the out-degrees. The main difference between a random and a scale-free network comes in the tail of the degree distribution, representing the high-k region of pk

Poisson vs. Power-law Distr. Notation: 〈k〉=average degree. Poisson vs. Power-law with a power-law function on a linear plot. Both distributions have 〈k〉= 11. The same curves as in (a), but shown on a log-log plot, allowing us to inspect the difference between the two functions in the high-k regime. A random network with 〈k〉= 3 and 50 nodes, illustrating that most nodes have comparable degree ≈〈k〉 A scale-free network with and 〈k〉=3, illustrating that numerous small-degree nodes coexist with a few highly connected hubs. The size of each node is proportional to its degree. http://networksciencebook.com/chapter/4#hubs

Hubs Hubs are nodes of high degree Emerge in time They are not present in a random network COMPLETE GRAPH Hubs in a scale-free network are several orders of magnitude larger than the biggest degree node in a random network with the same N and 〈k〉 http://networksciencebook.com/chapter/4#hubs