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 14 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 16 *
( 30 [Isabella Rossellini] *
16 [Stefan Gierasch] *
9 [Carrie] *
36 [Blue Velvet] *
9 [Twilight Zone: The Movie] *
4 [A Nightmare on Elm Street 3: Dream Warriors] *
16 [Dennis Hopper] *
25 [Jack Nance] *
49 [Kyle MacLachlan] *
100 [Laura Dern] *
9 [Nan Martin] *
9 [Elsa Raven] *
16 [Kai Wulff] *
30 [Chloë Grace Moretz]
)
= 6.83 x 10^18
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.2 [Isabella Rossellini] *
1 [Stefan Gierasch] *
1 [Carrie] *
1 [Blue Velvet] *
1 [Twilight Zone: The Movie] *
1 [A Nightmare on Elm Street 3: Dream Warriors] *
1 [Dennis Hopper] *
1 [Jack Nance] *
1 [Kyle MacLachlan] *
1 [Laura Dern] *
1 [Nan Martin] *
1 [Elsa Raven] *
1 [Kai Wulff] *
0.8333 [Chloë Grace Moretz]
)
= 1
Outbound
4
Tags on post
Inbound
4
Posts tagging this
Connections
14
Total nodes
Base Node Strength
16
Base Node Influence
1
Strength Share (vs Direct Neighbours)
4.28%
(6.83 × 1018 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)