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, 1) = 1
$outbound = max(1, 1) = 1
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 1 * 1 = 1
Base_Influence (IV) = $inbound / $outbound = 1 / 1 = 1
// 3. Exponential Network Values (accumulating 17 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 1 *
( 42 [Winona Ryder] *
25 [John Davidson] *
25 [Vincent Price] *
289 [Edward Scissorhands] *
36 [Anthony Michael Hall] *
9 [Biff Yeager] *
25 [Bryan Larkin] *
49 [Caroline Aaron] *
36 [Conchata Ferrell] *
64 [Dianne Wiest] *
16 [Dick Anthony Williams] *
49 [Kathy Baker] *
4 [Linda Perri] *
4 [O-Lan Jones] *
4 [Robert Oliveri] *
36 [Susan Blommaert] *
121 [Johnny Depp]
)
= 1.52 x 10^24
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.17 [Winona Ryder] *
1 [John Davidson] *
1 [Vincent Price] *
1 [Edward Scissorhands] *
1 [Anthony Michael Hall] *
1 [Biff Yeager] *
1 [Bryan Larkin] *
1 [Caroline Aaron] *
1 [Conchata Ferrell] *
1 [Dianne Wiest] *
1 [Dick Anthony Williams] *
1 [Kathy Baker] *
1 [Linda Perri] *
1 [O-Lan Jones] *
1 [Robert Oliveri] *
1 [Susan Blommaert] *
1 [Johnny Depp]
)
= 1.17
Outbound
1
Tags on post
Inbound
1
Posts tagging this
Connections
17
Total nodes
Base Node Strength
1
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.12%
(1.52 × 1024 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)