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, 5) = 5
$outbound = max(1, 7) = 7
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 5 * 7 = 35
Base_Influence (IV) = $inbound / $outbound = 5 / 7 = 0.7143
// 3. Exponential Network Values (accumulating 16 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 35 *
( 4 [Vitus Bach - 1550] *
2 [Guido D’Arrezo introduces solmization in music. (do re mi fa sol la)] *
28 [middle ages] *
6 [1455] *
42 [Felix Mendelssohn 1809] *
1 [Thomas Crecquillon] *
9 [Antoine Busnois] *
25 [The Renaissance] *
16 [Giovanni Pierluigi da Palestrina] *
1 [Josquin-Desprez-Ave-Maria] *
1 [Sheet music of Josquin des Prez] *
1 [Jacob Obrecht] *
16 [Giovanni Pierluigi da Palestrina 1525] *
1 [Missa Papae Marcelli] *
42 [Gilles Binchois] *
40 [Claudio Monteverdi]
)
= 191.18T
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 0.7143 *
( 4 [Vitus Bach - 1550] *
2 [Guido D’Arrezo introduces solmization in music. (do re mi fa sol la)] *
1.75 [middle ages] *
1.5 [1455] *
1.17 [Felix Mendelssohn 1809] *
1 [Thomas Crecquillon] *
1 [Antoine Busnois] *
1 [The Renaissance] *
1 [Giovanni Pierluigi da Palestrina] *
1 [Josquin-Desprez-Ave-Maria] *
1 [Sheet music of Josquin des Prez] *
1 [Jacob Obrecht] *
1 [Giovanni Pierluigi da Palestrina 1525] *
1 [Missa Papae Marcelli] *
0.8571 [Gilles Binchois] *
0.625 [Claudio Monteverdi]
)
= 9.37
Outbound
5
Tags on post
Inbound
7
Posts tagging this
Connections
16
Total nodes
Base Node Strength
35
Base Node Influence
0.7143
Strength Share (vs Direct Neighbours)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)