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, 0) = 1
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 2 * 1 = 2
Base_Influence (IV) = $inbound / $outbound = 2 / 1 = 2
// 3. Exponential Network Values (accumulating 14 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 2 *
( 121 [Country Flavour] *
9 [Frank Smith] *
9 [Martin Rea] *
1 [Pat Quinn] *
25 [Dan O'Hara] *
16 [Michael McNally] *
9 [Brian McNally] *
4 [Andy Malone] *
16 [Eileen King] *
1 [Kieran Doherty] *
25 [Kevin Casey] *
9 [Philomena Begley] *
4 [Philomena Begley & Ray Lynam] *
16 [Mick Flavin Band]
)
= 65.03T
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 2 *
( 1 [Country Flavour] *
1 [Frank Smith] *
1 [Martin Rea] *
1 [Pat Quinn] *
1 [Dan O'Hara] *
1 [Michael McNally] *
1 [Brian McNally] *
1 [Andy Malone] *
1 [Eileen King] *
1 [Kieran Doherty] *
1 [Kevin Casey] *
1 [Philomena Begley] *
1 [Philomena Begley & Ray Lynam] *
1 [Mick Flavin Band]
)
= 2
Outbound
2
Tags on post
Inbound
0
Posts tagging this
Connections
14
Total nodes
Base Node Strength
2
Base Node Influence
2
Strength Share (vs Direct Neighbours)
Dominant nodes (excluded from chart)Country Flavour 45.32%
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.