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, 10) = 10
$outbound = max(1, 10) = 10
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 10 * 10 = 100
Base_Influence (IV) = $inbound / $outbound = 10 / 10 = 1
// 3. Exponential Network Values (accumulating 14 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 100 *
( 1 [Steve Swanson] *
9 [Joe Kilcoyne] *
4 [Ryan Farrell] *
1 [Chris Andrews (4)] *
1 [Don Foose] *
9 [Eric Klinger] *
4 [Eric Matthews (2)] *
1 [John Keener] *
1 [Rick Kiehl] *
1 [Scott Roberts (2)] *
484 [Mushroomhead] *
121 [Mystik] *
144 [Icarus Witch] *
324 [Pro-Pain]
)
= 354.11T
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Steve Swanson] *
1 [Joe Kilcoyne] *
1 [Ryan Farrell] *
1 [Chris Andrews (4)] *
1 [Don Foose] *
1 [Eric Klinger] *
1 [Eric Matthews (2)] *
1 [John Keener] *
1 [Rick Kiehl] *
1 [Scott Roberts (2)] *
1 [Mushroomhead] *
1 [Mystik] *
1 [Icarus Witch] *
1 [Pro-Pain]
)
= 1
Outbound
10
Tags on post
Inbound
10
Posts tagging this
Connections
14
Total nodes
Base Node Strength
100
Base Node Influence
1
Strength Share (vs Direct Neighbours)
Dominant nodes (excluded from chart)Mushroomhead 40.17%Pro-Pain 26.89%Icarus Witch 11.95%Mystik 10.04%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)