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, 17) = 17
$outbound = max(1, 19) = 19
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 17 * 19 = 323
Base_Influence (IV) = $inbound / $outbound = 17 / 19 = 0.8947
// 3. Exponential Network Values (accumulating 19 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 323 *
( 2 [Ezequiel Parísi] *
2 [Ezequiel ParÃsi] *
1 [Jorge Serrano] *
1 [Martín "La Mosca" Lorenzo] *
1 [Pablo "Chucky" Armesto] *
1 [Cucho Parisi] *
1 [Daniel Zimbello] *
1 [Diego Demarco] *
1 [Eduardo Tripodi] *
1 [Gaston Bernardou] *
1 [Guillermo Eijo] *
1 [Gustavo Montecchia] *
1 [Mariano Franceschelli] *
1 [Martin Lorenzo] *
1 [Martin Pajarola] *
1 [Nico Landa] *
1 [Pablo Armesto] *
1 [Gustavo Parisi] *
1 [Pablo RodrÃguez (2)]
)
= 1.3K
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 0.8947 *
( 2 [Ezequiel Parísi] *
2 [Ezequiel ParÃsi] *
1 [Jorge Serrano] *
1 [Martín "La Mosca" Lorenzo] *
1 [Pablo "Chucky" Armesto] *
1 [Cucho Parisi] *
1 [Daniel Zimbello] *
1 [Diego Demarco] *
1 [Eduardo Tripodi] *
1 [Gaston Bernardou] *
1 [Guillermo Eijo] *
1 [Gustavo Montecchia] *
1 [Mariano Franceschelli] *
1 [Martin Lorenzo] *
1 [Martin Pajarola] *
1 [Nico Landa] *
1 [Pablo Armesto] *
1 [Gustavo Parisi] *
1 [Pablo RodrÃguez (2)]
)
= 3.58
Outbound
17
Tags on post
Inbound
19
Posts tagging this
Connections
19
Total nodes
Base Node Strength
323
Base Node Influence
0.8947
Strength Share (vs Direct Neighbours)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)