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, 20) = 20
$outbound = max(1, 20) = 20
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 20 * 20 = 400
Base_Influence (IV) = $inbound / $outbound = 20 / 20 = 1
// 3. Exponential Network Values (accumulating 83 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 400 *
( 25 [Royal Roost] *
16 [Benny Bailey-Dexter Gordon All Stars] *
441 [Billy Eckstine And His Orchestra] *
4 [Dexter Gordon - Benny Bailey Quintet] *
9 [Dexter Gordon And His Boys] *
196 [Dexter Gordon Quartet] *
64 [Dexter Gordon Quintet] *
1 [Dexter Gordon Trio] *
9 [Dexter Gordon's All Stars] *
25 [Leo Parker's All Stars] *
25 [Red Norvo Septet] *
4 [Red Norvo's Nine] *
1 [Russell Jacquet And His Yellow Jackets] *
1 [Sir Charles And His All Stars] *
9 [Stan Levey Sextet] *
16 [Tadd Dameron And His Orchestra] *
9 [The Band (7)] *
1 [Willie Smith Sextet] *
9 [Dexter Gordon-Albert Mangelsdorff Quintet] *
144 [Dizzy Gillespie Sextet] *
324 [Fats Navarro] *
196 [Tadd Dameron] *
16 [ralph watkins] *
1 [Sid Torin] *
289 [Kenny Burrell] *
529 [Charlie Parker] *
361 [Jimmy Heath] *
441 [Percy Heath] *
324 [Milt Jackson] *
400 [Kenny Clarke] *
361 [Budd Johnson] *
324 [Billy Taylor] *
289 [Sonny Stitt] *
484 [Curly Russell] *
289 [Chuck Wayne] *
289 [Benny Bailey] *
361 [Kenny Drew] *
324 [Albert Heath] *
289 [Cecil Payne] *
169 [Gene Ammons] *
256 [Miles Davis] *
9 [Sarah Vaughan] *
36 [Billy Eckstine] *
361 [Frank Wess] *
16 [Al Killian] *
49 [Claude Jones] *
1 [Alfred "Chippy" Outcalt] *
1 [Arthur Sammons] *
1 [Bill Frazier] *
1 [Bill McMahon] *
1 [Bob "Junior" Williams] *
1 [Clyde Hart] *
16 [Connie Wainwright] *
36 [Freddie Webster] *
16 [Gail Brockman] *
100 [George Duke] *
400 [Billy Higgins] *
289 [Niels-Henning Ørsted Pedersen] *
256 [Jimmy Rowles] *
225 [Han Bennink] *
324 [Red Callender] *
361 [Larance Marable] *
361 [Leroy Vinnegar] *
289 [Kirk Lightsey] *
400 [Al Foster] *
361 [Bud Powell] *
324 [Hank Jones] *
361 [Max Roach] *
400 [Albert Mangelsdorff] *
289 [Teddy Edwards] *
361 [Junior Mance] *
361 [Eugene Wright] *
324 [Charlie Rouse] *
324 [Shorty Rogers] *
324 [Jimmy Giuffre] *
361 [Pete Jolly] *
225 [Tal Farlow] *
441 [Max Bennett] *
256 [Claude Williamson] *
361 [Blue Mitchell] *
361 [Clifford Brown] *
289 [Woody Shaw] *
49 [Eddie Daniels]
)
= 7.76 x 10^153
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Royal Roost] *
1 [Benny Bailey-Dexter Gordon All Stars] *
1 [Billy Eckstine And His Orchestra] *
1 [Dexter Gordon - Benny Bailey Quintet] *
1 [Dexter Gordon And His Boys] *
1 [Dexter Gordon Quartet] *
1 [Dexter Gordon Quintet] *
1 [Dexter Gordon Trio] *
1 [Dexter Gordon's All Stars] *
1 [Leo Parker's All Stars] *
1 [Red Norvo Septet] *
1 [Red Norvo's Nine] *
1 [Russell Jacquet And His Yellow Jackets] *
1 [Sir Charles And His All Stars] *
1 [Stan Levey Sextet] *
1 [Tadd Dameron And His Orchestra] *
1 [The Band (7)] *
1 [Willie Smith Sextet] *
1 [Dexter Gordon-Albert Mangelsdorff Quintet] *
1 [Dizzy Gillespie Sextet] *
1 [Fats Navarro] *
1 [Tadd Dameron] *
1 [ralph watkins] *
1 [Sid Torin] *
1 [Kenny Burrell] *
1 [Charlie Parker] *
1 [Jimmy Heath] *
1 [Percy Heath] *
1 [Milt Jackson] *
1 [Kenny Clarke] *
1 [Budd Johnson] *
1 [Billy Taylor] *
1 [Sonny Stitt] *
1 [Curly Russell] *
1 [Chuck Wayne] *
1 [Benny Bailey] *
1 [Kenny Drew] *
1 [Albert Heath] *
1 [Cecil Payne] *
1 [Gene Ammons] *
1 [Miles Davis] *
1 [Sarah Vaughan] *
1 [Billy Eckstine] *
1 [Frank Wess] *
1 [Al Killian] *
1 [Claude Jones] *
1 [Alfred "Chippy" Outcalt] *
1 [Arthur Sammons] *
1 [Bill Frazier] *
1 [Bill McMahon] *
1 [Bob "Junior" Williams] *
1 [Clyde Hart] *
1 [Connie Wainwright] *
1 [Freddie Webster] *
1 [Gail Brockman] *
1 [George Duke] *
1 [Billy Higgins] *
1 [Niels-Henning Ørsted Pedersen] *
1 [Jimmy Rowles] *
1 [Han Bennink] *
1 [Red Callender] *
1 [Larance Marable] *
1 [Leroy Vinnegar] *
1 [Kirk Lightsey] *
1 [Al Foster] *
1 [Bud Powell] *
1 [Hank Jones] *
1 [Max Roach] *
1 [Albert Mangelsdorff] *
1 [Teddy Edwards] *
1 [Junior Mance] *
1 [Eugene Wright] *
1 [Charlie Rouse] *
1 [Shorty Rogers] *
1 [Jimmy Giuffre] *
1 [Pete Jolly] *
1 [Tal Farlow] *
1 [Max Bennett] *
1 [Claude Williamson] *
1 [Blue Mitchell] *
1 [Clifford Brown] *
1 [Woody Shaw] *
1 [Eddie Daniels]
)
= 1
Outbound
20
Tags on post
Inbound
20
Posts tagging this
Connections
83
Total nodes
Base Node Strength
400
Base Node Influence
1
Strength Share (vs Direct Neighbours)
2.35%
(7.76 × 10153 overall)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)