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, 3) = 3
$outbound = max(1, 3) = 3
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 3 * 3 = 9
Base_Influence (IV) = $inbound / $outbound = 3 / 3 = 1
// 3. Exponential Network Values (accumulating 84 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 9 *
( 4 [Kevin O’Brien] *
2 [Willie O'Hagan] *
2 [Willie O’Hagan] *
25 [Iggy Ward] *
324 [Niall Power] *
25 [Shay O'Donoghue] *
4 [Ronan O'Callaghan] *
49 [Peter McKinney] *
9 [Tony Kenny] *
100 [John Drummond] *
36 [Donie Devaney] *
121 [Fran Byrne] *
4 [Pat Coldrick] *
36 [Tommy Lundy] *
441 [Tony Kenny Band] *
16 [Connie Lynch] *
16 [shorty o'kane] *
1 [Andy Walton] *
1 [Barry Palmer] *
1 [Chris Lacklison] *
1 [Chris Redburn] *
16 [mickie most] *
9 [Rick Driscoll] *
16 [Andy O’Callaghan] *
4 [Ray Toal] *
4 [Mark Sinclair] *
9 [Barry Patterson] *
9 [Bryce Norrie] *
16 [Peter Niblock] *
25 [Gerry Mulryan] *
1 [Arty Moorhead] *
4 [James Meredith] *
1 [Colin Martin] *
25 [Shaun Magee] *
4 [Martin Hughes] *
1 [Bryan Greenwood] *
1 [Sam Greenaway] *
16 [Denis Forbes] *
4 [Trevor England] *
4 [George Doherty] *
16 [Paul DeVito] *
36 [Fran Dennis] *
4 [Alan Black] *
16 [Stuart Bingham] *
4 [Hunter Gary] *
1 [Mike Brown] *
1 [Sammy Johnson] *
1 [Wayne Rodgers] *
1 [Mickey Johnston] *
1 [John Burns] *
1 [Irene McIlroy] *
1 [Dave Smyth] *
1 [Andrea (Andi) McAnallen] *
1 [Adrian Andrews] *
4 [George Meehan] *
4 [Rosie Hunter] *
16 [Dickie Rock] *
49 [Paul Ashford] *
25 [Jimmy Harte] *
9 [Charlie Herbert] *
9 [Spiros Stoyiannos] *
25 [Murty Quinn] *
9 [Clem Quinn] *
4 [Aileen Pringle] *
16 [Martin Phelan] *
9 [Fran O'Toole] *
16 [Tommy O'Rourke] *
4 [Robert Murphy] *
9 [Bobby Murphy] *
9 [Brian McCoy] *
49 [Pat McCarthy] *
36 [Des McAlea] *
16 [Stephen Gilchrist] *
64 [Danny Ellis] *
16 [Mick Daly] *
16 [P.J. Coyne] *
16 [Ronan Collins] *
9 [John Collins] *
16 [Martin Branigan] *
9 [Tony Bogan] *
841 [Dickie's Band] *
4 [Tony Harris] *
4 [Denis Murray] *
1.2K [Sunshine (band)]
)
= 1.72 x 10^79
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 4 [Kevin O’Brien] *
2 [Willie O'Hagan] *
2 [Willie O’Hagan] *
1 [Iggy Ward] *
1 [Niall Power] *
1 [Shay O'Donoghue] *
1 [Ronan O'Callaghan] *
1 [Peter McKinney] *
1 [Tony Kenny] *
1 [John Drummond] *
1 [Donie Devaney] *
1 [Fran Byrne] *
1 [Pat Coldrick] *
1 [Tommy Lundy] *
1 [Tony Kenny Band] *
1 [Connie Lynch] *
1 [shorty o'kane] *
1 [Andy Walton] *
1 [Barry Palmer] *
1 [Chris Lacklison] *
1 [Chris Redburn] *
1 [mickie most] *
1 [Rick Driscoll] *
1 [Andy O’Callaghan] *
1 [Ray Toal] *
1 [Mark Sinclair] *
1 [Barry Patterson] *
1 [Bryce Norrie] *
1 [Peter Niblock] *
1 [Gerry Mulryan] *
1 [Arty Moorhead] *
1 [James Meredith] *
1 [Colin Martin] *
1 [Shaun Magee] *
1 [Martin Hughes] *
1 [Bryan Greenwood] *
1 [Sam Greenaway] *
1 [Denis Forbes] *
1 [Trevor England] *
1 [George Doherty] *
1 [Paul DeVito] *
1 [Fran Dennis] *
1 [Alan Black] *
1 [Stuart Bingham] *
1 [Hunter Gary] *
1 [Mike Brown] *
1 [Sammy Johnson] *
1 [Wayne Rodgers] *
1 [Mickey Johnston] *
1 [John Burns] *
1 [Irene McIlroy] *
1 [Dave Smyth] *
1 [Andrea (Andi) McAnallen] *
1 [Adrian Andrews] *
1 [George Meehan] *
1 [Rosie Hunter] *
1 [Dickie Rock] *
1 [Paul Ashford] *
1 [Jimmy Harte] *
1 [Charlie Herbert] *
1 [Spiros Stoyiannos] *
1 [Murty Quinn] *
1 [Clem Quinn] *
1 [Aileen Pringle] *
1 [Martin Phelan] *
1 [Fran O'Toole] *
1 [Tommy O'Rourke] *
1 [Robert Murphy] *
1 [Bobby Murphy] *
1 [Brian McCoy] *
1 [Pat McCarthy] *
1 [Des McAlea] *
1 [Stephen Gilchrist] *
1 [Danny Ellis] *
1 [Mick Daly] *
1 [P.J. Coyne] *
1 [Ronan Collins] *
1 [John Collins] *
1 [Martin Branigan] *
1 [Tony Bogan] *
1 [Dickie's Band] *
1 [Tony Harris] *
1 [Denis Murray] *
0.9714 [Sunshine (band)]
)
= 15.54
Outbound
3
Tags on post
Inbound
3
Posts tagging this
Connections
84
Total nodes
Base Node Strength
9
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.23%
(1.72 × 1079 overall)
Dominant nodes (excluded from chart)Sunshine (band) 29.87%Dickie's Band 21.11%Tony Kenny Band 11.07%Niall Power 8.13%Fran Byrne 3.04%John Drummond 2.51%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)