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, 4) = 4
$outbound = max(1, 4) = 4
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 4 * 4 = 16
Base_Influence (IV) = $inbound / $outbound = 4 / 4 = 1
// 3. Exponential Network Values (accumulating 83 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 16 *
( 16 [Tina Reynolds] *
1.4K [Nevada Showband] *
1 [Rose Tynan] *
4 [Willie Walsh] *
4 [Brian Tyrell] *
4 [Roy Taylor] *
25 [Eric Sharpe] *
1 [Tony Quinn] *
324 [Niall Power] *
1 [Jim O'Connor] *
9 [Brian O'Brien] *
4 [Sean Moran] *
25 [Fergie McElligott] *
4 [Val Kearney] *
16 [Liam Hurley] *
36 [Red Hurley] *
64 [Danny Ellis] *
25 [Roly Daniels] *
196 [Gene Berrill] *
81 [Jimmy Compton] *
25 [Glen Curtin] *
4 [Bunty Hayden] *
1 [Peter Hayden] *
16 [Tommy Hayden] *
9 [Des Hickey] *
9 [Maisie McDaniel] *
1 [wally meehan] *
1 [jimmy clarke] *
1 [jack Mcguinness] *
1 [Mark leech] *
1 [Gene Inglesby] *
1 [Val Tino] *
1 [Ronnie Medford] *
1 [Peter Winnette] *
1 [Pat (Accrd) Neary] *
1 [Fran McDermot] *
1 [Pete Hayden] *
1 [Peter Hines] *
16 [Hughie Ward] *
36 [Mike Scott (Waterboys)] *
4 [Johnny Scarriff] *
1 [Ray Scally] *
25 [Bill Ryan] *
25 [Liam McKenna] *
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 [Greener Pastures] *
1 [Frank McGirr] *
784 [The Ranchers] *
81 [Denis Allen] *
1 [Paul Farrell] *
4 [Timmy Weadick] *
9 [Mick Tyrell] *
9 [Jim Tyrell] *
25 [Shay Spain] *
9 [Sean Scanlon] *
16 [John O'Brien] *
4 [Gerry O'Brien] *
4 [Mark McCormack] *
36 [Francie Lenehan] *
9 [Pat Fortune] *
9 [Mick Falahee] *
36 [Frankie Carroll] *
25 [John Browne] *
25 [Joe Browne] *
9 [Georgie Byrne] *
9 [Frank Coughlan] *
16 [Ray Fitzgerald] *
16 [Brendan Frawley] *
1 [Paddy Farrell] *
9 [Hugo Duncan] *
1 [Eddie La Touche] *
9 [Aidan D'Arcy] *
1 [Joe Cantillon] *
1 [Frank Phelan] *
1 [Declan Curneen]
)
= 2.49 x 10^75
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Tina Reynolds] *
1 [Nevada Showband] *
1 [Rose Tynan] *
1 [Willie Walsh] *
1 [Brian Tyrell] *
1 [Roy Taylor] *
1 [Eric Sharpe] *
1 [Tony Quinn] *
1 [Niall Power] *
1 [Jim O'Connor] *
1 [Brian O'Brien] *
1 [Sean Moran] *
1 [Fergie McElligott] *
1 [Val Kearney] *
1 [Liam Hurley] *
1 [Red Hurley] *
1 [Danny Ellis] *
1 [Roly Daniels] *
1 [Gene Berrill] *
1 [Jimmy Compton] *
1 [Glen Curtin] *
1 [Bunty Hayden] *
1 [Peter Hayden] *
1 [Tommy Hayden] *
1 [Des Hickey] *
1 [Maisie McDaniel] *
1 [wally meehan] *
1 [jimmy clarke] *
1 [jack Mcguinness] *
1 [Mark leech] *
1 [Gene Inglesby] *
1 [Val Tino] *
1 [Ronnie Medford] *
1 [Peter Winnette] *
1 [Pat (Accrd) Neary] *
1 [Fran McDermot] *
1 [Pete Hayden] *
1 [Peter Hines] *
1 [Hughie Ward] *
1 [Mike Scott (Waterboys)] *
1 [Johnny Scarriff] *
1 [Ray Scally] *
1 [Bill Ryan] *
1 [Liam McKenna] *
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 [Greener Pastures] *
1 [Frank McGirr] *
1 [The Ranchers] *
1 [Denis Allen] *
1 [Paul Farrell] *
1 [Timmy Weadick] *
1 [Mick Tyrell] *
1 [Jim Tyrell] *
1 [Shay Spain] *
1 [Sean Scanlon] *
1 [John O'Brien] *
1 [Gerry O'Brien] *
1 [Mark McCormack] *
1 [Francie Lenehan] *
1 [Pat Fortune] *
1 [Mick Falahee] *
1 [Frankie Carroll] *
1 [John Browne] *
1 [Joe Browne] *
1 [Georgie Byrne] *
1 [Frank Coughlan] *
1 [Ray Fitzgerald] *
1 [Brendan Frawley] *
1 [Paddy Farrell] *
1 [Hugo Duncan] *
1 [Eddie La Touche] *
1 [Aidan D'Arcy] *
1 [Joe Cantillon] *
1 [Frank Phelan] *
1 [Declan Curneen]
)
= 1
Outbound
4
Tags on post
Inbound
4
Posts tagging this
Connections
83
Total nodes
Base Node Strength
16
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.40%
(2.49 × 1075 overall)
Dominant nodes (excluded from chart)Nevada Showband 34.14%The Ranchers 19.55%Niall Power 8.08%Hoot'nanny's 6.38%Gene Berrill 4.89%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)