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 16 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 9 *
( 42 [Forbidden (3)] *
144 [Testament (2)] *
1 [Forbidden Evil] *
64 [John Tempesta] *
361 [Gene Hoglan] *
81 [Chris Kontos] *
49 [Jon Dette] *
100 [Alex Skolnick] *
25 [Greg Christian] *
49 [Steve Smyth] *
9 [Chuck Billy] *
9 [Derrick Ramirez] *
4 [Louie Clemente] *
16 [Rob Flynn] *
4 [Tim Calvert] *
272 [Dave Lombardo]
)
= 3.45 x 10^24
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.17 [Forbidden (3)] *
1 [Testament (2)] *
1 [Forbidden Evil] *
1 [John Tempesta] *
1 [Gene Hoglan] *
1 [Chris Kontos] *
1 [Jon Dette] *
1 [Alex Skolnick] *
1 [Greg Christian] *
1 [Steve Smyth] *
1 [Chuck Billy] *
1 [Derrick Ramirez] *
1 [Louie Clemente] *
1 [Rob Flynn] *
1 [Tim Calvert] *
0.9412 [Dave Lombardo]
)
= 1.1
Outbound
3
Tags on post
Inbound
3
Posts tagging this
Connections
16
Total nodes
Base Node Strength
9
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.73%
(3.45 × 1024 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)