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, 1) = 1
$outbound = max(1, 1) = 1
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 1 * 1 = 1
Base_Influence (IV) = $inbound / $outbound = 1 / 1 = 1
// 3. Exponential Network Values (accumulating 18 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 1 *
( 42 [Michael Fassbender] *
42 [Halle Berry] *
100 [Jennifer Lawrence] *
100 [Ian McKellen] *
144 [Nicholas Hoult] *
16 [Elliot Page] *
64 [Anna Paquin] *
49 [Hugh Jackman] *
49 [Patrick Stewart] *
36 [Shawn Ashmore] *
25 [Evan Peters] *
324 [X-Men: Days of Future Past] *
25 [James McAvoy] *
9 [Josh Helman] *
16 [Bingbing Fan] *
16 [Daniel Cudmore] *
4 [Omar Sy] *
16 [Arthur Holden]
)
= 6.71 x 10^27
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.17 [Michael Fassbender] *
1.17 [Halle Berry] *
1 [Jennifer Lawrence] *
1 [Ian McKellen] *
1 [Nicholas Hoult] *
1 [Elliot Page] *
1 [Anna Paquin] *
1 [Hugh Jackman] *
1 [Patrick Stewart] *
1 [Shawn Ashmore] *
1 [Evan Peters] *
1 [X-Men: Days of Future Past] *
1 [James McAvoy] *
1 [Josh Helman] *
1 [Bingbing Fan] *
1 [Daniel Cudmore] *
1 [Omar Sy] *
1 [Arthur Holden]
)
= 1.36
Outbound
1
Tags on post
Inbound
1
Posts tagging this
Connections
18
Total nodes
Base Node Strength
1
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.09%
(6.71 × 1027 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)