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, 5) = 5
$outbound = max(1, 5) = 5
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 5 * 5 = 25
Base_Influence (IV) = $inbound / $outbound = 5 / 5 = 1
// 3. Exponential Network Values (accumulating 82 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 25 *
( 80 [Brian Harris] *
56 [The Creatures] *
272 [The Memories] *
576 [Real McCoy] *
25 [Barry Woods] *
9 [Liam Taggart] *
1 [Dave Penefeather] *
81 [Kevin McAlea] *
49 [Gerry Fitzgibbon] *
81 [Brian Donaghy] *
4 [Ray Donnan] *
36 [Dave Coady] *
16 [Johnny Brown] *
16 [Gay Brazel] *
1 [Trevor Boyst] *
25 [Gerry Anderson] *
25 [Eddie Campbell] *
81 [Jimmy Compton] *
49 [Keith Donald] *
9 [Alan Holland] *
9 [John L. Sullivan] *
1 [Karin Kasar] *
1 [Lisa Cork] *
1 [M.C.Sar] *
1 [Patsy] *
1 [Vanessa Mason] *
1 [Collette Wilkinson] *
16 [Davey Traynor] *
9 [Cahir O'Doherty] *
4 [Gerry Neil] *
36 [Shay Murphy] *
4 [Scott Mulvey] *
25 [Gerry Mulryan] *
9 [Norman Lindsay] *
16 [Ernie Durkin] *
1 [Mervyn Doyle] *
49 [Greg Donaghey] *
36 [Donie Devaney] *
64 [Noel Bridgeman] *
4 [Seamus Caulfield] *
484 [Gentry] *
1 [Aiden Hand] *
4 [Davy Traynor] *
1 [Ronnie Souter] *
4 [Gerry Carr] *
1 [Peter Hines] *
16 [Hughie Ward] *
36 [Mike Scott (Waterboys)] *
4 [Johnny Scarriff] *
1 [Ray Scally] *
25 [Bill Ryan] *
16 [McKee Stan] *
36 [Ronnie Kennedy] *
9 [Dick Farrelly] *
9 [Tommy Coyne] *
4 [Ollie Cunningham] *
25 [Jim Dalton] *
256 [Hoot'nanny's] *
9 [mike feeney] *
9 [Mick O’Malley] *
36 [Mike Scott] *
49 [Dave Murphy] *
49 [Peter Eades] *
4 [Doyle Daire] *
1 [Ray Crowe] *
1 [Jim Barry] *
4 [Pat Coldrick] *
4 [MartinBogle] *
49 [Andy Creighton] *
4 [Tony Kelly] *
1 [Mike Swan] *
4 [Liam Bradley] *
1 [Dominic Greene] *
1 [Daire Doyle] *
1 [Colm Harpur] *
1 [Chris Heenan] *
16 [Ray McDonald] *
9 [Frank Boylan] *
121 [Fran Byrne] *
9 [Peter Clarke (5)] *
4 [Susan Ballion] *
30 [Mike O'Brien]
)
= 4.46 x 10^81
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.25 [Brian Harris] *
1.14 [The Creatures] *
1.06 [The Memories] *
1 [Real McCoy] *
1 [Barry Woods] *
1 [Liam Taggart] *
1 [Dave Penefeather] *
1 [Kevin McAlea] *
1 [Gerry Fitzgibbon] *
1 [Brian Donaghy] *
1 [Ray Donnan] *
1 [Dave Coady] *
1 [Johnny Brown] *
1 [Gay Brazel] *
1 [Trevor Boyst] *
1 [Gerry Anderson] *
1 [Eddie Campbell] *
1 [Jimmy Compton] *
1 [Keith Donald] *
1 [Alan Holland] *
1 [John L. Sullivan] *
1 [Karin Kasar] *
1 [Lisa Cork] *
1 [M.C.Sar] *
1 [Patsy] *
1 [Vanessa Mason] *
1 [Collette Wilkinson] *
1 [Davey Traynor] *
1 [Cahir O'Doherty] *
1 [Gerry Neil] *
1 [Shay Murphy] *
1 [Scott Mulvey] *
1 [Gerry Mulryan] *
1 [Norman Lindsay] *
1 [Ernie Durkin] *
1 [Mervyn Doyle] *
1 [Greg Donaghey] *
1 [Donie Devaney] *
1 [Noel Bridgeman] *
1 [Seamus Caulfield] *
1 [Gentry] *
1 [Aiden Hand] *
1 [Davy Traynor] *
1 [Ronnie Souter] *
1 [Gerry Carr] *
1 [Peter Hines] *
1 [Hughie Ward] *
1 [Mike Scott (Waterboys)] *
1 [Johnny Scarriff] *
1 [Ray Scally] *
1 [Bill Ryan] *
1 [McKee Stan] *
1 [Ronnie Kennedy] *
1 [Dick Farrelly] *
1 [Tommy Coyne] *
1 [Ollie Cunningham] *
1 [Jim Dalton] *
1 [Hoot'nanny's] *
1 [mike feeney] *
1 [Mick O’Malley] *
1 [Mike Scott] *
1 [Dave Murphy] *
1 [Peter Eades] *
1 [Doyle Daire] *
1 [Ray Crowe] *
1 [Jim Barry] *
1 [Pat Coldrick] *
1 [MartinBogle] *
1 [Andy Creighton] *
1 [Tony Kelly] *
1 [Mike Swan] *
1 [Liam Bradley] *
1 [Dominic Greene] *
1 [Daire Doyle] *
1 [Colm Harpur] *
1 [Chris Heenan] *
1 [Ray McDonald] *
1 [Frank Boylan] *
1 [Fran Byrne] *
1 [Peter Clarke (5)] *
1 [Susan Ballion] *
0.8333 [Mike O'Brien]
)
= 1.26
Outbound
5
Tags on post
Inbound
5
Posts tagging this
Connections
82
Total nodes
Base Node Strength
25
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.79%
(4.46 × 1081 overall)
Dominant nodes (excluded from chart)Real McCoy 18.26%Gentry 15.35%The Memories 8.62%Hoot'nanny's 8.12%Fran Byrne 3.84%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)