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, 0) = 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 15 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 1 *
( 100 [Pete Townshend] *
49 [Emitt Rhodes] *
121 [Joe Walsh] *
256 [Pino Palladino] *
196 [The Who] *
1 [Doug Sandom] *
196 [John Entwistle] *
49 [Keith Moon] *
225 [Kenney Jones] *
144 [Billy Preston] *
4 [Cilla Black] *
4 [Johnny Rivers] *
36 [kenny-jones] *
9 [British Invasion] *
42 [John Gee]
)
= 2.02 x 10^24
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Pete Townshend] *
1 [Emitt Rhodes] *
1 [Joe Walsh] *
1 [Pino Palladino] *
1 [The Who] *
1 [Doug Sandom] *
1 [John Entwistle] *
1 [Keith Moon] *
1 [Kenney Jones] *
1 [Billy Preston] *
1 [Cilla Black] *
1 [Johnny Rivers] *
1 [kenny-jones] *
1 [British Invasion] *
0.8571 [John Gee]
)
= 0.8571
Outbound
1
Tags on post
Inbound
0
Posts tagging this
Connections
15
Total nodes
Base Node Strength
1
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.07%
(2.02 × 1024 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)
No other posts link to this one yet.