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, 2) = 2
$outbound = max(1, 2) = 2
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 2 * 2 = 4
Base_Influence (IV) = $inbound / $outbound = 2 / 2 = 1
// 3. Exponential Network Values (accumulating 14 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 4 *
( 49 [The Godfather] *
64 [The Godfather Part II] *
1 [Fred Roos] *
16 [Joe Spinell] *
16 [Frank Sivero] *
16 [Tom Rosqui] *
16 [John Cazale] *
9 [Marianna Hill] *
16 [Carmine Caridi] *
16 [Bill Roper] *
49 [James Caan] *
16 [Alex Rocco] *
16 [Angelo Infanti] *
9 [Jeannie Linero]
)
= 2.14 x 10^17
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [The Godfather] *
1 [The Godfather Part II] *
1 [Fred Roos] *
1 [Joe Spinell] *
1 [Frank Sivero] *
1 [Tom Rosqui] *
1 [John Cazale] *
1 [Marianna Hill] *
1 [Carmine Caridi] *
1 [Bill Roper] *
1 [James Caan] *
1 [Alex Rocco] *
1 [Angelo Infanti] *
1 [Jeannie Linero]
)
= 1
Outbound
2
Tags on post
Inbound
2
Posts tagging this
Connections
14
Total nodes
Base Node Strength
4
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.28%
(2.14 × 1017 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)