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, 4) = 4
$outbound = max(1, 4) = 4
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 4 * 4 = 16
Base_Influence (IV) = $inbound / $outbound = 4 / 4 = 1
// 3. Exponential Network Values (accumulating 32 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 16 *
( 5 [Irish republicanism] *
10 [Storming of the Bastille] *
180 [Middle Temple] *
120 [thomas russell] *
36 [Henry Joy McCracken] *
49 [Patrick Lynch] *
1 [William Drennan] *
1 [Sir John Burgoyne] *
1 [Samuel Neilson] *
1 [Samuel McTier] *
1 [Lord Cornwallis] *
1 [James Hope] *
49 [Edward Bunting] *
1 [Richard McCormick] *
1 [James Napper Tandy] *
1 [1798 Monument, Wexford] *
1 [Billy Byrne Monument, Wicklow] *
1 [Teeling Monument] *
4 [Arthur Wolfe] *
1 [Coat of arms of the Middle Temple] *
4 [Elm Court, Temple, London] *
4 [Hare Court, Temple, London] *
1 [Middle Temple Cloisters] *
9 [Middle Temple Gatehouse, London] *
4 [Middle Temple Hall] *
4 [Pump Court, Temple, London] *
4 [Temple Church, London] *
1 [Essex Court] *
1 [Brick Court] *
1 [Middle Temple Lane, London] *
110 [united irishmen] *
2 [Arthur Wolfe, 1st Viscount Kilwarden]
)
= 1.21 x 10^19
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 5 [Irish republicanism] *
2.5 [Storming of the Bastille] *
1.25 [Middle Temple] *
1.2 [thomas russell] *
1 [Henry Joy McCracken] *
1 [Patrick Lynch] *
1 [William Drennan] *
1 [Sir John Burgoyne] *
1 [Samuel Neilson] *
1 [Samuel McTier] *
1 [Lord Cornwallis] *
1 [James Hope] *
1 [Edward Bunting] *
1 [Richard McCormick] *
1 [James Napper Tandy] *
1 [1798 Monument, Wexford] *
1 [Billy Byrne Monument, Wicklow] *
1 [Teeling Monument] *
1 [Arthur Wolfe] *
1 [Coat of arms of the Middle Temple] *
1 [Elm Court, Temple, London] *
1 [Hare Court, Temple, London] *
1 [Middle Temple Cloisters] *
1 [Middle Temple Gatehouse, London] *
1 [Middle Temple Hall] *
1 [Pump Court, Temple, London] *
1 [Temple Church, London] *
1 [Essex Court] *
1 [Brick Court] *
1 [Middle Temple Lane, London] *
0.9091 [united irishmen] *
0.5 [Arthur Wolfe, 1st Viscount Kilwarden]
)
= 8.52