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, 8) = 8
$outbound = max(1, 8) = 8
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 8 * 8 = 64
Base_Influence (IV) = $inbound / $outbound = 8 / 8 = 1
// 3. Exponential Network Values (accumulating 17 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 64 *
( 1 [Regal] *
1 [Touche] *
16 [Naughty by Nature] *
16 [Marky Mark and The Funky Bunch] *
16 [Monie Love] *
1 [Paul Eve] *
4 [Theo Keating] *
36 [Nu skool breaks] *
16 [Fatboy Slim] *
25 [Propellerheads] *
9 [The Crystal Method] *
1 [Cut La Roc] *
1 [The Plump DJs] *
36 [Coldcut] *
81 [Deee-Lite] *
144 [De La Soul] *
9 [The Black Ghosts]
)
= 5.14 x 10^17
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Regal] *
1 [Touche] *
1 [Naughty by Nature] *
1 [Marky Mark and The Funky Bunch] *
1 [Monie Love] *
1 [Paul Eve] *
1 [Theo Keating] *
1 [Nu skool breaks] *
1 [Fatboy Slim] *
1 [Propellerheads] *
1 [The Crystal Method] *
1 [Cut La Roc] *
1 [The Plump DJs] *
1 [Coldcut] *
1 [Deee-Lite] *
1 [De La Soul] *
1 [The Black Ghosts]
)
= 1
Outbound
8
Tags on post
Inbound
8
Posts tagging this
Connections
17
Total nodes
Base Node Strength
64
Base Node Influence
1
Strength Share (vs Direct Neighbours)
13.42%
(5.14 × 1017 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)