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, 7) = 7
$outbound = max(1, 7) = 7
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 7 * 7 = 49
Base_Influence (IV) = $inbound / $outbound = 7 / 7 = 1
// 3. Exponential Network Values (accumulating 23 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 49 *
( 72 [Soundgarden] *
64 [Chris Cornell] *
64 [Ben Shepherd] *
4 [Hiro Yamamoto] *
36 [Jason Everman] *
361 [Matt Cameron] *
1 [Scott Sundquist] *
64 [Kim Thayi] *
16 [No WTO Combo] *
16 [3rd Secret] *
36 [MC50] *
25 [The Imposters 6] *
4 [Identity Crisis (3)] *
25 [The NO WTO Combo] *
441 [Krist Novoselic] *
81 [Eric Boucher] *
16 [Gina Mainwal] *
196 [MC5] *
225 [Billy Gould] *
196 [Wayne Kramer] *
169 [Chris Ballew] *
36 [Dave Dederer] *
169 [Caspar Babypants]
)
= 5.63 x 10^39
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.13 [Soundgarden] *
1 [Chris Cornell] *
1 [Ben Shepherd] *
1 [Hiro Yamamoto] *
1 [Jason Everman] *
1 [Matt Cameron] *
1 [Scott Sundquist] *
1 [Kim Thayi] *
1 [No WTO Combo] *
1 [3rd Secret] *
1 [MC50] *
1 [The Imposters 6] *
1 [Identity Crisis (3)] *
1 [The NO WTO Combo] *
1 [Krist Novoselic] *
1 [Eric Boucher] *
1 [Gina Mainwal] *
1 [MC5] *
1 [Billy Gould] *
1 [Wayne Kramer] *
1 [Chris Ballew] *
1 [Dave Dederer] *
1 [Caspar Babypants]
)
= 1.13
Outbound
7
Tags on post
Inbound
7
Posts tagging this
Connections
23
Total nodes
Base Node Strength
49
Base Node Influence
1
Strength Share (vs Direct Neighbours)
2.07%
(5.63 × 1039 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)