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, 10) = 10
$outbound = max(1, 10) = 10
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 10 * 10 = 100
Base_Influence (IV) = $inbound / $outbound = 10 / 10 = 1
// 3. Exponential Network Values (accumulating 98 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 100 *
( 20 [Barbara Hershey] *
90 [Ed Harris] *
4 [Steven Bernstein] *
9 [Jim Weider] *
9 [Byron Isaacs] *
49 [Larry Campbell] *
361 [The Levon Helm Band] *
4 [Amy Helm] *
1 [Andrew Shober] *
1 [Brian Mitchell] *
9 [Clark Gayton] *
4 [Erik Lawrence] *
1 [Fred Scribner] *
4 [Howard Johnson (3)] *
1 [Jay Collins] *
4 [Jimmy Vivino] *
1 [Justin Guip] *
4 [Lincoln Schleifer] *
1 [Little Sammy Davis] *
1 [Mike Merritt] *
1 [Paul Ossola] *
289 [Randy Bachman] *
64 [Felix Cavaliere] *
196 [Dave Edmunds] *
36 [Mark Farner] *
121 [Timothy B. Schmit] *
16 [Gary Wright] *
196 [John Entwistle] *
144 [Paul Carrack] *
25 [Colin Hay] *
169 [Zak Starkey] *
36 [Rick Danko] *
256 [Jim Keltner] *
225 [Gregg Bissonette] *
121 [Clarence Clemons] *
64 [Todd Rundgren] *
144 [Billy Preston] *
49 [Burton Cummings] *
81 [Nils Lofgren] *
81 [Garth Hudson] *
100 [Simon Kirke] *
9 [John Waite] *
144 [Gary Brooker] *
529 [Ringo Starr and His All-Starr Band] *
121 [Sonny Terry] *
25 [Roy Buchanan] *
144 [Charlie McCoy] *
9 [Grady Martin] *
25 [Richard Manuel] *
25 [Greg Godovitz] *
144 [Domenic Troiano] *
9 [Mort Shuman] *
25 [David Foster] *
25 [Stan Szelest] *
196 [The Hawks (2)] *
36 [Dennis Pinhorn] *
16 [The Basement Singers] *
16 [Levon And The Hawks] *
4 [Helm] *
4 [Hudson & McCoy] *
4 [Randy Ciarlante] *
4 [Richard Bell (4)] *
4 [Jaime Robertson (2)] *
81 [The Ron Hawkins Quartet] *
4 [Dwight Yoakam] *
16 [Julio Cesar Cedillo] *
4 [Rodger Boyce] *
25 [Tommy Lee Jones] *
324 [The Three Burials of Melquiades Estrada] *
16 [Melissa Leo] *
4 [January Jones] *
1 [Cecilia Suárez] *
16 [Guillermo Arriaga] *
1 [Ignacio Guadalupe] *
1 [Irineo Alvarez] *
4 [Josh Berry] *
1 [Lupe Campos] *
1 [Mel Rodriguez] *
1 [René Campero] *
9 [Vanessa Bauche] *
1 [Edwin 'Bubba' Broussard] *
4 [Barry Pepper] *
324 [The Right Stuff] *
4 [Veronica Cartwright] *
16 [Lance Henriksen] *
64 [Scott Glenn] *
49 [Kathy Baker] *
25 [Donald Moffat] *
9 [Scott Wilson] *
36 [Fred Ward] *
25 [Dennis Quaid] *
4 [Pamela Reed] *
1 [Charles Frank] *
16 [Kim Stanley] *
16 [Mary Jo Deschanel] *
1 [Mickey Crocker] *
9 [Scott Paulin] *
16 [Kaley Ronayne]
)
= 2.58 x 10^117
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.25 [Barbara Hershey] *
1.11 [Ed Harris] *
1 [Steven Bernstein] *
1 [Jim Weider] *
1 [Byron Isaacs] *
1 [Larry Campbell] *
1 [The Levon Helm Band] *
1 [Amy Helm] *
1 [Andrew Shober] *
1 [Brian Mitchell] *
1 [Clark Gayton] *
1 [Erik Lawrence] *
1 [Fred Scribner] *
1 [Howard Johnson (3)] *
1 [Jay Collins] *
1 [Jimmy Vivino] *
1 [Justin Guip] *
1 [Lincoln Schleifer] *
1 [Little Sammy Davis] *
1 [Mike Merritt] *
1 [Paul Ossola] *
1 [Randy Bachman] *
1 [Felix Cavaliere] *
1 [Dave Edmunds] *
1 [Mark Farner] *
1 [Timothy B. Schmit] *
1 [Gary Wright] *
1 [John Entwistle] *
1 [Paul Carrack] *
1 [Colin Hay] *
1 [Zak Starkey] *
1 [Rick Danko] *
1 [Jim Keltner] *
1 [Gregg Bissonette] *
1 [Clarence Clemons] *
1 [Todd Rundgren] *
1 [Billy Preston] *
1 [Burton Cummings] *
1 [Nils Lofgren] *
1 [Garth Hudson] *
1 [Simon Kirke] *
1 [John Waite] *
1 [Gary Brooker] *
1 [Ringo Starr and His All-Starr Band] *
1 [Sonny Terry] *
1 [Roy Buchanan] *
1 [Charlie McCoy] *
1 [Grady Martin] *
1 [Richard Manuel] *
1 [Greg Godovitz] *
1 [Domenic Troiano] *
1 [Mort Shuman] *
1 [David Foster] *
1 [Stan Szelest] *
1 [The Hawks (2)] *
1 [Dennis Pinhorn] *
1 [The Basement Singers] *
1 [Levon And The Hawks] *
1 [Helm] *
1 [Hudson & McCoy] *
1 [Randy Ciarlante] *
1 [Richard Bell (4)] *
1 [Jaime Robertson (2)] *
1 [The Ron Hawkins Quartet] *
1 [Dwight Yoakam] *
1 [Julio Cesar Cedillo] *
1 [Rodger Boyce] *
1 [Tommy Lee Jones] *
1 [The Three Burials of Melquiades Estrada] *
1 [Melissa Leo] *
1 [January Jones] *
1 [Cecilia Suárez] *
1 [Guillermo Arriaga] *
1 [Ignacio Guadalupe] *
1 [Irineo Alvarez] *
1 [Josh Berry] *
1 [Lupe Campos] *
1 [Mel Rodriguez] *
1 [René Campero] *
1 [Vanessa Bauche] *
1 [Edwin 'Bubba' Broussard] *
1 [Barry Pepper] *
1 [The Right Stuff] *
1 [Veronica Cartwright] *
1 [Lance Henriksen] *
1 [Scott Glenn] *
1 [Kathy Baker] *
1 [Donald Moffat] *
1 [Scott Wilson] *
1 [Fred Ward] *
1 [Dennis Quaid] *
1 [Pamela Reed] *
1 [Charles Frank] *
1 [Kim Stanley] *
1 [Mary Jo Deschanel] *
1 [Mickey Crocker] *
1 [Scott Paulin] *
1 [Kaley Ronayne]
)
= 1.39
Outbound
10
Tags on post
Inbound
10
Posts tagging this
Connections
98
Total nodes
Base Node Strength
100
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.74%
(2.58 × 10117 overall)
Dominant nodes (excluded from chart)Ringo Starr and His All-Starr Band 9.22%The Levon Helm Band 6.29%The Three Burials of Melquiades Estrada 5.65%The Right Stuff 5.65%Randy Bachman 5.04%Jim Keltner 4.46%Gregg Bissonette 3.92%Dave Edmunds 3.42%John Entwistle 3.42%The Hawks (2) 3.42%Zak Starkey 2.94%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)