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, 3) = 3
$outbound = max(1, 3) = 3
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 3 * 3 = 9
Base_Influence (IV) = $inbound / $outbound = 3 / 3 = 1
// 3. Exponential Network Values (accumulating 22 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 9 *
( 100 [Chad Smith] *
81 [Jeff Kollman] *
16 [Chad Smith's Bombastic Meatbats] *
25 [Kevin Chown] *
121 [Ken Mary] *
121 [Graham Bonnet] *
25 [Dave Spitz] *
121 [Impellitteri] *
36 [Rob Rock] *
25 [Claude Schnell] *
100 [Chuck Wright] *
4 [Chris Impellitteri] *
1 [James Amelio Pulli] *
9 [Mark Bistany] *
9 [Stet Howland] *
49 [Mr. Gasser & The Weirdos] *
361 [Howard Roberts] *
81 [David Gates] *
144 [James Burton] *
196 [Glen Campbell] *
169 [Hal Blaine] *
49 [Chuck Girard]
)
= 1.26 x 10^37
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Chad Smith] *
1 [Jeff Kollman] *
1 [Chad Smith's Bombastic Meatbats] *
1 [Kevin Chown] *
1 [Ken Mary] *
1 [Graham Bonnet] *
1 [Dave Spitz] *
1 [Impellitteri] *
1 [Rob Rock] *
1 [Claude Schnell] *
1 [Chuck Wright] *
1 [Chris Impellitteri] *
1 [James Amelio Pulli] *
1 [Mark Bistany] *
1 [Stet Howland] *
1 [Mr. Gasser & The Weirdos] *
1 [Howard Roberts] *
1 [David Gates] *
1 [James Burton] *
1 [Glen Campbell] *
1 [Hal Blaine] *
1 [Chuck Girard]
)
= 1
Outbound
3
Tags on post
Inbound
3
Posts tagging this
Connections
22
Total nodes
Base Node Strength
9
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.49%
(1.26 × 1037 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)