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 18 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 9 *
( 25 [Steve Witting] *
64 [Yul Vazquez] *
25 [Michael Esper] *
324 [Runaway Bride] *
324 [Little Fockers] *
361 [American Gangster] *
361 [Magic City] *
441 [Godfather of Harlem] *
9 [Russian Doll] *
289 [Man of the Century] *
289 [Batman Returns] *
1 [Killers of the Flower Moon] *
4 [Tulsa King] *
25 [It's Always Sunny in Philadelphia] *
4 [Trust] *
361 [The Drop] *
1 [Ben Is Back] *
1 [Broadway Idiot]
)
= 2.36 x 10^29
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Steve Witting] *
1 [Yul Vazquez] *
1 [Michael Esper] *
1 [Runaway Bride] *
1 [Little Fockers] *
1 [American Gangster] *
1 [Magic City] *
1 [Godfather of Harlem] *
1 [Russian Doll] *
1 [Man of the Century] *
1 [Batman Returns] *
1 [Killers of the Flower Moon] *
1 [Tulsa King] *
1 [It's Always Sunny in Philadelphia] *
1 [Trust] *
1 [The Drop] *
1 [Ben Is Back] *
1 [Broadway Idiot]
)
= 1
Outbound
3
Tags on post
Inbound
3
Posts tagging this
Connections
18
Total nodes
Base Node Strength
9
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.31%
(2.36 × 1029 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)