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, 7) = 7
$outbound = max(1, 7) = 7
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 7 * 7 = 49
Base_Influence (IV) = $inbound / $outbound = 7 / 7 = 1
// 3. Exponential Network Values (accumulating 15 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 49 *
( 225 [The Mamas & the Papas] *
361 [The Byrds] *
49 [Michael Fennelly] *
441 [The Association] *
196 [The Turtles] *
49 [The Millennium] *
81 [Spanky and Our Gang] *
4 [Casey Foutz] *
1 [Felix Falcon] *
1 [Hank Harvey] *
1 [Phil Jones] *
4 [Phil Jones (3)] *
1 [Felix "Flaco" Falcon] *
1 [London Fog (2)] *
144 [Tom Petty and the Heartbreakers]
)
= 1.54 x 10^20
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [The Mamas & the Papas] *
1 [The Byrds] *
1 [Michael Fennelly] *
1 [The Association] *
1 [The Turtles] *
1 [The Millennium] *
1 [Spanky and Our Gang] *
1 [Casey Foutz] *
1 [Felix Falcon] *
1 [Hank Harvey] *
1 [Phil Jones] *
1 [Phil Jones (3)] *
1 [Felix "Flaco" Falcon] *
1 [London Fog (2)] *
1 [Tom Petty and the Heartbreakers]
)
= 1
Outbound
7
Tags on post
Inbound
7
Posts tagging this
Connections
15
Total nodes
Base Node Strength
49
Base Node Influence
1
Strength Share (vs Direct Neighbours)
3.05%
(1.54 × 1020 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)