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, 3) = 3
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 4 * 3 = 12
Base_Influence (IV) = $inbound / $outbound = 4 / 3 = 1.3333
// 3. Exponential Network Values (accumulating 21 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 12 *
( 306 [Broadcast News] *
380 [The Perks of Being a Wallflower] *
4 [Libby Titus] *
4 [The Little Rascals] *
324 [Runaway Bride] *
256 [Grosse Pointe Blank] *
64 [Joan Cusack] *
361 [Arlington Road] *
361 [My Blue Heaven] *
9 [In & Out] *
324 [Wonder Boys] *
324 [The Money Pit] *
25 [Philip Bosco] *
36 [The First Wives Club] *
4 [The Savages] *
361 [Picket Fences] *
324 [Hiller and Diller] *
324 [In Good Company] *
36 [Amy Aquino] *
4 [The Lazarus Effect] *
324 [White Oleander]
)
= 9.29 x 10^40
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1.3333 *
( 1.06 [Broadcast News] *
1.05 [The Perks of Being a Wallflower] *
1 [Libby Titus] *
1 [The Little Rascals] *
1 [Runaway Bride] *
1 [Grosse Pointe Blank] *
1 [Joan Cusack] *
1 [Arlington Road] *
1 [My Blue Heaven] *
1 [In & Out] *
1 [Wonder Boys] *
1 [The Money Pit] *
1 [Philip Bosco] *
1 [The First Wives Club] *
1 [The Savages] *
1 [Picket Fences] *
1 [Hiller and Diller] *
1 [In Good Company] *
1 [Amy Aquino] *
1 [The Lazarus Effect] *
1 [White Oleander]
)
= 1.49
Outbound
4
Tags on post
Inbound
3
Posts tagging this
Connections
21
Total nodes
Base Node Strength
12
Base Node Influence
1.3333
Strength Share (vs Direct Neighbours)
0.29%
(9.29 × 1040 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)