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, 9) = 9
$outbound = max(1, 11) = 11
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 9 * 11 = 99
Base_Influence (IV) = $inbound / $outbound = 9 / 11 = 0.8182
// 3. Exponential Network Values (accumulating 13 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 99 *
( 2 [David Montgomery (2)] *
4 [Tony Cahill] *
4 [Paul Harris (2)] *
1 [Dave Robinson (7)] *
1 [Didier Alexandre] *
1 [Ed Tuleja] *
1 [Michael McEwan] *
1 [Rod Novak] *
1 [Ron Altbach] *
1 [Sherman Kelly] *
1 [Wells Kelly] *
49 [The Easybeats] *
49 [Souther Hillman Furay Band]
)
= 7.61M
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 0.8182 *
( 2 [David Montgomery (2)] *
1 [Tony Cahill] *
1 [Paul Harris (2)] *
1 [Dave Robinson (7)] *
1 [Didier Alexandre] *
1 [Ed Tuleja] *
1 [Michael McEwan] *
1 [Rod Novak] *
1 [Ron Altbach] *
1 [Sherman Kelly] *
1 [Wells Kelly] *
1 [The Easybeats] *
1 [Souther Hillman Furay Band]
)
= 1.64
Outbound
9
Tags on post
Inbound
11
Posts tagging this
Connections
13
Total nodes
Base Node Strength
99
Base Node Influence
0.8182
Strength Share (vs Direct Neighbours)
Dominant nodes (excluded from chart)The Easybeats 22.79%Souther Hillman Furay Band 22.79%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)