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, 2) = 2
$outbound = max(1, 2) = 2
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 2 * 2 = 4
Base_Influence (IV) = $inbound / $outbound = 2 / 2 = 1
// 3. Exponential Network Values (accumulating 21 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 4 *
( 196 [Bob Daisley] *
256 [Mungo Jerry] *
4 [Dave Bidwell] *
1 [Byron Contostavlos] *
1 [Colin Earl] *
1 [Dick Middleton] *
1 [Ian Milne] *
1 [Joe Rush] *
1 [John Godfrey (2)] *
1 [Mike Cole (3)] *
1 [Paul King (3)] *
1 [Platon Contostavlos] *
1 [Ray Dorset] *
1 [Stuart Cowell] *
1 [Tim Green] *
4 [Tim Reeves] *
16 [Maggie Bell] *
100 [Chris Parren] *
4 [Dave Dowle] *
25 [Midnight Flyer] *
9 [Ant Glynne]
)
= 4.62T
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Bob Daisley] *
1 [Mungo Jerry] *
1 [Dave Bidwell] *
1 [Byron Contostavlos] *
1 [Colin Earl] *
1 [Dick Middleton] *
1 [Ian Milne] *
1 [Joe Rush] *
1 [John Godfrey (2)] *
1 [Mike Cole (3)] *
1 [Paul King (3)] *
1 [Platon Contostavlos] *
1 [Ray Dorset] *
1 [Stuart Cowell] *
1 [Tim Green] *
1 [Tim Reeves] *
1 [Maggie Bell] *
1 [Chris Parren] *
1 [Dave Dowle] *
1 [Midnight Flyer] *
1 [Ant Glynne]
)
= 1
Outbound
2
Tags on post
Inbound
2
Posts tagging this
Connections
21
Total nodes
Base Node Strength
4
Base Node Influence
1
Strength Share (vs Direct Neighbours)
Dominant nodes (excluded from chart)Mungo Jerry 40.63%Bob Daisley 31.11%Chris Parren 15.87%Midnight Flyer 3.97%Maggie Bell 2.54%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)