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 21 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 9 *
( 4 [HAMMILL] *
4 [John Hammill] *
25 [DAVID JAX] *
121 [Van der Graaf Generator] *
25 [Keith Ellis] *
144 [Guy Evans] *
1 [Hugh Banton] *
81 [Nic Potter] *
1 [Chas Dickie] *
1 [David Jackson] *
1 [Graham Smith] *
1 [Judge Smith] *
1 [Nick Pearne] *
64 [The Stranglers And Friends] *
81 [Hazel O'Connor] *
100 [Ian Dury] *
49 [Davey Payne] *
81 [Wilko Johnson] *
64 [Robert Smith] *
36 [Matthieu Hartley] *
169 [Larry Wallis]
)
= 1.02 x 10^26
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [HAMMILL] *
1 [John Hammill] *
1 [DAVID JAX] *
1 [Van der Graaf Generator] *
1 [Keith Ellis] *
1 [Guy Evans] *
1 [Hugh Banton] *
1 [Nic Potter] *
1 [Chas Dickie] *
1 [David Jackson] *
1 [Graham Smith] *
1 [Judge Smith] *
1 [Nick Pearne] *
1 [The Stranglers And Friends] *
1 [Hazel O'Connor] *
1 [Ian Dury] *
1 [Davey Payne] *
1 [Wilko Johnson] *
1 [Robert Smith] *
1 [Matthieu Hartley] *
1 [Larry Wallis]
)
= 1
Outbound
3
Tags on post
Inbound
3
Posts tagging this
Connections
21
Total nodes
Base Node Strength
9
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.85%
(1.02 × 1026 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)