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, 9) = 9
$outbound = max(1, 9) = 9
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 9 * 9 = 81
Base_Influence (IV) = $inbound / $outbound = 9 / 9 = 1
// 3. Exponential Network Values (accumulating 102 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 81 *
( 225 [Sheeba] *
25 [Dennis Woods] *
324 [Niall Power] *
4 [Irene McCoubrey] *
4 [Marian Fossett] *
100 [Brian Despard] *
16 [Perky Boggins] *
1 [Alistair Boggins] *
81 [Jimmy Compton] *
1 [Paul Drennan] *
1 [Tony Malloy] *
196 [Fran Breen] *
1 [Maggie Moone] *
1 [Frances Campbell] *
4 [Marion Fossett] *
49 [Desi Reynolds] *
81 [The Corrs] *
4 [Caroline Corr] *
4 [jim corr] *
4 [Sharon Corr] *
16 [barry gaster] *
9 [Rod Vey] *
9 [Andrea Corr] *
4 [John Hughes (Ned Spoon)] *
361 [Clannad] *
625 [Moving Hearts] *
144 [Flint] *
25 [C'est Clave] *
169 [Mike + The Mechanics] *
1 [DFHM] *
64 [Zerra One] *
4 [Peter Keenan] *
9 [eamonn doyle] *
25 [mike mesbur] *
144 [Paul Carrack] *
49 [Jamie Moses] *
4 [Mike Rutherford] *
36 [Gary Wallis] *
9 [Roachford] *
36 [Tim Renwick] *
25 [Peter Van Hooke] *
1 [Adrian Lee] *
1 [Andrew Roachford] *
1 [Hugo Flower] *
4 [Paul Young (2)] *
1 [Tim Howar] *
144 [Donal Lunny] *
25 [Flo McSweeney] *
36 [Declan Sinnott] *
49 [Peter Eades] *
81 [Brian Donaghy] *
100 [James Delaney] *
25 [Greg Boland] *
49 [Keith Donald] *
9 [Christy Moore] *
25 [Mick Hanly] *
16 [Davy Spillane] *
4 [Brian Calnan] *
4 [Declan Masterson] *
4 [Eoghan O'Neill] *
1 [Graham Henderson] *
16 [Jimmy Smyth] *
1 [Kevin Glackin] *
1 [Matt Kellaghan] *
4 [Noel Eccles] *
49 [Nollaig Casey] *
4 [Liam Bradley] *
4 [Declan Sinnot] *
1 [Matt Kelleghan] *
36 [Billy McGrath] *
36 [Moya Brennan] *
81 [Kevin McAlea] *
289 [Robbie Brennan] *
1 [CIARáN BRENNAN] *
25 [Steve Cooney] *
49 [Philip Donnelly] *
64 [Ray Fean] *
9 [Pól Brennan] *
9 [Pádraig Duggan] *
9 [Noel Duggan] *
16 [nicky ryan] *
9 [Ian Parker] *
4 [roma ryan] *
64 [Dave Kavanagh] *
1 [Eithne Ni Bhraonain] *
1 [Mícheál Ó hEidhin] *
4 [Brian Tyrell] *
16 [Barney Skillen] *
1 [Stephen Feely] *
1 [Mick Deane] *
4 [Charlie Chapman] *
4 [Eamonn Byrne] *
25 [Stewart Bradley] *
49 [Andy Creighton] *
16 [Joe O’Toole] *
1 [Chevy Commons] *
1 [McGrew Yard] *
64 [Paul Bell] *
4 [Adrian Wyatt] *
4 [Andreas Grimminger] *
1 [Ian Penman] *
1 [Korda Marshall]
)
= 7.87 x 10^106
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Sheeba] *
1 [Dennis Woods] *
1 [Niall Power] *
1 [Irene McCoubrey] *
1 [Marian Fossett] *
1 [Brian Despard] *
1 [Perky Boggins] *
1 [Alistair Boggins] *
1 [Jimmy Compton] *
1 [Paul Drennan] *
1 [Tony Malloy] *
1 [Fran Breen] *
1 [Maggie Moone] *
1 [Frances Campbell] *
1 [Marion Fossett] *
1 [Desi Reynolds] *
1 [The Corrs] *
1 [Caroline Corr] *
1 [jim corr] *
1 [Sharon Corr] *
1 [barry gaster] *
1 [Rod Vey] *
1 [Andrea Corr] *
1 [John Hughes (Ned Spoon)] *
1 [Clannad] *
1 [Moving Hearts] *
1 [Flint] *
1 [C'est Clave] *
1 [Mike + The Mechanics] *
1 [DFHM] *
1 [Zerra One] *
1 [Peter Keenan] *
1 [eamonn doyle] *
1 [mike mesbur] *
1 [Paul Carrack] *
1 [Jamie Moses] *
1 [Mike Rutherford] *
1 [Gary Wallis] *
1 [Roachford] *
1 [Tim Renwick] *
1 [Peter Van Hooke] *
1 [Adrian Lee] *
1 [Andrew Roachford] *
1 [Hugo Flower] *
1 [Paul Young (2)] *
1 [Tim Howar] *
1 [Donal Lunny] *
1 [Flo McSweeney] *
1 [Declan Sinnott] *
1 [Peter Eades] *
1 [Brian Donaghy] *
1 [James Delaney] *
1 [Greg Boland] *
1 [Keith Donald] *
1 [Christy Moore] *
1 [Mick Hanly] *
1 [Davy Spillane] *
1 [Brian Calnan] *
1 [Declan Masterson] *
1 [Eoghan O'Neill] *
1 [Graham Henderson] *
1 [Jimmy Smyth] *
1 [Kevin Glackin] *
1 [Matt Kellaghan] *
1 [Noel Eccles] *
1 [Nollaig Casey] *
1 [Liam Bradley] *
1 [Declan Sinnot] *
1 [Matt Kelleghan] *
1 [Billy McGrath] *
1 [Moya Brennan] *
1 [Kevin McAlea] *
1 [Robbie Brennan] *
1 [CIARáN BRENNAN] *
1 [Steve Cooney] *
1 [Philip Donnelly] *
1 [Ray Fean] *
1 [Pól Brennan] *
1 [Pádraig Duggan] *
1 [Noel Duggan] *
1 [nicky ryan] *
1 [Ian Parker] *
1 [roma ryan] *
1 [Dave Kavanagh] *
1 [Eithne Ni Bhraonain] *
1 [Mícheál Ó hEidhin] *
1 [Brian Tyrell] *
1 [Barney Skillen] *
1 [Stephen Feely] *
1 [Mick Deane] *
1 [Charlie Chapman] *
1 [Eamonn Byrne] *
1 [Stewart Bradley] *
1 [Andy Creighton] *
1 [Joe O’Toole] *
1 [Chevy Commons] *
1 [McGrew Yard] *
1 [Paul Bell] *
1 [Adrian Wyatt] *
1 [Andreas Grimminger] *
1 [Ian Penman] *
1 [Korda Marshall]
)
= 1
Outbound
9
Tags on post
Inbound
9
Posts tagging this
Connections
102
Total nodes
Base Node Strength
81
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.79%
(7.87 × 10106 overall)
Dominant nodes (excluded from chart)Moving Hearts 13.78%Clannad 7.96%Niall Power 7.15%Robbie Brennan 6.37%Sheeba 4.96%Fran Breen 4.32%Mike + The Mechanics 3.73%Flint 3.18%Paul Carrack 3.18%Donal Lunny 3.18%Brian Despard 2.21%James Delaney 2.21%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)