Progressive function: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
No edit summary
en>Quondum
replacing redirect Holomorphic to dab page with appropriate destination Holomorphic function
 
Line 1: Line 1:
[[File:Centrality.svg|thumb|right|300px|Examples of A) [[Degree centrality]], B) [[Closeness centrality]], C) [[Betweenness centrality]], D) [[Eigenvector centrality]], E) [[Katz centrality]] and F) [[Alpha centrality]] of the same graph.]]
55 years old Production Manager (Manufacturing ) Nigel Claypoole from Creston, has pastimes for instance driving, new launch property singapore and soccer. Always enjoys going to destinations like  Lalibela.<br><br>my website; [http://rvtalk.org/activity/p/145988/ rvtalk.org]
 
In [[graph theory]] and [[network theory|network analysis]], '''centrality''' of a [[vertex (graph theory)|vertex]] measures its relative importance within a [[graph (mathematics)|graph]]. Applications include how influential a person is within a [[social network]], how important a room is within a building ([[space syntax]]), and how well-used a road is within an [[urban network]]. There are four main measures of centrality: degree, betweenness, closeness, and eigenvector. Centrality concepts were first developed in [[Social network#Social network analysis|social network analysis]], and many of the terms used to measure centrality reflect their [[sociology|sociological]] origin.<ref name="NewmanNetworks">Newman, M.E.J. 2010. ''Networks: An Introduction.'' Oxford, UK: Oxford University Press.</ref>
 
==Definition and characterization of centrality indices==
Next to the following classic centrality indices, there are dozens of other more specialized centrality indices. Despite its intuitive notion there is not yet a definition or characterization of centrality indices which captures all of them.<ref name="Borgatti2005">{{cite journal |last1= Borgatti |first1= Stephen P.|last2= Everett |first2= Martin G.|year= 2005 |title= A Graph-Theoretic Perspective on Centrality |journal=Social Networks |volume= 28|issue= |pages= 466–484|publisher= Elsevier|doi=10.1016/j.socnet.2005.11.005 |url= |accessdate= 6.11.2011}}</ref> A very loose definition of a centrality index is the following:
 
A centrality index is a real-valued function on the nodes of a graph. It is a structural index, i.e., if <math>G</math> and <math>H</math> are two [[isomorphism|isomorphic]] graphs and <math>\Phi</math> is the mapping from the vertex set <math>V(G)</math> of <math>G</math> to ''V''(''H''), then the centrality of a vertex <math>v</math> of <math>G</math> must be the same as the centrality of <math>\Phi(v)</math> in <math>H</math>. Conventionally, the higher the centrality index of a node, the higher its perceived centrality in the graph.<ref name="Kosch2005">{{cite encyclopedia |last= Koschützki|first= Dirk |author= |authorlink= |coauthors= Katharina A. Lehmann, Leon Peeters, Stefan Richter, Dagmar Tenfelde-Podehl, Oliver Zlotowski |editor= Ulrik Brandes, Thomas Erlebach |encyclopedia= Network Analysis – Methodological Foundations|title=  Centrality Indices|trans_title= |url= |accessdate= |language= |edition= |date= |year= 2005 |month= |publisher= Springer Verlag, Heidelberg, Germany |volume= LNCS  3418|location= |id= |isbn= 978-3-540-24979-5|oclc= |doi= |pages=16–60 |quote= |ref= }}</ref>
This definition comprises all classic centrality measures but not all measures that fulfill this definition would be accepted as centrality indices.
 
Borgatti and Everett summarize that centrality indices measure the position of a node along a predefined set of walks. They characterize centrality indices along four dimensions: the set of walks, whether the length or the number of these walks is considered, the position of the node on the walks (at the start=radial; in the middle=medial), and how the numbers assigned to the paths are summarized in the measure (average, median, weighted sum, ...).<ref name=Borgatti2005/> This leads to a characterization by the way a centrality index is calculated. In a different characterization, Borgatti differentiates the centrality indices by what type of paths they consider and which type of network flow they imply.<ref>{{cite journal |author= Stephen P. Borgatti |year= 2005 |title= Centrality and Network Flow|journal= Social Networks|volume= 27|issue= |pages= 55–71|publisher= Elsevier|doi= |pmid= |pmc= |url= |accessdate= }}</ref> The latter characterizes the centrality indices by the quality with which they predict which node is most central for a given network flow process. This characterization thus provides guidance on when to use which centrality index.
 
===Categorization===
{{expand section|date=August 2013}}
''Reachability, Amount of flow, Vitality, Feedback''; see.<ref>Ulrik Brandes, Thomas Erlebach. Network Analysis – Methodological Foundations. LNCS 3418. Springer Verlag, Heidelberg, Germany. pp. 16–60. ISBN 978-3-540-24979-5.</ref>
 
==Degree centrality==
{{Main|Degree (graph theory)}}
Historically first and conceptually simplest is '''degree centrality''', which is defined as the number of links incident upon a node (i.e., the number of ties that a node has). The degree can be interpreted in terms of the immediate risk of a node for catching whatever is flowing through the network (such as a virus, or some information). In the case of a directed network (where ties have direction), we usually define two separate measures of degree centrality, namely [[indegree]] and [[outdegree]]. Accordingly, indegree is a count of the number of ties directed to the node and outdegree is the number of ties that the node directs to others. When ties are associated to some positive aspects such as friendship or collaboration, indegree is often interpreted as a form of popularity, and outdegree as gregariousness.
 
The degree centrality of a vertex <math>v</math>, for a given graph <math>G:=(V,E)</math> with <math>|V|</math> vertices and <math>|E|</math> edges, is defined as
 
:<math>C_D(v)= \text{deg}(v)</math>
 
Calculating degree centrality for all the nodes in a graph takes [[big theta|<math>\Theta(V^2)</math>]] in a [[dense matrix|dense]] [[adjacency matrix]] representation of the graph, and for edges takes <math>\Theta(E)</math> in a [[sparse matrix]] representation.
 
Sometimes the interest is in finding the centrality of a graph within a graph.
 
The definition of centrality on the node level can be extended to the whole graph. Let <math>v*</math> be the node with highest degree centrality in <math>G</math>. Let <math>X:=(Y,Z)</math> be the <math>Y</math> node connected graph that maximizes the following quantity (with <math>y*</math> being the node with highest degree centrality in <math>X</math>):
 
:<math>H= \displaystyle{\sum^{|Y|}_{j=1}{C_D(y*)-C_D(y_j)}}</math>
 
Correspondingly, the degree centrality of the graph <math>G</math> is as follows:
 
:<math>C_D(G)= \frac{\displaystyle{\sum^{|V|}_{i=1}{[C_D(v*)-C_D(v_i)]}}}{H}</math>
 
The value of <math>H</math> is maximized when the graph <math>X</math> contains one central node to which all other nodes are connected (a [[star graph]]), and in this case <math>H=(n-1)(n-2)</math>.
 
==Closeness centrality==
In connected [[graph (mathematics)|graphs]] there is a natural distance metric between all pairs of nodes, defined by the length of their [[shortest path problem|shortest paths]]. The '''farness''' of a node ''s'' is defined as the sum of its distances to all other nodes, and its closeness is defined as the inverse of the farness.<ref>Alex Bavelas. Communication patterns in task-oriented groups. ''J. Acoust. Soc. Am'', '''22'''(6):725–730, 1950.</ref><ref>Sabidussi, G. (1966) The centrality index of a graph. ''Psychometrika'' '''31''', 581–603.</ref> Thus, the more central a node is the lower its total distance to all other nodes. Closeness can be regarded as a measure of how long it will take to spread information from ''s'' to all other nodes sequentially.<ref>{{citation|author=M.E.J. Newman| title=A measure of betweenness centrality based on random walks|journal =Social Networks| volume=27| pages=39–54 | year=2005| doi=10.1016/j.socnet.2004.11.009| arxiv=cond-mat/0309045}}. [http://papercore.org/Newman2005 Papercore summary http://papercore.org/Newman2005].</ref>
 
In the classic definition of the closeness centrality, the spread of information is modeled by the use of shortest paths. This model might not be the most realistic for all types of communication scenarios. Thus, related definitions have been discussed to measure closeness, like the [[random walk closeness centrality]] introduced by Noh and Rieger (2004). It measures the speed with which randomly walking messages reach a vertex from elsewhere in the network—a sort of random-walk version of closeness centrality.<ref>J. D. Noh and H. Rieger, Phys. Rev. Lett. 92, 118701 (2004).</ref>
 
The ''information centrality'' of Stephenson and Zelen (1989) is another closeness measure, which bears some similarity to that of Noh and Rieger. In essence it measures the [[harmonic mean]] of the resistance distances towards a vertex '''<big>i</big>''', which is smaller if '''<big>i</big>''' has many paths of small resistance connecting it to other vertices.<ref>Stephenson, K. A. and Zelen, M., 1989. Rethinking centrality: Methods and examples.
Social Networks 11, 1–37.</ref>
 
Note that by definition of graph theoretic distances, the classic closeness centrality of all nodes in an unconnected graph would be ''0''. In a work by Dangalchev (2006) relating network vulnerability, the definition for closeness is modified such that it can be calculated more easily and can be also applied to graphs which lack connectivity:<ref name=Dan>Dangalchev Ch., Residual Closeness in Networks, Phisica A '''365''', 556 (2006).</ref>
:<math>C_C(v)=\sum_{t \in V\setminus v}2^{-d_G(v,t)}.</math>
 
Another extension to networks with disconnected components has been proposed by Opsahl (2010),<ref name="opsahl2010">{{cite journal  | author = Tore Opsahl | title = Closeness centrality in networks with disconnected components | url = http://toreopsahl.com/2010/03/20/closeness-centrality-in-networks-with-disconnected-components/ }}</ref> and later studied by Boldi and Vigna (2013) <ref name="boldivigna2014">{{citation| journal = Internet Mathematics  | last1 = Boldi | first1 = Paolo | last2 = Vigna | first2 = Sebastiano | year = 2014 | title = Axioms for Centrality | url = http://arxiv.org/abs/1308.2140 }}</ref> in general directed graphs:
 
:<math>C_H(x)= \sum_{y \neq x}\frac{1}{d(y,x)}</math>
 
The formula above, with the convention <math>1/\infty=0</math>, defines <em>harmonic centrality</em>. It is a natural modification of Bavelas's definition of closeness following the
general principle proposed by Marchiori and Latora (2000) <ref>Massimo Marchiori and Vito Latora. Harmony in the small-world. ''Physica A: Statistical Mechanics and its Applications'', '''285'''(3-4):539 – 546, 2000</ref> that in networks with infinite distances the harmonic mean behaves better than the arithmetic mean. Indeed, Bavelas's closeness can be described as the denormalized reciprocal of the '''arithmetic''' mean of distances, whereas harmonic centrality is the denormalized reciprocal of the '''harmonic''' mean of distances.
 
==Betweenness centrality==
{{Main|Betweenness centrality}}
 
[[Image:Graph betweenness.svg|240px|right|thumb|Hue (from red=0 to blue=max) shows the node betweenness.]]
 
'''Betweenness''' is a centrality measure of a [[vertex (graph theory)|vertex]] within a [[graph (mathematics)|graph]] (there is also [[edge (graph theory)|edge]] betweenness, which is not discussed here). Betweenness centrality quantifies the number of times a node acts as a bridge along the shortest path between two other nodes. It was introduced as a measure for quantifying the control of a human on the communication between other humans in a social network by [[Linton Freeman]].<ref name="freeman1977">{{cite journal |last1 = Freeman |first1 = Linton | year=1977| title = A set of measures of centrality based upon betweenness | journal = Sociometry| volume=40| pages=35–41}}</ref> In his conception, vertices that have a high probability to occur on a randomly chosen [[shortest path problem|shortest path]]  between two randomly chosen vertices have a high betweenness.
 
The betweenness of a vertex <math>v</math> in a graph <math>G:=(V,E)</math> with <math>V</math> vertices is computed as follows:
 
# For each pair of vertices (''s'',''t''), compute the [[Shortest path problem|shortest paths]] between them.
# For each pair of vertices (''s'',''t''), determine the fraction of shortest paths that pass through the vertex in question (here, vertex ''v'').
# Sum this fraction over all pairs of vertices (''s'',''t'').
 
More compactly the betweenness can be represented as:<ref name="brandes">{{cite journal |last1 = Brandes |first1 = Ulrik | year=2001 |title = A faster algorithm for betweenness centrality  | journal = Journal of Mathematical Sociology| volume=25| pages=163–177| url = http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.11.2024 | accessdate = 10.11.2011| format = PDF}}[http://papercore.org/Brandes2001 Paperore summary http://papercore.org/Brandes2001]</ref>
 
:<math>C_B(v)= \sum_{s \neq v \neq t \in V}\frac{\sigma_{st}(v)}{\sigma_{st}}</math>
 
where <math>\sigma_{st}</math> is total number of shortest paths from node <math>s</math> to node <math>t</math> and <math>\sigma_{st}(v)</math> is the number of those paths that pass through <math>v</math>.  The betweenness may be normalised by dividing through the number of pairs of vertices not including ''v'', which for [[Digraph (mathematics)|directed graphs]] is <math>(n-1)(n-2)</math> and for undirected graphs is <math>(n-1)(n-2)/2</math>.  For example, in an undirected [[Star (graph theory)|star graph]], the center vertex (which is contained in every possible shortest path) would have a betweenness of <math>(n-1)(n-2)/2</math> (1, if normalised) while the leaves (which are contained in no shortest paths) would have a betweenness of 0.
 
From a calculation aspect, both betweenness and closeness centralities of all vertices in a graph involve calculating the shortest paths between all pairs of vertices on a graph, which requires [[big theta|<math>\Theta(V^3)</math>]] time with the [[Floyd–Warshall algorithm]]. However, on sparse graphs, [[Johnson's algorithm]] may be more efficient, taking [[Big O notation|<math>O(V^2 \log V + V E)</math>]] time. In the case of unweighted graphs the calculations can be done with Brandes' algorithm<ref name=brandes/> which takes [[Big O notation|<math>O(V E)</math>]] time. Normally, these algorithms assume that graphs are undirected and connected with the allowance of loops and multiple edges. When specifically dealing with network graphs, oftentimes graphs are without loops or multiple edges to maintain simple relationships (where edges represent connections between two people or vertices). In this case, using Brandes' algorithm will divide final centrality scores by 2 to account for each shortest path being counted twice.<ref name="brandes" />
 
==Eigenvector centrality==
'''Eigenvector centrality''' is a measure of the influence of a [[node (networking)|node]] in a [[network (mathematics)|network]]. It assigns relative scores to all nodes in the network based on the concept that connections to high-scoring nodes contribute more to the score of the node in question than equal connections to low-scoring nodes. [[Google]]'s [[PageRank]] is a variant of the Eigenvector centrality measure.<ref name="ams">http://www.ams.org/samplings/feature-column/fcarc-pagerank</ref> Another closely related centrality measure is [[Katz centrality]].
 
=== Using the adjacency matrix to find eigenvector centrality ===
For a given graph <math>G:=(V,E)</math> with <math>|V|</math> number of vertices let <math>A = (a_{v,t})</math> be the [[adjacency matrix]], i.e. <math>a_{v,t} = 1</math> if vertex <math>v</math> is linked to vertex <math>t</math>, and <math>a_{v,t} = 0</math> otherwise. The centrality score of vertex <math>v</math> can be defined as:
 
:<math>x_v = \frac{1}{\lambda} \sum_{t \in M(v)}x_t = \frac{1}{\lambda} \sum_{t \in G} a_{v,t}x_t</math>
 
where <math>M(v)</math> is a set of the neighbors of <math>v</math> and <math>\lambda</math> is a constant. With a small rearrangement this can be rewritten in vector notation as the [[eigenvector]] equation
 
:<math>\mathbf{Ax} = {\lambda}\mathbf{x}</math>
 
In general, there will be many different [[eigenvalue]]s <math>\lambda</math> for which an eigenvector solution exists. However, the additional requirement that all the entries in the eigenvector be positive implies (by the [[Perron–Frobenius theorem]]) that only the greatest eigenvalue results in the desired centrality measure.<ref>{{cite journal  | author = M. E. J. Newman  | title = The mathematics of networks  | url = http://www-personal.umich.edu/~mejn/papers/palgrave.pdf  | format = PDF  | accessdate = 2006-11-09}}</ref> The <math>v^{th}</math> component of the related eigenvector then gives the centrality score of the vertex <math>v</math> in the network.  [[Power iteration]] is one of many [[eigenvalue algorithm]]s that may be used to find this dominant eigenvector.<ref name="ams" /> Furthermore, this can be generalized so that the entries in ''A'' can be real numbers representing connection strengths, as in a [[stochastic matrix]].
 
==Katz centrality and PageRank==
{{main|Katz centrality}}
[[Katz centrality]]  <ref>Katz, L. 1953. A New Status Index Derived from Sociometric Index. Psychometrika, 39–43.</ref> is a generalization of degree centrality. Degree centrality measures the number of direct neighbors, and Katz centrality measures the number of all nodes that can be connected through a path, while the contributions of distant nodes are penalized. Mathematically, it is defined as <math>x_i = \sum_{k=1}^{\infin}\sum_{j=1}^N \alpha^k (A^k)_{ij}</math> where <math>\alpha</math> is an attenuation factor in  <math>(0,1)</math>.
 
Katz centrality can be viewed as a variant of eigenvector centrality. Another form of Katz centrality is <math>x_i = \alpha \sum_{j =1}^N a_{ij}(x_j+1). </math> Compared to the expression of eigenvector centrality, <math>x_j</math> is replaced by  <math>x_j+1</math>.
 
It is shown that <ref>Bonacich, P., 1991. Simultaneous group and individual centralities. Social Networks 13, 155–168.</ref>
the principal eigenvector (associated with the largest eigenvalue of <math>A</math>, the adjacency matrix) is the limit of Katz centrality as
<math>\alpha</math> approaches <math>1/\lambda</math> from below.
 
[[PageRank]] satisfies the following equation
<math>x_i = \alpha \sum_{j } a_{ji}\frac{x_j}{L(j)} + \frac{1-\alpha}{N}, </math> where <math>L(j) = \sum_{j} a_{ij}</math> is the number of neighbors of node <math>j</math> (or number of outbound links in a directed graph). Compared to eigenvector centrality and Katz centrality, one major difference is the scaling factor <math>L(j)</math>. Another difference between PageRank and eigenvector centrality is that the PageRank vector is a left hand eigenvector (note the factor <math>a_{ji}</math> has indices reversed).<ref>[http://scenic.princeton.edu/network20q/lectures/Q3_notes.pdf How does Google rank webpages?] 20Q: About Networked Life</ref>
 
==Centralization==
The ''centralization'' of any network is a measure of how central its most central node is in relation to how central all the other nodes are.<ref name="Freeman1979">Freeman, L. C. (1979). Centrality in social networks: Conceptual clarification. Social Networks, 1(3), 215–239.</ref> The general definition of centralization for non-weighted networks was proposed by Linton Freeman (1979). Centralization measures then (a) calculate the sum in differences in centrality between the most central node in a network and all other nodes; and (b) divide this quantity by the theoretically largest such sum of differences in any network of the same size.<ref name="Freeman1979"/>  Thus, every centrality measure can have its own centralization measure.  Defined formally, if <math>C_x(p_i)</math> is any centrality measure of point <math>i</math>, if <math>C_x(p_*)</math> is the largest such measure in the network, and if <math>max \sum_{i=1}^{N} C_x(p_*)-C_x(p_i)</math> is the largest sum of differences in point centrality <math>C_x</math> for any graph of with the same number of nodes, then the centralization of the network is:<ref name="Freeman1979"/>
:<math>C_x=\frac{\sum_{i=1}^{N} C_x(p_*)-C_x(p_i)}{max \sum_{i=1}^{N} C_x(p_*)-C_x(p_i)}</math>
 
==Extensions==
Empirical and theoretical research have extended the concept of centrality in the context of static networks to dynamic centrality<ref>Braha, D. and Bar-Yam, Y. 2006. "From Centrality to Temporary Fame: Dynamic Centrality in Complex Networks." ''Complexity'' '''12''': 59-63.</ref> in the context of time-dependent and temporal networks.<ref>Hill,S.A. and Braha, D. 2010. "Dynamic Model of Time-Dependent Complex Networks." ''Physical Review E'' '''82''', 046105.</ref><ref>Gross, T. and Sayama, H. (Eds.). 2009. ''Adaptive Networks: Theory, Models and Applications.'' Springer.</ref><ref>Holme, P. and Saramäki, J. 2013. ''Temporal Networks.'' Springer.</ref>
 
For generalizations to weighted networks, see Opsahl et al. (2010).<ref>{{cite journal | last1 = Opsahl | first1 = Tore | last2 = Agneessens | first2 = Filip | last3 = Skvoretz | first3 = John | title = Node centrality in weighted networks: Generalizing degree and shortest paths | doi = 10.1016/j.socnet.2010.03.006 | year = 2010 | pages = 245 | volume = 32 | journal = Social Networks | url=http://toreopsahl.com/2010/04/21/article-node-centrality-in-weighted-networks-generalizing-degree-and-shortest-paths/ | issue = 3 }}</ref>
 
The concept of centrality was extended to a group level as well. For example, '''Group Betweenness''' centrality shows the proportion of geodesics connecting pairs of non-group members that pass through the group.<ref name="group1"> Everett, M. G. and Borgatti, S. P. (2005). Extending centrality. In P. J. Carrington, J. Scott and S. Wasserman (Eds.), ''Models and methods in social network analysis'' (pp. 57-76). New York: Cambridge University Press.</ref><ref name="group2"> Puzis, R., Yagil, D., Elovici, Y., Braha, D. (2009).[http://necsi.edu/affiliates/braha/Internet_Research_Anonimity.pdf Collaborative attack on Internet users’ anonymity], ''Internet Research'' '''19'''(1)</ref>
 
==See also==
* [[Alpha centrality]]
* [[distance (graph theory)|Distance in graphs]]
 
==Notes and references==
{{Reflist}}
 
==Further reading==
* Freeman, L. C. (1979). Centrality in social networks: Conceptual clarification. Social Networks, 1(3), 215–239.
* [[G. Sabidussi|Sabidussi, G.]] (1966). The centrality index of a graph. Psychometrika, 31 (4), 581–603.
* Freeman, L. C. (1977). A set of measures of centrality based on betweenness. ''Sociometry'' '''40''', 35–41.
* Koschützki, D.; Lehmann, K. A.; Peeters, L.; Richter, S.; Tenfelde-Podehl, D. and Zlotowski, O. (2005) Centrality Indices. In Brandes, U. and Erlebach, T. (Eds.)  ''Network Analysis: Methodological Foundations'', pp.&nbsp;16–61, LNCS 3418, Springer-Verlag.
* Bonacich, P. (1987).  Power and Centrality: A Family of Measures, ''The American Journal of Sociology'', 92 (5), pp 1170–1182.
 
== External links ==
* https://networkx.lanl.gov/trac/attachment/ticket/119/page_rank.py
* http://www.faculty.ucr.edu/~hanneman/nettext/C10_Centrality.html
 
[[Category:Graph theory]]
[[Category:Graph algorithms]]
[[Category:Algebraic graph theory]]
[[Category:Networks]]
[[Category:Network analysis]]
[[Category:Network theory]]

Latest revision as of 02:24, 8 December 2014

55 years old Production Manager (Manufacturing ) Nigel Claypoole from Creston, has pastimes for instance driving, new launch property singapore and soccer. Always enjoys going to destinations like Lalibela.

my website; rvtalk.org