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, 15) = 15
$outbound = max(1, 15) = 15
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 15 * 15 = 225
Base_Influence (IV) = $inbound / $outbound = 15 / 15 = 1
// 3. Exponential Network Values (accumulating 111 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 225 *
( 42 [Dave Samuels] *
64 [Pat Metheny] *
169 [Naná Vasconcelos] *
256 [Pat Metheny Group] *
25 [Richard Bona] *
16 [Lyle Mays] *
1 [Antonio Sanchez (2)] *
400 [Cuong Vu] *
289 [Danny Gottlieb] *
1 [David Blamires] *
1 [Gregoire Maret] *
9 [Mark Ledford] *
121 [Paul Wertico] *
16 [Pedro Aznar] *
1 [Steve Rodby] *
1 [Armando Marçal] *
2.4K [Gil Evans And His Orchestra] *
36 [The Monday Night Orchestra] *
16 [David Sanborn Band] *
225 [CTI All Stars] *
36 [David Matthews Orchestra] *
49 [Chroma (2)] *
16 [Special EFX] *
25 [Farberius] *
36 [Joe Beck Trio] *
16 [Jane Getter Premonition] *
16 [Elements (6)] *
16 [The Tom 'Bones' Malone Jazz Septet] *
1 [Wolfgang Lackerschmid Connection] *
25 [David Matthews & The Super Latin Jazz Orchestra] *
81 [BROTHER AH] *
441 [Archie Shepp] *
441 [Elvin Jones] *
196 [Masayuki Takayanagi] *
361 [Paul Chambers] *
289 [Kenny Burrell] *
81 [Hubert Laws] *
324 [Anthony Williams] *
121 [Arthur Blythe] *
225 [Billy Harper] *
361 [Cannonball Adderley] *
529 [Jimmy Cobb] *
289 [Lew Soloff] *
324 [Terumasa Hino] *
196 [Wayne Shorter] *
121 [George Adams] *
64 [Gil Evans] *
144 [Gil Goldstein] *
36 [Herb Bushler] *
225 [Phil Woods] *
529 [Philly Joe Jones] *
225 [John Abercrombie] *
100 [Joe Beck] *
144 [Cecil Taylor] *
361 [Budd Johnson] *
289 [Bob Brookmeyer] *
441 [Jiggs Whigham] *
196 [Urbie Green] *
9 [Bireli Lagrene] *
49 [Jeff Andrews] *
289 [Curtis Fuller] *
400 [Gary Peacock] *
324 [Howard Johnson] *
324 [Michal Urbaniak] *
400 [Phil Bodner] *
36 [John Carisi] *
289 [Julius Watkins] *
256 [Dave Bargeron] *
144 [Mino Cinelu] *
361 [Henry Grimes] *
100 [Alex Foster] *
144 [Garnett Brown] *
144 [Harvey Phillips] *
289 [Chuck Wayne] *
289 [Tom Malone] *
225 [Danny Bank] *
64 [David Sanborn] *
36 [Hiram Bullock] *
25 [Jumma Santos] *
121 [George Benson] *
361 [Ron Carter] *
361 [Billy Cobham] *
121 [Airto Moreira] *
36 [Stanley Turrentine] *
100 [Bob James] *
529 [Jack DeJohnette] *
441 [Randy Brecker] *
324 [Milt Jackson] *
36 [Grover Washington] *
25 [Esther Phillips] *
324 [Jeff "Tain" Watts] *
324 [Jeff “Tain” Watts] *
16 [Earl Klugh] *
324 [Ronnie Cuber] *
289 [James E. Pugh] *
121 [Sammy Figueroa] *
100 [Joe Temperley] *
324 [Conrad Herwig] *
289 [Mike Stern] *
441 [Bob Berg] *
400 [Dennis Chambers] *
225 [Victor Bailey] *
196 [Dave Weckl] *
144 [Omar Hakim] *
100 [Steve Khan] *
256 [Idris Muhammad] *
144 [Joey DeFrancesco] *
576 [Billy Hart] *
36 [Stuart Hamm] *
100 [Alex Skolnick] *
36 [Stu Hamm]
)
= 3.28 x 10^223
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.17 [Dave Samuels] *
1 [Pat Metheny] *
1 [Naná Vasconcelos] *
1 [Pat Metheny Group] *
1 [Richard Bona] *
1 [Lyle Mays] *
1 [Antonio Sanchez (2)] *
1 [Cuong Vu] *
1 [Danny Gottlieb] *
1 [David Blamires] *
1 [Gregoire Maret] *
1 [Mark Ledford] *
1 [Paul Wertico] *
1 [Pedro Aznar] *
1 [Steve Rodby] *
1 [Armando Marçal] *
1 [Gil Evans And His Orchestra] *
1 [The Monday Night Orchestra] *
1 [David Sanborn Band] *
1 [CTI All Stars] *
1 [David Matthews Orchestra] *
1 [Chroma (2)] *
1 [Special EFX] *
1 [Farberius] *
1 [Joe Beck Trio] *
1 [Jane Getter Premonition] *
1 [Elements (6)] *
1 [The Tom 'Bones' Malone Jazz Septet] *
1 [Wolfgang Lackerschmid Connection] *
1 [David Matthews & The Super Latin Jazz Orchestra] *
1 [BROTHER AH] *
1 [Archie Shepp] *
1 [Elvin Jones] *
1 [Masayuki Takayanagi] *
1 [Paul Chambers] *
1 [Kenny Burrell] *
1 [Hubert Laws] *
1 [Anthony Williams] *
1 [Arthur Blythe] *
1 [Billy Harper] *
1 [Cannonball Adderley] *
1 [Jimmy Cobb] *
1 [Lew Soloff] *
1 [Terumasa Hino] *
1 [Wayne Shorter] *
1 [George Adams] *
1 [Gil Evans] *
1 [Gil Goldstein] *
1 [Herb Bushler] *
1 [Phil Woods] *
1 [Philly Joe Jones] *
1 [John Abercrombie] *
1 [Joe Beck] *
1 [Cecil Taylor] *
1 [Budd Johnson] *
1 [Bob Brookmeyer] *
1 [Jiggs Whigham] *
1 [Urbie Green] *
1 [Bireli Lagrene] *
1 [Jeff Andrews] *
1 [Curtis Fuller] *
1 [Gary Peacock] *
1 [Howard Johnson] *
1 [Michal Urbaniak] *
1 [Phil Bodner] *
1 [John Carisi] *
1 [Julius Watkins] *
1 [Dave Bargeron] *
1 [Mino Cinelu] *
1 [Henry Grimes] *
1 [Alex Foster] *
1 [Garnett Brown] *
1 [Harvey Phillips] *
1 [Chuck Wayne] *
1 [Tom Malone] *
1 [Danny Bank] *
1 [David Sanborn] *
1 [Hiram Bullock] *
1 [Jumma Santos] *
1 [George Benson] *
1 [Ron Carter] *
1 [Billy Cobham] *
1 [Airto Moreira] *
1 [Stanley Turrentine] *
1 [Bob James] *
1 [Jack DeJohnette] *
1 [Randy Brecker] *
1 [Milt Jackson] *
1 [Grover Washington] *
1 [Esther Phillips] *
1 [Jeff "Tain" Watts] *
1 [Jeff “Tain” Watts] *
1 [Earl Klugh] *
1 [Ronnie Cuber] *
1 [James E. Pugh] *
1 [Sammy Figueroa] *
1 [Joe Temperley] *
1 [Conrad Herwig] *
1 [Mike Stern] *
1 [Bob Berg] *
1 [Dennis Chambers] *
1 [Victor Bailey] *
1 [Dave Weckl] *
1 [Omar Hakim] *
1 [Steve Khan] *
1 [Idris Muhammad] *
1 [Joey DeFrancesco] *
1 [Billy Hart] *
1 [Stuart Hamm] *
1 [Alex Skolnick] *
1 [Stu Hamm]
)
= 1.17
Outbound
15
Tags on post
Inbound
15
Posts tagging this
Connections
111
Total nodes
Base Node Strength
225
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.97%
(3.28 × 10223 overall)
Dominant nodes (excluded from chart)Gil Evans And His Orchestra 10.39%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)