Katz centrality: Difference between revisions
AlexInTown (talk | contribs) |
m Open access bot: hdl updated in citation with #oabot. |
||
(36 intermediate revisions by 21 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Measure of centrality in a network based on nodal influence}} |
|||
In [[graph theory]], the '''Katz centrality''' of a node is a measure of [[centrality]] in a [[Graph (discrete mathematics)|network]]. It was introduced by [[Leo Katz (statistician)|Leo Katz]] in 1953 and is used to measure the relative degree of influence of an actor (or node) within a [[social network]].<ref name="katz1953" /> Unlike typical centrality measures which consider only the shortest path (the [[geodesic]]) between a pair of actors, Katz centrality measures influence by taking into account the total number of [[walk (graph theory)|walks]] between a pair of actors.<ref name="hanneman2005" /> |
|||
{{Network Science}} |
|||
In [[graph theory]], the '''Katz centrality''' or '''alpha centrality''' of a node is a measure of [[centrality]] in a [[Graph (discrete mathematics)|network]]. It was introduced by [[Leo Katz (statistician)|Leo Katz]] in 1953 and is used to measure the relative degree of influence of an actor (or node) within a [[social network]].<ref name="katz1953" /> Unlike typical centrality measures which consider only the shortest path (the [[geodesic]]) between a pair of actors, Katz centrality measures influence by taking into account the total number of [[walk (graph theory)|walks]] between a pair of actors.<ref name="hanneman2005" /> |
|||
It is similar to [[Google]]'s [[PageRank]] and to the [[eigenvector centrality]]. |
It is similar to [[Google]]'s [[PageRank]] and to the [[eigenvector centrality]].<ref name="vigna2016" /> |
||
==Measurement== |
==Measurement== |
||
Line 10: | Line 12: | ||
==Mathematical formulation== |
==Mathematical formulation== |
||
Let A be the [[adjacency matrix]] of a network under consideration. |
Let ''A'' be the [[adjacency matrix]] of a network under consideration. Elements <math>(a_{ij})</math> of ''A'' are variables that take a value 1 if a node ''i'' is connected to node ''j'' and 0 otherwise. The powers of ''A'' indicate the presence (or absence) of links between two nodes through intermediaries. For instance, in matrix <math>A^3</math>, if element <math>(a_{2,12}) = 1</math>, it indicates that node 2 and node 12 are connected through some walk of length 3. If <math>C_{\mathrm{Katz}}(i)</math> denotes Katz centrality of a node ''i'', then, given a value <math>\alpha\in(0,1)</math>, mathematically: |
||
:<math>C_{\mathrm{Katz}}(i) = \sum_{k=1}^\infty \sum_{j=1}^n \alpha^k (A^k)_{ |
:<math>C_{\mathrm{Katz}}(i) = \sum_{k=1}^\infty \sum_{j=1}^n \alpha^k (A^k)_{ji}</math> |
||
Note that the above definition uses the fact that the element at location <math>(i,j)</math> of |
Note that the above definition uses the fact that the element at location <math>(i,j)</math> of <math>A^k</math> reflects the total number of <math>k</math> degree connections between nodes <math>i</math> and <math>j</math>. The value of the attenuation factor <math>\alpha</math> has to be chosen such that it is smaller than the reciprocal of the absolute value of the largest [[eigenvalue]] of ''A''.<ref name="junker2008" /> In this case the following expression can be used to calculate Katz centrality: |
||
:<math> \overrightarrow{C}_{\mathrm{Katz}} = ((I - \alpha A^T)^{-1}-I)\overrightarrow{I}</math> |
:<math> \overrightarrow{C}_{\mathrm{Katz}} = ((I - \alpha A^T)^{-1}-I)\overrightarrow{I}</math> |
||
Here <math>I</math> is the identity matrix, <math>\overrightarrow{I}</math> is |
Here <math>I</math> is the identity matrix, <math>\overrightarrow{I}</math> is a vector of size ''n'' (''n'' is the number of nodes) consisting of ones. <math>A^T</math> denotes the [[transposed matrix]] of A and <math>(I - \alpha A^T)^{-1}</math> denotes [[matrix inversion]] of the term <math>(I - \alpha A^T)</math>.<ref name="junker2008" /> |
||
An extension of this framework allows for the walks to be computed in a dynamical setting.<ref name ="grindrod2011communicability" /><ref name="grindrod2010Dynamical"/> By taking a time dependent series of network adjacency snapshots of the transient edges, the dependency for walks to contribute towards a cumulative effect is presented. The arrow of time is preserved so that the contribution of activity is asymmetric in the direction of information propagation. |
|||
As introduced in, <ref name ="grindrod2011communicability" />, this can be extended to a temporal case where for a set of time points <math>m \in [0,\ldots,M]</math> for a product of the individual time ordered adjacency matrix records of the network state, |
|||
Network producing data of the form: |
|||
:<math> \mathbf{\mathcal{Q}} = \left( I - \alpha A^{[0]} \right)^{-1} \ldots \left( I - \alpha A^{[M]} \right)^{-1}. </math> |
|||
:<math>\left \{A^{[k]} \in \R^{N \times N} \right \} \qquad \text{for} \quad k=0,1,2,\ldots,M,</math> |
|||
Using the normalized form: |
|||
representing the adjacency matrix at each time <math>t_k</math>. Hence: |
|||
:<math> \hat{\mathbf{\mathcal{Q}}}^{[k]} = \frac{\hat{\mathbf{\mathcal{Q}}}^{[k-1]} \left( I - \alpha A^{[k]} \right)^{-1}}{\left|\left| \hat{\mathbf{\mathcal{Q}}}^{[k-1]} \left( I - \alpha A^{[k]} \right)^{-1} \right|\right| }. </math> |
|||
:<math>\left( A^{[k]} \right)_{ij} = \begin{cases} 1 & \text{there is an edge from node } i \text{ to node } j \text{ at time } t_k \\ 0 & \text{otherwise} \end{cases}</math> |
|||
The 'dynamic' walk communicability of the matrix for the send and for the receiving ability can be found from: |
|||
The time points <math>t_0 < t_1 < \cdots < t_M</math> are ordered but not necessarily equally spaced. <math>Q \in \R^{N \times N}</math> for which <math>(Q)_{ij}</math> is a weighted count of the number of dynamic walks of length <math>w</math> from node <math>i</math> to node <math>j</math>. The form for the dynamic communicability between participating nodes is: |
|||
:<math> C_n^{\mathrm{broadcast}} := |
|||
\sum_{k=1}^{N} \Q_{nk} |
|||
:<math>\mathcal{Q} = \left(I-\alpha A^{[0]} \right)^{-1} \cdots \left( I - \alpha A^{[M]} \right)^{-1}.</math> |
|||
\quad |
|||
\mathrm{and} |
|||
This can be normalized via: |
|||
\quad |
|||
C_n^{\mathrm{receive}} := |
|||
:<math>\hat{\mathcal{Q}}^{[k]} = \frac{\hat{\mathcal{Q}}^{[k-1]} \left(I-\alpha A^{[k]} \right)^{-1}}{\left \|\hat{\mathcal{Q}}^{[k-1]} \left( I - \alpha A^{[k]} \right)^{-1} \right \|}.</math> |
|||
\sum_{k=1}^{N} \Q_{kn} </math> |
|||
Therefore, centrality measures that quantify how effectively node <math>n</math> can 'broadcast' and 'receive' dynamic messages across the network: |
|||
:<math>C_n^{\mathrm{broadcast}} := \sum_{k=1}^{N} \mathcal{Q}_{nk} \quad \mathrm{and} \quad C_n^{\mathrm{receive}} := \sum_{k=1}^{N} \mathcal{Q}_{kn}</math>. |
|||
===Alpha centrality=== |
|||
Given a graph with [[adjacency matrix]] <math>A_{i,j}</math>, Katz centrality is defined as follows: |
|||
:<math> \vec{x} = (I-\alpha A^T)^{-1}\vec{e} - \vec{e} \, </math> |
|||
where <math>e_j</math> is the external importance given to node <math>j</math>, and <math>\alpha</math> is a nonnegative attenuation factor which must be smaller than the inverse of the [[spectral radius]] of <math>A</math>. The original definition by Katz |
|||
<ref>{{cite journal | author = Leo Katz | title = A new status index derived from sociometric analysis | journal = Psychometrika | volume = 18 | issue = 1 | pages = 39–43 | doi = 10.1007/BF02289026| year = 1953 | s2cid = 121768822 }}</ref> |
|||
used a constant vector <math>\vec{e}</math>. Hubbell<ref>{{cite journal | author = Charles H. Hubbell | title = An input-output approach to clique identification | journal = Sociometry | volume = 28 | issue = 4 | pages = 377–399 | doi = 10.2307/2785990| year = 1965 | jstor = 2785990 }}</ref> |
|||
introduced the usage of a general <math>\vec{e}</math>. |
|||
Half a century later, Bonacich and Lloyd<ref>{{cite journal | author = P. Bonacich, P. Lloyd | title = Eigenvector-like measures of centrality for asymmetric relations | journal = Social Networks | volume = 23 | issue = 3 | pages = 191–201 | doi=10.1016/S0378-8733(01)00038-7| year = 2001 | citeseerx = 10.1.1.226.2113 }}</ref> defined alpha centrality as: |
|||
:<math> \vec{x} = (I-\alpha A^T)^{-1}\vec{e} \, </math> |
|||
which is essentially identical to Katz centrality. More precisely, the score of a node <math>j</math> differs exactly by <math>e_j</math>, so if <math>\vec{e}</math> is constant the order induced on the nodes is identical. |
|||
==Applications== |
==Applications== |
||
Katz centrality can be used to compute centrality in directed networks such as citation networks and the World Wide Web.<ref name="newman2010" /> |
Katz centrality can be used to compute centrality in directed networks such as citation networks and the World Wide Web.<ref name="newman2010" /> |
||
Katz centrality is more suitable in the analysis of directed acyclic graphs where traditionally used measures like [[eigenvector centrality]] are rendered useless.<ref name="newman2010" /> |
Katz centrality is more suitable in the analysis of directed acyclic graphs where traditionally used measures like [[eigenvector centrality]] are rendered useless.<ref name="newman2010" /> |
||
Katz centrality can also be used in estimating the relative status or influence of actors in a social network. |
Katz centrality can also be used in estimating the relative status or influence of actors in a social network. The work presented in <ref name="laflin2013discovering"/> shows the case study of applying a dynamic version of the Katz centrality to data from Twitter and focuses on particular brands which have stable discussion leaders. The application allows for a comparison of the methodology with that of human experts in the field and how the results are in agreement with a panel of social media experts. |
||
In [[neuroscience]], it is found that Katz centrality correlates with the relative firing rate of [[neurons]] in a neural network.<ref name="jmckay2017" /> |
In [[neuroscience]], it is found that Katz centrality correlates with the relative firing rate of [[neurons]] in a neural network.<ref name="jmckay2017" /> The temporal extension of the Katz centrality is applied to fMRI data obtained from a musical learning experiment in <ref name="mantzaris2013fMRI"/> where data is collected from the subjects before and after the learning process. The results show that the changes to the network structure over the musical exposure created in each session a quantification of the cross communicability that produced clusters in line with the success of learning. |
||
In the work of, |
|||
A generalized form of Katz centrality can be used as an intuitive ranking system for sports teams, such as in [[college football]].<ref>{{cite journal |last1=Park |first1=Juyong |last2=Newman |first2=M. E. J. |title=A network-based ranking system for American college football |journal=Journal of Statistical Mechanics: Theory and Experiment |date=31 October 2005 |volume=2005 |issue=10 |pages=P10014 |doi=10.1088/1742-5468/2005/10/P10014 |issn=1742-5468|arxiv=physics/0505169 |s2cid=15120571 }}</ref> |
|||
<ref>{{cite journal |author=[[Mantzaris, Alexander V., Danielle S. Bassett, Nicholas F. Wymbs, Ernesto Estrada, Mason A. Porter, Peter J. Mucha, Scott T. Grafton, and Desmond J. Higham. |Mantzaris, Alexander V., Danielle S. Bassett, Nicholas F. Wymbs, Ernesto Estrada, Mason A. Porter, Peter J. Mucha, Scott T. Grafton, and Desmond J. Higham.]] |title=Dynamic network centrality summarizes learning in the human brain |journal=Journal of Complex Networks |volume=1 |issue=1 |pages=83–92 |date=2013 |url=https://academic.oup.com/comnet/article/1/1/83/508714 }} </ref>, the authors use data collected from fMRI of subjects participating in a music learning experiment and apply the temporal Katz extension of <ref name ="grindrod2011communicability" />. The application showed that the temporal Katz representation of the participants' before and after fMRI results produced separate clusters based upon the learning results. |
|||
Alpha centrality is implemented in igraph library for network analysis and visualization.<ref>{{Cite web | url=http://igraph.sourceforge.net/doc/R/alpha.centrality.html | title=Welcome to igraph's new home}}</ref> |
|||
==References== |
==References== |
||
Line 56: | Line 80: | ||
<ref name="junker2008">Junker, B. H., & Schreiber, F. (2008). Analysis of Biological Networks. Hoboken, NJ: John Wiley & Sons.</ref> |
<ref name="junker2008">Junker, B. H., & Schreiber, F. (2008). Analysis of Biological Networks. Hoboken, NJ: John Wiley & Sons.</ref> |
||
<ref name="newman2010">Newman, M. E. (2010). Networks: An Introduction. New York, NY: Oxford University Press.</ref> |
<ref name="newman2010">Newman, M. E. (2010). Networks: An Introduction. New York, NY: Oxford University Press.</ref> |
||
<ref name="vigna2016">{{cite journal |last=Vigna |first=S. |year=2016 |title=Spectral ranking |journal=Network Science |volume=4 |issue=4 |pages=433–445 |doi=10.1017/nws.2016.21|doi-access=free |hdl=2434/527942 |hdl-access=free }}</ref> |
|||
<ref name="mantzaris2013fMRI"> |
|||
{{cite journal |author1=Mantzaris, Alexander V. |author2=Danielle S. Bassett |author3=Nicholas F. Wymbs |author4=Ernesto Estrada |author5=Mason A. Porter |author6=Peter J. Mucha |author7=Scott T. Grafton |author8=Desmond J. Higham | title=Dynamic network centrality summarizes learning in the human brain | journal =Journal of Complex Networks |volume=1 |issue=1|pages= 83–92 |date=2013 |doi=10.1093/comnet/cnt001 |arxiv=1207.5047 }}</ref> |
|||
<ref name="grindrod2010Dynamical"> |
|||
{{cite journal |author1 = Peter Grindrod |author2= Desmond J. Higham. | title= Evolving graphs: Dynamical models, inverse problems and propagation |journal=Proc. R. Soc. A |volume=466 |issue= 2115 |pages= 753–770 |date=2010 |doi= 10.1098/rspa.2009.0456 |bibcode= 2010RSPSA.466..753G |doi-access= free |hdl= 20.500.11820/9ccf649d-eee7-44ec-9d3b-c34411bd3a6f |hdl-access= free }} |
|||
</ref> |
|||
<ref name="grindrod2011communicability"> |
<ref name="grindrod2011communicability"> |
||
{{cite journal |title=Communicability across evolving networks| author1=Grindrod, Peter |author2=Parsons, Mark C |author3=Higham, Desmond J |author4=Estrada, Ernesto| journal=Physical Review E| volume=83| pages=046120 | number=4| year=2011| publisher=APS| doi=10.1103/PhysRevE.83.046120 | pmid=21599253 | bibcode=2011PhRvE..83d6120G | url=http://centaur.reading.ac.uk/19357/1/Coomunicability_accepted.pdf }} |
|||
{{cite paper | |
|||
title=Communicability across evolving networks| |
|||
author=Grindrod, Peter and Parsons, Mark C and Higham, Desmond J and Estrada, Ernesto| |
|||
journal=Physical Review E| |
|||
volume=83| |
|||
number=4| |
|||
year=2011| |
|||
publisher=APS| |
|||
}} |
|||
</ref> |
</ref> |
||
<ref name="laflin2013discovering"> |
<ref name="laflin2013discovering"> |
||
{{cite journal |title=Discovering and validating influence in a dynamic online social network| author1=Laflin, Peter |author2=Mantzaris, Alexander V |author3=Ainley, Fiona |author4=Otley, Amanda |author5=Grindrod, Peter |author6=Higham, Desmond J| journal=Social Network Analysis and Mining| |
|||
{{cite paper | |
|||
volume=3| pages=1311–1323 | number=4| year=2013| publisher=Springer| doi=10.1007/s13278-013-0143-7 | s2cid=7125694 }} |
|||
title=Discovering and validating influence in a dynamic online social network| |
|||
author=Laflin, Peter and Mantzaris, Alexander V and Ainley, Fiona and Otley, Amanda and Grindrod, Peter and Higham, Desmond J| |
|||
journal=Social Network Analysis and Mining| |
|||
volume=3| |
|||
number=4| |
|||
year=2013| |
|||
publisher=Springer| |
|||
}} |
|||
</ref> |
</ref> |
||
<ref name="jmckay2017">{{cite journal |author1 = Fletcher, Jack McKay |author2=Wennekers, Thomas| title = From Structure to Activity: Using Centrality Measures to Predict Neuronal Activity| journal = International Journal of Neural Systems|issue=2| pages = 1750013| year = 2017|volume=28| doi = 10.1142/S0129065717500137|pmid=28076982| doi-access = free| hdl = 10026.1/9713| hdl-access = free}} |
|||
<ref name="jmckay2017"> {{cite paper | |
|||
author = Fletcher, Jack McKay and Wennekers, Thomas| |
|||
title = From Structure to Activity: Using Centrality Measures to Predict Neuronal Activity| |
|||
journal = International Journal of Neural Systems| |
|||
volume = 0| |
|||
number = 0| |
|||
pages = 1750013| |
|||
year = 2017| |
|||
doi = 10.1142/S0129065717500137| |
|||
url = http://www.worldscientific.com/doi/abs/10.1142/S0129065717500137 |
|||
}} |
|||
</ref> |
</ref> |
||
Line 99: | Line 104: | ||
{{DEFAULTSORT:Katz Centrality}} |
{{DEFAULTSORT:Katz Centrality}} |
||
[[Category:Social networks]] |
|||
[[Category:Network analysis]] |
|||
[[Category:Graph invariants]] |
[[Category:Graph invariants]] |
||
[[Category:Social network analysis]] |
|||
[[Category:Algebraic graph theory]] |
Latest revision as of 04:11, 9 September 2024
Part of a series on | ||||
Network science | ||||
---|---|---|---|---|
Network types | ||||
Graphs | ||||
|
||||
Models | ||||
|
||||
| ||||
In graph theory, the Katz centrality or alpha centrality of a node is a measure of centrality in a network. It was introduced by Leo Katz in 1953 and is used to measure the relative degree of influence of an actor (or node) within a social network.[1] Unlike typical centrality measures which consider only the shortest path (the geodesic) between a pair of actors, Katz centrality measures influence by taking into account the total number of walks between a pair of actors.[2]
It is similar to Google's PageRank and to the eigenvector centrality.[3]
Measurement
[edit]Katz centrality computes the relative influence of a node within a network by measuring the number of the immediate neighbors (first degree nodes) and also all other nodes in the network that connect to the node under consideration through these immediate neighbors. Connections made with distant neighbors are, however, penalized by an attenuation factor .[4] Each path or connection between a pair of nodes is assigned a weight determined by and the distance between nodes as .
For example, in the figure on the right, assume that John's centrality is being measured and that . The weight assigned to each link that connects John with his immediate neighbors Jane and Bob will be . Since Jose connects to John indirectly through Bob, the weight assigned to this connection (composed of two links) will be . Similarly, the weight assigned to the connection between Agneta and John through Aziz and Jane will be and the weight assigned to the connection between Agneta and John through Diego, Jose and Bob will be .
Mathematical formulation
[edit]Let A be the adjacency matrix of a network under consideration. Elements of A are variables that take a value 1 if a node i is connected to node j and 0 otherwise. The powers of A indicate the presence (or absence) of links between two nodes through intermediaries. For instance, in matrix , if element , it indicates that node 2 and node 12 are connected through some walk of length 3. If denotes Katz centrality of a node i, then, given a value , mathematically:
Note that the above definition uses the fact that the element at location of reflects the total number of degree connections between nodes and . The value of the attenuation factor has to be chosen such that it is smaller than the reciprocal of the absolute value of the largest eigenvalue of A.[5] In this case the following expression can be used to calculate Katz centrality:
Here is the identity matrix, is a vector of size n (n is the number of nodes) consisting of ones. denotes the transposed matrix of A and denotes matrix inversion of the term .[5]
An extension of this framework allows for the walks to be computed in a dynamical setting.[6][7] By taking a time dependent series of network adjacency snapshots of the transient edges, the dependency for walks to contribute towards a cumulative effect is presented. The arrow of time is preserved so that the contribution of activity is asymmetric in the direction of information propagation.
Network producing data of the form:
representing the adjacency matrix at each time . Hence:
The time points are ordered but not necessarily equally spaced. for which is a weighted count of the number of dynamic walks of length from node to node . The form for the dynamic communicability between participating nodes is:
This can be normalized via:
Therefore, centrality measures that quantify how effectively node can 'broadcast' and 'receive' dynamic messages across the network:
- .
Alpha centrality
[edit]Given a graph with adjacency matrix , Katz centrality is defined as follows:
where is the external importance given to node , and is a nonnegative attenuation factor which must be smaller than the inverse of the spectral radius of . The original definition by Katz [8] used a constant vector . Hubbell[9] introduced the usage of a general .
Half a century later, Bonacich and Lloyd[10] defined alpha centrality as:
which is essentially identical to Katz centrality. More precisely, the score of a node differs exactly by , so if is constant the order induced on the nodes is identical.
Applications
[edit]Katz centrality can be used to compute centrality in directed networks such as citation networks and the World Wide Web.[11]
Katz centrality is more suitable in the analysis of directed acyclic graphs where traditionally used measures like eigenvector centrality are rendered useless.[11]
Katz centrality can also be used in estimating the relative status or influence of actors in a social network. The work presented in [12] shows the case study of applying a dynamic version of the Katz centrality to data from Twitter and focuses on particular brands which have stable discussion leaders. The application allows for a comparison of the methodology with that of human experts in the field and how the results are in agreement with a panel of social media experts.
In neuroscience, it is found that Katz centrality correlates with the relative firing rate of neurons in a neural network.[13] The temporal extension of the Katz centrality is applied to fMRI data obtained from a musical learning experiment in [14] where data is collected from the subjects before and after the learning process. The results show that the changes to the network structure over the musical exposure created in each session a quantification of the cross communicability that produced clusters in line with the success of learning.
A generalized form of Katz centrality can be used as an intuitive ranking system for sports teams, such as in college football.[15]
Alpha centrality is implemented in igraph library for network analysis and visualization.[16]
References
[edit]- ^ Katz, L. (1953). A New Status Index Derived from Sociometric Analysis. Psychometrika, 39–43.
- ^ Hanneman, R. A., & Riddle, M. (2005). Introduction to Social Network Methods. Retrieved from http://faculty.ucr.edu/~hanneman/nettext/
- ^ Vigna, S. (2016). "Spectral ranking". Network Science. 4 (4): 433–445. doi:10.1017/nws.2016.21. hdl:2434/527942.
- ^ Aggarwal, C. C. (2011). Social Network Data Analysis. New York, NY: Springer.
- ^ a b Junker, B. H., & Schreiber, F. (2008). Analysis of Biological Networks. Hoboken, NJ: John Wiley & Sons.
- ^ Grindrod, Peter; Parsons, Mark C; Higham, Desmond J; Estrada, Ernesto (2011). "Communicability across evolving networks" (PDF). Physical Review E. 83 (4). APS: 046120. Bibcode:2011PhRvE..83d6120G. doi:10.1103/PhysRevE.83.046120. PMID 21599253.
- ^ Peter Grindrod; Desmond J. Higham. (2010). "Evolving graphs: Dynamical models, inverse problems and propagation". Proc. R. Soc. A. 466 (2115): 753–770. Bibcode:2010RSPSA.466..753G. doi:10.1098/rspa.2009.0456. hdl:20.500.11820/9ccf649d-eee7-44ec-9d3b-c34411bd3a6f.
- ^ Leo Katz (1953). "A new status index derived from sociometric analysis". Psychometrika. 18 (1): 39–43. doi:10.1007/BF02289026. S2CID 121768822.
- ^ Charles H. Hubbell (1965). "An input-output approach to clique identification". Sociometry. 28 (4): 377–399. doi:10.2307/2785990. JSTOR 2785990.
- ^ P. Bonacich, P. Lloyd (2001). "Eigenvector-like measures of centrality for asymmetric relations". Social Networks. 23 (3): 191–201. CiteSeerX 10.1.1.226.2113. doi:10.1016/S0378-8733(01)00038-7.
- ^ a b Newman, M. E. (2010). Networks: An Introduction. New York, NY: Oxford University Press.
- ^ Laflin, Peter; Mantzaris, Alexander V; Ainley, Fiona; Otley, Amanda; Grindrod, Peter; Higham, Desmond J (2013). "Discovering and validating influence in a dynamic online social network". Social Network Analysis and Mining. 3 (4). Springer: 1311–1323. doi:10.1007/s13278-013-0143-7. S2CID 7125694.
- ^ Fletcher, Jack McKay; Wennekers, Thomas (2017). "From Structure to Activity: Using Centrality Measures to Predict Neuronal Activity". International Journal of Neural Systems. 28 (2): 1750013. doi:10.1142/S0129065717500137. hdl:10026.1/9713. PMID 28076982.
- ^ Mantzaris, Alexander V.; Danielle S. Bassett; Nicholas F. Wymbs; Ernesto Estrada; Mason A. Porter; Peter J. Mucha; Scott T. Grafton; Desmond J. Higham (2013). "Dynamic network centrality summarizes learning in the human brain". Journal of Complex Networks. 1 (1): 83–92. arXiv:1207.5047. doi:10.1093/comnet/cnt001.
- ^ Park, Juyong; Newman, M. E. J. (31 October 2005). "A network-based ranking system for American college football". Journal of Statistical Mechanics: Theory and Experiment. 2005 (10): P10014. arXiv:physics/0505169. doi:10.1088/1742-5468/2005/10/P10014. ISSN 1742-5468. S2CID 15120571.
- ^ "Welcome to igraph's new home".