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, 4) = 4
$outbound = max(1, 4) = 4
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 4 * 4 = 16
Base_Influence (IV) = $inbound / $outbound = 4 / 4 = 1
// 3. Exponential Network Values (accumulating 15 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 16 *
( 20 [Rio Hackford] *
380 [The Crow] *
9 [Kathryn Bigelow] *
16 [The Hurt Locker] *
400 [Near Dark] *
324 [Alien: Resurrection] *
25 [Michael Wincott] *
324 [Robin Hood: Prince of Thieves] *
64 [The Three Musketeers] *
9 [Glenn Plummer] *
324 [Jonah Hex] *
289 [Fred Claus] *
49 [Raising Helen] *
36 [Speed 2: Cruise Control] *
324 [Showgirls]
)
= 5.67 x 10^29
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.25 [Rio Hackford] *
1.05 [The Crow] *
1 [Kathryn Bigelow] *
1 [The Hurt Locker] *
1 [Near Dark] *
1 [Alien: Resurrection] *
1 [Michael Wincott] *
1 [Robin Hood: Prince of Thieves] *
1 [The Three Musketeers] *
1 [Glenn Plummer] *
1 [Jonah Hex] *
1 [Fred Claus] *
1 [Raising Helen] *
1 [Speed 2: Cruise Control] *
1 [Showgirls]
)
= 1.32
Outbound
4
Tags on post
Inbound
4
Posts tagging this
Connections
15
Total nodes
Base Node Strength
16
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.61%
(5.67 × 1029 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)