How is this calculated?
The math continuously tracks how strongly this post is connected to the rest of the network. Every tag forms a 2-way link. The base stats determine personal node strength, and the pie charts below show this node's share against its direct neighbours.
// 1. Base variables (floored at 1 to prevent zero-multiplication math errors)
$inbound = max(1, 10) = 10
$outbound = max(1, 10) = 10
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 10 * 10 = 100
Base_Influence (IV) = $inbound / $outbound = 10 / 10 = 1
// 3. Exponential Network Values (accumulating 119 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 100 *
( 36 [Funky Junction] *
100 [Phil Lynott] *
36 [Dave Lennox] *
25 [Eric Bell] *
9 [Benny White] *
4 [Eric Bell (2)] *
16 [Joe Staunton] *
9 [David O'Toole] *
25 [Talk to Strangers] *
16 [Dick Fagan] *
1 [Pat Cortney] *
9 [Carl Phillips] *
49 [Eric Murray] *
4 [Pat Meehan] *
16 [John Fitzpatrick] *
9 [Brian Doherty] *
4 [Jim Clarke] *
225 [Burma Showband] *
1 [Sean Clancy] *
1 [Tommy Brennan] *
1 [P.J. Maguire] *
1 [Francie McGovern] *
1 [Eddie Savage] *
1 [Brian McGovern] *
1 [Alan O'Toole] *
1 [Actions Showband] *
121 [Thin Lizzy] *
64 [The Greedies] *
25 [Sugar Shack] *
25 [Black Eagles] *
4.8K [Mary Stokes Band] *
9 [Funky Junction (2)] *
1 [Sugar Shack (5)] *
400 [Gary Moore] *
64 [Scott Gorham] *
484 [Chris Spedding] *
121 [Paul Cook] *
144 [Steve Jones] *
25 [Philip Lynott] *
1 [Alan Sinclair] *
1 [Danny Smith] *
1 [Frankie Smith (Black Eagles)] *
144 [Noel Bridgeman] *
324 [Robbie Brennan] *
1 [Mary Stokes] *
4 [Ben Prevo] *
4 [Shane Fitzsimons] *
4 [Robbie Casserley] *
4 [Joe Lahart] *
4 [Félim Gormley] *
16 [Pat Farrell] *
4 [Beki Brindle-Scala] *
9 [Brian Palm] *
4 [Zamo Riffman] *
9 [Evan Walsh] *
1 [Beki Brindle] *
25 [Pat Courtney] *
4 [Anto Drennan] *
4 [Sean Foy] *
4 [Simon Farrell] *
9 [Dermot Stokes] *
1 [Dave McGuinness] *
1 [Andrea Rodo] *
1 [Chris Byrne] *
1 [Eoin O’Doherty] *
1 [Graham Hynes] *
1 [Jay Oglesby] *
1 [Keith McLoughlin] *
1 [Kevin Lawlor] *
1 [Lee Boylan] *
1 [Robbie Barrett] *
1 [Sam Cloud] *
1 [Sarah Michelle] *
1 [Steve Tierney] *
1 [Agustí Àlvarez Puig] *
1 [Alberta Plum] *
1 [Bill Bergin] *
1 [Brian Palm Greg Boland] *
1 [Ciaran Brougham] *
1 [Dave McCune] *
1 [Dog Curland] *
1 [Eoin Dubh] *
1 [Erin McVeigh] *
1 [Foxy Murphy] *
1 [Fran Dowling] *
1 [Gerry Farrelly] *
1 [Jim Wiseman] *
1 [Joanne Gillen] *
1 [Jordan Higgins] *
1 [Kenneth Whelan] *
1 [Larry DeMyer] *
1 [Lluís Figueras] *
1 [Marc Marques Turon] *
1 [Martin Hutchinson] *
1 [Mick Cleary] *
1 [Nico Helingers] *
1 [Padraig Dooney] *
1 [Paul Sax Kelly] *
1 [Paula McCarthy] *
1 [Peter McGowan] *
1 [Philip Ryan] *
1 [Richie Hardly] *
1 [Robert Craven] *
1 [Ronald Oor] *
1 [Simon McVeigh] *
1 [Steve McGoona] *
1 [Steven Tavares] *
1 [Tommy Feeney] *
1 [Trevor Keogh] *
1 [Willo O’Brien] *
9 [Dermot Woodfull] *
9 [Brian Twomey] *
9 [Pat Fortune] *
1 [Shay Walsh] *
4 [Brian Robertson] *
16 [Terry O'Neill] *
49 [Frank Murray] *
9 [John Sykes] *
36 [Billy McGrath]
)
= 1.82 x 10^72
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Funky Junction] *
1 [Phil Lynott] *
1 [Dave Lennox] *
1 [Eric Bell] *
1 [Benny White] *
1 [Eric Bell (2)] *
1 [Joe Staunton] *
1 [David O'Toole] *
1 [Talk to Strangers] *
1 [Dick Fagan] *
1 [Pat Cortney] *
1 [Carl Phillips] *
1 [Eric Murray] *
1 [Pat Meehan] *
1 [John Fitzpatrick] *
1 [Brian Doherty] *
1 [Jim Clarke] *
1 [Burma Showband] *
1 [Sean Clancy] *
1 [Tommy Brennan] *
1 [P.J. Maguire] *
1 [Francie McGovern] *
1 [Eddie Savage] *
1 [Brian McGovern] *
1 [Alan O'Toole] *
1 [Actions Showband] *
1 [Thin Lizzy] *
1 [The Greedies] *
1 [Sugar Shack] *
1 [Black Eagles] *
1 [Mary Stokes Band] *
1 [Funky Junction (2)] *
1 [Sugar Shack (5)] *
1 [Gary Moore] *
1 [Scott Gorham] *
1 [Chris Spedding] *
1 [Paul Cook] *
1 [Steve Jones] *
1 [Philip Lynott] *
1 [Alan Sinclair] *
1 [Danny Smith] *
1 [Frankie Smith (Black Eagles)] *
1 [Noel Bridgeman] *
1 [Robbie Brennan] *
1 [Mary Stokes] *
1 [Ben Prevo] *
1 [Shane Fitzsimons] *
1 [Robbie Casserley] *
1 [Joe Lahart] *
1 [Félim Gormley] *
1 [Pat Farrell] *
1 [Beki Brindle-Scala] *
1 [Brian Palm] *
1 [Zamo Riffman] *
1 [Evan Walsh] *
1 [Beki Brindle] *
1 [Pat Courtney] *
1 [Anto Drennan] *
1 [Sean Foy] *
1 [Simon Farrell] *
1 [Dermot Stokes] *
1 [Dave McGuinness] *
1 [Andrea Rodo] *
1 [Chris Byrne] *
1 [Eoin O’Doherty] *
1 [Graham Hynes] *
1 [Jay Oglesby] *
1 [Keith McLoughlin] *
1 [Kevin Lawlor] *
1 [Lee Boylan] *
1 [Robbie Barrett] *
1 [Sam Cloud] *
1 [Sarah Michelle] *
1 [Steve Tierney] *
1 [Agustí Àlvarez Puig] *
1 [Alberta Plum] *
1 [Bill Bergin] *
1 [Brian Palm Greg Boland] *
1 [Ciaran Brougham] *
1 [Dave McCune] *
1 [Dog Curland] *
1 [Eoin Dubh] *
1 [Erin McVeigh] *
1 [Foxy Murphy] *
1 [Fran Dowling] *
1 [Gerry Farrelly] *
1 [Jim Wiseman] *
1 [Joanne Gillen] *
1 [Jordan Higgins] *
1 [Kenneth Whelan] *
1 [Larry DeMyer] *
1 [Lluís Figueras] *
1 [Marc Marques Turon] *
1 [Martin Hutchinson] *
1 [Mick Cleary] *
1 [Nico Helingers] *
1 [Padraig Dooney] *
1 [Paul Sax Kelly] *
1 [Paula McCarthy] *
1 [Peter McGowan] *
1 [Philip Ryan] *
1 [Richie Hardly] *
1 [Robert Craven] *
1 [Ronald Oor] *
1 [Simon McVeigh] *
1 [Steve McGoona] *
1 [Steven Tavares] *
1 [Tommy Feeney] *
1 [Trevor Keogh] *
1 [Willo O’Brien] *
1 [Dermot Woodfull] *
1 [Brian Twomey] *
1 [Pat Fortune] *
1 [Shay Walsh] *
1 [Brian Robertson] *
1 [Terry O'Neill] *
1 [Frank Murray] *
1 [John Sykes] *
1 [Billy McGrath]
)
= 1
Outbound
10
Tags on post
Inbound
10
Posts tagging this
Connections
119
Total nodes
Base Node Strength
100
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.30%
(1.82 × 1072 overall)
Dominant nodes (excluded from chart)Mary Stokes Band 61.69%Chris Spedding 6.27%Gary Moore 5.18%Robbie Brennan 4.20%Burma Showband 2.92%Steve Jones 1.87%Noel Bridgeman 1.87%Thin Lizzy 1.57%Paul Cook 1.57%Phil Lynott 1.30%The Greedies 0.83%Scott Gorham 0.83%Eric Murray 0.63%Frank Murray 0.63%Funky Junction 0.47%Dave Lennox 0.47%Billy McGrath 0.47%Eric Bell 0.32%Talk to Strangers 0.32%Sugar Shack 0.32%Black Eagles 0.32%Philip Lynott 0.32%Pat Courtney 0.32%Joe Staunton 0.21%Dick Fagan 0.21%John Fitzpatrick 0.21%Pat Farrell 0.21%Terry O'Neill 0.21%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)