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, 17) = 17
$outbound = max(1, 17) = 17
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 17 * 17 = 289
Base_Influence (IV) = $inbound / $outbound = 17 / 17 = 1
// 3. Exponential Network Values (accumulating 81 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 289 *
( 342 [Fats Waller] *
729 [Fletcher Henderson and His Orchestra] *
1 [Sammy Stewart] *
25 [Bessie Smith Orchestra] *
16 [Buck And His Band] *
484 [Cab Calloway And His Orchestra] *
144 [Henry "Red" Allen And His Orchestra] *
16 [Mildred Bailey And Her Orchestra] *
25 [Putney Dandridge And His Orchestra] *
16 [Chu Berry And His Jazz Ensemble] *
4 [Chu Berry And His Orchestra] *
36 [Chu Berry And His Stompy Stevedores] *
4 [Chu Berry Sextet] *
36 [Gene Krupa's Swing Band] *
4 [Jam Session (12)] *
36 [Chu Berry & His Little Jazz Ensemble] *
9 [Ollie Shepard & His Kentucky Boys] *
9 [Red Norvo & His Swing Octet] *
25 [Bessie Smith] *
289 [Chu Berry] *
361 [Jack Teagarden] *
169 [Frankie Newton] *
25 [Cab Calloway] *
361 [Cozy Cole] *
324 [Eddie Barefield] *
169 [Shad Collins] *
289 [Danny Barker] *
324 [Doc Cheatham] *
49 [Ike Quebec] *
289 [Jonah Jones] *
4 [Arville Harris] *
49 [Claude Jones] *
9 [Chauncey Haughton] *
1 [Al Gibson] *
4 [Al Morgan] *
1 [Andrew Brown (5)] *
1 [Bennie Payne] *
1 [DePriest Wheeler] *
1 [Edwin Swayzee] *
1 [Everett Barksdale] *
1 [Harry White] *
1 [Irving Brown (2)] *
289 [Dicky Wells] *
289 [J. C. Higginbotham] *
49 [Teddy Hill] *
144 [Luis Russell] *
36 [Edgar Hayes] *
225 [Tab Smith] *
256 [Red Allen] *
256 [Bernard Addison] *
441 [Albert Nicholas] *
289 [Sid Catlett] *
289 [Roy Eldridge] *
324 [Sidney Catlett] *
9 [Herschel Evans] *
16 [Mildred Bailey] *
361 [Joe Marsala] *
25 [Clarence Holiday] *
289 [Al Casey] *
289 [Hot Lips Page] *
400 [Israel Crosby] *
361 [Buster Bailey] *
361 [Gene Krupa] *
225 [Allan Reuss] *
64 [Lonnie Johnson] *
25 [Jack Jenney] *
484 [Benny Carter] *
441 [Ben Webster] *
400 [Fletcher Henderson] *
289 [Lester Young] *
361 [Budd Johnson] *
1 [Charlie Dixon] *
256 [Don Redman] *
1 [Albert Wynn] *
256 [Benny Morton] *
1 [Billy Fowler] *
1 [Bob Lessey] *
9 [Bobby Stark] *
4 [Del Thomas] *
121 [Dick Vance] *
4 [Dickie Wells]
)
= 4.90 x 10^131
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.06 [Fats Waller] *
1 [Fletcher Henderson and His Orchestra] *
1 [Sammy Stewart] *
1 [Bessie Smith Orchestra] *
1 [Buck And His Band] *
1 [Cab Calloway And His Orchestra] *
1 [Henry "Red" Allen And His Orchestra] *
1 [Mildred Bailey And Her Orchestra] *
1 [Putney Dandridge And His Orchestra] *
1 [Chu Berry And His Jazz Ensemble] *
1 [Chu Berry And His Orchestra] *
1 [Chu Berry And His Stompy Stevedores] *
1 [Chu Berry Sextet] *
1 [Gene Krupa's Swing Band] *
1 [Jam Session (12)] *
1 [Chu Berry & His Little Jazz Ensemble] *
1 [Ollie Shepard & His Kentucky Boys] *
1 [Red Norvo & His Swing Octet] *
1 [Bessie Smith] *
1 [Chu Berry] *
1 [Jack Teagarden] *
1 [Frankie Newton] *
1 [Cab Calloway] *
1 [Cozy Cole] *
1 [Eddie Barefield] *
1 [Shad Collins] *
1 [Danny Barker] *
1 [Doc Cheatham] *
1 [Ike Quebec] *
1 [Jonah Jones] *
1 [Arville Harris] *
1 [Claude Jones] *
1 [Chauncey Haughton] *
1 [Al Gibson] *
1 [Al Morgan] *
1 [Andrew Brown (5)] *
1 [Bennie Payne] *
1 [DePriest Wheeler] *
1 [Edwin Swayzee] *
1 [Everett Barksdale] *
1 [Harry White] *
1 [Irving Brown (2)] *
1 [Dicky Wells] *
1 [J. C. Higginbotham] *
1 [Teddy Hill] *
1 [Luis Russell] *
1 [Edgar Hayes] *
1 [Tab Smith] *
1 [Red Allen] *
1 [Bernard Addison] *
1 [Albert Nicholas] *
1 [Sid Catlett] *
1 [Roy Eldridge] *
1 [Sidney Catlett] *
1 [Herschel Evans] *
1 [Mildred Bailey] *
1 [Joe Marsala] *
1 [Clarence Holiday] *
1 [Al Casey] *
1 [Hot Lips Page] *
1 [Israel Crosby] *
1 [Buster Bailey] *
1 [Gene Krupa] *
1 [Allan Reuss] *
1 [Lonnie Johnson] *
1 [Jack Jenney] *
1 [Benny Carter] *
1 [Ben Webster] *
1 [Fletcher Henderson] *
1 [Lester Young] *
1 [Budd Johnson] *
1 [Charlie Dixon] *
1 [Don Redman] *
1 [Albert Wynn] *
1 [Benny Morton] *
1 [Billy Fowler] *
1 [Bob Lessey] *
1 [Bobby Stark] *
1 [Del Thomas] *
1 [Dick Vance] *
1 [Dickie Wells]
)
= 1.06
Outbound
17
Tags on post
Inbound
17
Posts tagging this
Connections
81
Total nodes
Base Node Strength
289
Base Node Influence
1
Strength Share (vs Direct Neighbours)
2.24%
(4.90 × 10131 overall)
Dominant nodes (excluded from chart)Fletcher Henderson and His Orchestra 5.65%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)