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, 6) = 6
$outbound = max(1, 0) = 1
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 6 * 1 = 6
Base_Influence (IV) = $inbound / $outbound = 6 / 1 = 6
// 3. Exponential Network Values (accumulating 21 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 6 *
( 20 [Blue Angels] *
16 [Amuse] *
16 [declan jones] *
9 [David Long] *
1 [shgane o'neil] *
36 [Kieran Kennedy] *
9 [Eamonn Tynan] *
4 [Dave Clarke (22)] *
16 [The Cretins] *
16 [Rory Stokes] *
9 [dave long] *
36 [Dave Couse] *
16 [Yeah! Yeah!] *
1 [David Lordan] *
1 [Peter Butler] *
16 [Na Cruithne] *
4 [Ciaran Culhane] *
4 [Liam Hughes] *
1 [Steven "Seanie" McGrath] *
1 [Quentin Cowper] *
30 [Blue in Heaven]
)
= 3.65 x 10^18
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 6 *
( 1.25 [Blue Angels] *
1 [Amuse] *
1 [declan jones] *
1 [David Long] *
1 [shgane o'neil] *
1 [Kieran Kennedy] *
1 [Eamonn Tynan] *
1 [Dave Clarke (22)] *
1 [The Cretins] *
1 [Rory Stokes] *
1 [dave long] *
1 [Dave Couse] *
1 [Yeah! Yeah!] *
1 [David Lordan] *
1 [Peter Butler] *
1 [Na Cruithne] *
1 [Ciaran Culhane] *
1 [Liam Hughes] *
1 [Steven "Seanie" McGrath] *
1 [Quentin Cowper] *
0.8333 [Blue in Heaven]
)
= 6.25
Outbound
6
Tags on post
Inbound
0
Posts tagging this
Connections
21
Total nodes
Base Node Strength
6
Base Node Influence
6
Strength Share (vs Direct Neighbours)
2.24%
(3.65 × 1018 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)
No other posts link to this one yet.