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 16 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 9 *
( 9 [Catherine Bach] *
324 [The Dukes of Hazzard: Reunion!] *
1 [You Again] *
324 [Fletch Lives] *
361 [High Plains Drifter] *
64 [Geoffrey Lewis] *
36 [Every Which Way But Loose] *
289 [Double Impact] *
4 [The Way of the Gun] *
256 [The Man Without a Face] *
64 [The Devil's Rejects] *
25 [Stuart Nisbet] *
25 [In the Heat of the Night] *
324 [Police Academy: Mission to Moscow] *
4 [Murder in the First] *
1 [The Fabulous Baker Boys]
)
= 1.08 x 10^26
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Catherine Bach] *
1 [The Dukes of Hazzard: Reunion!] *
1 [You Again] *
1 [Fletch Lives] *
1 [High Plains Drifter] *
1 [Geoffrey Lewis] *
1 [Every Which Way But Loose] *
1 [Double Impact] *
1 [The Way of the Gun] *
1 [The Man Without a Face] *
1 [The Devil's Rejects] *
1 [Stuart Nisbet] *
1 [In the Heat of the Night] *
1 [Police Academy: Mission to Moscow] *
1 [Murder in the First] *
1 [The Fabulous Baker Boys]
)
= 1
Outbound
3
Tags on post
Inbound
3
Posts tagging this
Connections
16
Total nodes
Base Node Strength
9
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.42%
(1.08 × 1026 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)