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 16 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 16 *
( 1 [Mohandas K. Gandhi] *
289 [The Jungle Book] *
289 [Iron Man 3] *
36 [Ben Kingsley] *
324 [House of Sand and Fog] *
324 [Sexy Beast] *
324 [The Love Guru] *
25 [Roshan Seth] *
16 [John Bloom] *
25 [Closer] *
400 [Notes on a Scandal] *
324 [Runaway Train] *
324 [Not Without My Daughter] *
4 [Proof] *
9 [Street Fighter] *
9 [Indiana Jones and the Temple of Doom]
)
= 2.23 x 10^29
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Mohandas K. Gandhi] *
1 [The Jungle Book] *
1 [Iron Man 3] *
1 [Ben Kingsley] *
1 [House of Sand and Fog] *
1 [Sexy Beast] *
1 [The Love Guru] *
1 [Roshan Seth] *
1 [John Bloom] *
1 [Closer] *
1 [Notes on a Scandal] *
1 [Runaway Train] *
1 [Not Without My Daughter] *
1 [Proof] *
1 [Street Fighter] *
1 [Indiana Jones and the Temple of Doom]
)
= 1
Outbound
4
Tags on post
Inbound
4
Posts tagging this
Connections
16
Total nodes
Base Node Strength
16
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.58%
(2.23 × 1029 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)