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, 7) = 7
$outbound = max(1, 4) = 4
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 7 * 4 = 28
Base_Influence (IV) = $inbound / $outbound = 7 / 4 = 1.75
// 3. Exponential Network Values (accumulating 17 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 28 *
( 2 [Anne Boleyn] *
20 [Margaret Tudor] *
1 [Catherine of Aragon] *
25 [Henry VIII] *
9 [Thomas Wolsey] *
4 [mary tudor] *
9 [George Leslie 4th Earl of Rothes] *
1 [King James IV] *
4 [Henry Leslie (bishop)] *
1 [William Leslie 3rd Earl of Rothes] *
9 [Queen of Scots] *
9 [Coats of arms of Margaret Tudor, Queen of Scots] *
9 [Coats of arms of Margaret Tudor] *
1 [Fashion in 1512] *
1 [James V of Scotland on stained-glass windows] *
1 [Sculptures of James V of Scotland] *
2 [1512]
)
= 52.91B
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1.75 *
( 2 [Anne Boleyn] *
1.25 [Margaret Tudor] *
1 [Catherine of Aragon] *
1 [Henry VIII] *
1 [Thomas Wolsey] *
1 [mary tudor] *
1 [George Leslie 4th Earl of Rothes] *
1 [King James IV] *
1 [Henry Leslie (bishop)] *
1 [William Leslie 3rd Earl of Rothes] *
1 [Queen of Scots] *
1 [Coats of arms of Margaret Tudor, Queen of Scots] *
1 [Coats of arms of Margaret Tudor] *
1 [Fashion in 1512] *
1 [James V of Scotland on stained-glass windows] *
1 [Sculptures of James V of Scotland] *
0.5 [1512]
)
= 2.19
Outbound
7
Tags on post
Inbound
4
Posts tagging this
Connections
17
Total nodes
Base Node Strength
28
Base Node Influence
1.75
Strength Share (vs Direct Neighbours)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)