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 24 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 4 *
( 64 [Andrew Innes] *
49 [Alan McGee] *
4 [Dave Evans (5)] *
36 [Biff Bang Pow!] *
4 [Ken Popple] *
9 [Joe Foster] *
324 [The Rover] *
36 [Guy Pearce] *
9 [Robert Pattinson] *
1 [Ben Armer] *
1 [Chan Kien] *
1 [Christina Ling] *
4 [David Field] *
1 [Ethan Hanslow] *
1 [Gerald Coulthard] *
4 [Gillian Jones] *
1 [Jamie Fallon] *
9 [Scoot McNairy] *
1 [Scott Perry] *
1 [Frank C. Sun] *
1 [Samuel F. Lee] *
1 [Susan Prior] *
1 [Tawanda Manyimo] *
1 [Tek Kong Lim]
)
= 983T
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Andrew Innes] *
1 [Alan McGee] *
1 [Dave Evans (5)] *
1 [Biff Bang Pow!] *
1 [Ken Popple] *
1 [Joe Foster] *
1 [The Rover] *
1 [Guy Pearce] *
1 [Robert Pattinson] *
1 [Ben Armer] *
1 [Chan Kien] *
1 [Christina Ling] *
1 [David Field] *
1 [Ethan Hanslow] *
1 [Gerald Coulthard] *
1 [Gillian Jones] *
1 [Jamie Fallon] *
1 [Scoot McNairy] *
1 [Scott Perry] *
1 [Frank C. Sun] *
1 [Samuel F. Lee] *
1 [Susan Prior] *
1 [Tawanda Manyimo] *
1 [Tek Kong Lim]
)
= 1
Outbound
2
Tags on post
Inbound
2
Posts tagging this
Connections
24
Total nodes
Base Node Strength
4
Base Node Influence
1
Strength Share (vs Direct Neighbours)
Dominant nodes (excluded from chart)The Rover 57.04%Andrew Innes 11.27%Alan McGee 8.63%Biff Bang Pow! 6.34%Guy Pearce 6.34%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)