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 101 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 400 *
( 2.4K [Gil Evans And His Orchestra] *
25 [Keith Jarrett Trio] *
36 [Bud Shank Quartet] *
36 [Albert Ayler Quartet] *
9 [Hans Koller Septett] *
121 [The Bob Belden Ensemble] *
4 [Misha Mengelberg Quartet] *
16 [Albert Ayler Quintet] *
4 [Gary Peacock Trio] *
4 [Steve Kuhn Trio] *
9 [Albert Ayler Trio] *
4 [Carmell Jones Quartet] *
1 [Gary Peacock Quartet] *
25 [Great 3] *
1 [Lowell Davidson Trio] *
1 [Marc Copland Trio] *
1 [Prince Lasha Quintet] *
1 [Tethered Moon] *
1 [The Michel Petrucciani Trio] *
4 [François Carrier Ensemble] *
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] *
324 [Howard Johnson] *
324 [Michal Urbaniak] *
400 [Phil Bodner] *
225 [Mark Egan] *
36 [John Carisi] *
289 [Julius Watkins] *
256 [Dave Bargeron] *
144 [Mino Cinelu] *
361 [Henry Grimes] *
289 [Danny Gottlieb] *
100 [Alex Foster] *
144 [Garnett Brown] *
144 [Harvey Phillips] *
289 [Chuck Wayne] *
289 [Tom Malone] *
225 [Danny Bank] *
64 [David Sanborn] *
36 [Keith Jarrett] *
529 [Jack DeJohnette] *
441 [Paul Motian] *
256 [charlie-haden] *
361 [Jeff Hamilton] *
324 [Bud Shank] *
64 [Chuck Deardorf] *
256 [Chuck Flores] *
256 [Claude Williamson] *
16 [Albert Ayler] *
1 [Earle Henderson] *
324 [Sunny Murray] *
361 [Don Cherry] *
289 [Don Menza] *
256 [Hans Koller] *
25 [Pat Rebillot] *
400 [Larry Goldings] *
225 [Chuck Findley] *
81 [Adam Rudolph] *
25 [David Earle Johnson] *
49 [Darryl Jones] *
400 [Dennis Chambers] *
289 [Craig Handy] *
289 [erik-friedlander] *
400 [Dave Douglas] *
324 [Masahiko Sato] *
256 [David Finck] *
100 [Carmell Jones] *
1 [Akito Katayose] *
1 [Jan (96)] *
1 [Kenichi Shirane] *
1 [Kiyoshi Takakuwa] *
400 [Mat Maneri]
)
= 2.44 x 10^192
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Gil Evans And His Orchestra] *
1 [Keith Jarrett Trio] *
1 [Bud Shank Quartet] *
1 [Albert Ayler Quartet] *
1 [Hans Koller Septett] *
1 [The Bob Belden Ensemble] *
1 [Misha Mengelberg Quartet] *
1 [Albert Ayler Quintet] *
1 [Gary Peacock Trio] *
1 [Steve Kuhn Trio] *
1 [Albert Ayler Trio] *
1 [Carmell Jones Quartet] *
1 [Gary Peacock Quartet] *
1 [Great 3] *
1 [Lowell Davidson Trio] *
1 [Marc Copland Trio] *
1 [Prince Lasha Quintet] *
1 [Tethered Moon] *
1 [The Michel Petrucciani Trio] *
1 [François Carrier Ensemble] *
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 [Howard Johnson] *
1 [Michal Urbaniak] *
1 [Phil Bodner] *
1 [Mark Egan] *
1 [John Carisi] *
1 [Julius Watkins] *
1 [Dave Bargeron] *
1 [Mino Cinelu] *
1 [Henry Grimes] *
1 [Danny Gottlieb] *
1 [Alex Foster] *
1 [Garnett Brown] *
1 [Harvey Phillips] *
1 [Chuck Wayne] *
1 [Tom Malone] *
1 [Danny Bank] *
1 [David Sanborn] *
1 [Keith Jarrett] *
1 [Jack DeJohnette] *
1 [Paul Motian] *
1 [charlie-haden] *
1 [Jeff Hamilton] *
1 [Bud Shank] *
1 [Chuck Deardorf] *
1 [Chuck Flores] *
1 [Claude Williamson] *
1 [Albert Ayler] *
1 [Earle Henderson] *
1 [Sunny Murray] *
1 [Don Cherry] *
1 [Don Menza] *
1 [Hans Koller] *
1 [Pat Rebillot] *
1 [Larry Goldings] *
1 [Chuck Findley] *
1 [Adam Rudolph] *
1 [David Earle Johnson] *
1 [Darryl Jones] *
1 [Dennis Chambers] *
1 [Craig Handy] *
1 [erik-friedlander] *
1 [Dave Douglas] *
1 [Masahiko Sato] *
1 [David Finck] *
1 [Carmell Jones] *
1 [Akito Katayose] *
1 [Jan (96)] *
1 [Kenichi Shirane] *
1 [Kiyoshi Takakuwa] *
1 [Mat Maneri]
)
= 1
Outbound
20
Tags on post
Inbound
20
Posts tagging this
Connections
101
Total nodes
Base Node Strength
400
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.86%
(2.44 × 10192 overall)
Dominant nodes (excluded from chart)Gil Evans And His Orchestra 11.15%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)