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, 7) = 7
$outbound = max(1, 7) = 7
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 7 * 7 = 49
Base_Influence (IV) = $inbound / $outbound = 7 / 7 = 1
// 3. Exponential Network Values (accumulating 118 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 49 *
( 25 [Blackfoot] *
16 [Rickey Medlocke] *
169 [The Marshall Tucker Band] *
1 [Charlie Hargrett] *
4 [Greg T Walker] *
4 [Danny Joe Brown] *
729 [Molly Hatchet] *
9 [Bobby Ingram] *
9 [John Galvin] *
4 [Tim Lindsey] *
1 [Steve Holland] *
1 [Shawn Beamer] *
4 [Sean Shannon] *
1 [Russ Maxwell] *
4 [Riff West] *
1 [Phil McCormack] *
1 [Mac Crawford] *
16 [Jimmy Farrar] *
1 [Jimmy Elkins] *
1 [Jake Rutter] *
1 [J. J. Strickland] *
4 [Duane Roland] *
16 [Dave Hlubek] *
4 [Bryan Bassett] *
25 [Bruce Crump] *
9 [Banner Thomas] *
1 [B. B. Borden] *
1 [Andy McKinney] *
4 [Buzzy Meekins] *
1 [Jimmy Elkins (2)] *
4 [John Galvin (2)] *
289 [ZZ Top] *
1 [Billy Ethridge] *
144 [Billy Gibbons] *
1 [Dan Mitchell] *
1 [Dusty Hill] *
1 [Frank Beard] *
1 [Lanier Greig] *
16 [Hank Williams Jr.] *
4 [Dan Mitchell (3)] *
1 [Elwood Francis] *
1 [Joe Michael Hill] *
1 [ZZ Top - Bilbao BBK Live 2008] *
1 [ZZ Top at Ottawa Bluesfest 2005] *
1 [ZZ Top - Hellfest 2013] *
1 [ZZ Top - Hellfest 2019] *
1 [ZZ Top's automobiles] *
9 [Kracker] *
36 [Charlie Daniels] *
169 [Bobby Keys] *
9 [Johnny Van Zant] *
1.2K [Lynyrd Skynyrd] *
49 [Kenny Aronoff] *
1 [Ronnie Van Zant] *
81 [Damon Johnson] *
1 [Peter Keys] *
16 [Michael Cartellone] *
16 [Mark Matejka] *
4 [Keith Christopher] *
16 [Gary Rossington] *
16 [Ed King] *
1 [Hughie Thomasson] *
9 [Allen Collins] *
1 [Artimus Pyle (2)] *
9 [Billy Powell] *
1 [Bob Burns (2)] *
1 [Carol Bristow] *
1 [Carol Chase] *
16 [Dale Krantz Rossington] *
1 [Debbie Davis Estes] *
9 [Ean Evans] *
4 [Ed King (2)] *
1 [Jeffery McAllister] *
16 [Johnny Colt] *
9 [Kurt Custer] *
9 [Leon Wilkeson] *
1 [Lynyrd Skynyrd - Hellfest 2019] *
676 [The Allman Brothers Band] *
289 [The Charlie Daniels Band] *
9 [.38 Special] *
25 [Barry Dunaway] *
100 [Duane Allman] *
169 [Gregg Allman] *
16 [Berry Oakley] *
25 [Allen Woody] *
441 [Allman Brothers Band] *
25 [Butch Trucks] *
25 [Chuck Leavell] *
81 [Dan Toler] *
4 [David "Frankie" Toler] *
36 [Dickey Betts] *
4 [Jack Pearson] *
121 [Jimmy Herring] *
100 [Johnny Neel] *
4 [Lamar Williams] *
25 [Marc Quinones] *
9 [Marty Privette] *
4 [Mike Lawler] *
4 [Oteil Burbridge] *
81 [Reese Wynans] *
81 [Warren Haynes] *
121 [Greg Allman] *
36 [Derek Trucks] *
4 [David Goldflies] *
4 [Jai Johanny Johanson] *
9 [Pat McDonald] *
4 [Barry Barnes] *
4 [Bruce Ray Brown] *
9 [Charlie Hayward] *
4 [Chris Wormer] *
4 [Don Murray (3)] *
4 [Fred Edwards] *
4 [Gary Allen] *
4 [Jack Gavin] *
9 [James W. Marshall] *
4 [Mark Fitzgerald] *
4 [Taz DiGregorio] *
4 [Tom Crain]
)
= 6.56 x 10^103
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Blackfoot] *
1 [Rickey Medlocke] *
1 [The Marshall Tucker Band] *
1 [Charlie Hargrett] *
1 [Greg T Walker] *
1 [Danny Joe Brown] *
1 [Molly Hatchet] *
1 [Bobby Ingram] *
1 [John Galvin] *
1 [Tim Lindsey] *
1 [Steve Holland] *
1 [Shawn Beamer] *
1 [Sean Shannon] *
1 [Russ Maxwell] *
1 [Riff West] *
1 [Phil McCormack] *
1 [Mac Crawford] *
1 [Jimmy Farrar] *
1 [Jimmy Elkins] *
1 [Jake Rutter] *
1 [J. J. Strickland] *
1 [Duane Roland] *
1 [Dave Hlubek] *
1 [Bryan Bassett] *
1 [Bruce Crump] *
1 [Banner Thomas] *
1 [B. B. Borden] *
1 [Andy McKinney] *
1 [Buzzy Meekins] *
1 [Jimmy Elkins (2)] *
1 [John Galvin (2)] *
1 [ZZ Top] *
1 [Billy Ethridge] *
1 [Billy Gibbons] *
1 [Dan Mitchell] *
1 [Dusty Hill] *
1 [Frank Beard] *
1 [Lanier Greig] *
1 [Hank Williams Jr.] *
1 [Dan Mitchell (3)] *
1 [Elwood Francis] *
1 [Joe Michael Hill] *
1 [ZZ Top - Bilbao BBK Live 2008] *
1 [ZZ Top at Ottawa Bluesfest 2005] *
1 [ZZ Top - Hellfest 2013] *
1 [ZZ Top - Hellfest 2019] *
1 [ZZ Top's automobiles] *
1 [Kracker] *
1 [Charlie Daniels] *
1 [Bobby Keys] *
1 [Johnny Van Zant] *
1 [Lynyrd Skynyrd] *
1 [Kenny Aronoff] *
1 [Ronnie Van Zant] *
1 [Damon Johnson] *
1 [Peter Keys] *
1 [Michael Cartellone] *
1 [Mark Matejka] *
1 [Keith Christopher] *
1 [Gary Rossington] *
1 [Ed King] *
1 [Hughie Thomasson] *
1 [Allen Collins] *
1 [Artimus Pyle (2)] *
1 [Billy Powell] *
1 [Bob Burns (2)] *
1 [Carol Bristow] *
1 [Carol Chase] *
1 [Dale Krantz Rossington] *
1 [Debbie Davis Estes] *
1 [Ean Evans] *
1 [Ed King (2)] *
1 [Jeffery McAllister] *
1 [Johnny Colt] *
1 [Kurt Custer] *
1 [Leon Wilkeson] *
1 [Lynyrd Skynyrd - Hellfest 2019] *
1 [The Allman Brothers Band] *
1 [The Charlie Daniels Band] *
1 [.38 Special] *
1 [Barry Dunaway] *
1 [Duane Allman] *
1 [Gregg Allman] *
1 [Berry Oakley] *
1 [Allen Woody] *
1 [Allman Brothers Band] *
1 [Butch Trucks] *
1 [Chuck Leavell] *
1 [Dan Toler] *
1 [David "Frankie" Toler] *
1 [Dickey Betts] *
1 [Jack Pearson] *
1 [Jimmy Herring] *
1 [Johnny Neel] *
1 [Lamar Williams] *
1 [Marc Quinones] *
1 [Marty Privette] *
1 [Mike Lawler] *
1 [Oteil Burbridge] *
1 [Reese Wynans] *
1 [Warren Haynes] *
1 [Greg Allman] *
1 [Derek Trucks] *
1 [David Goldflies] *
1 [Jai Johanny Johanson] *
1 [Pat McDonald] *
1 [Barry Barnes] *
1 [Bruce Ray Brown] *
1 [Charlie Hayward] *
1 [Chris Wormer] *
1 [Don Murray (3)] *
1 [Fred Edwards] *
1 [Gary Allen] *
1 [Jack Gavin] *
1 [James W. Marshall] *
1 [Mark Fitzgerald] *
1 [Taz DiGregorio] *
1 [Tom Crain]
)
= 1
Outbound
7
Tags on post
Inbound
7
Posts tagging this
Connections
118
Total nodes
Base Node Strength
49
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.84%
(6.56 × 10103 overall)
Dominant nodes (excluded from chart)Lynyrd Skynyrd 19.80%Molly Hatchet 12.49%The Allman Brothers Band 11.58%Allman Brothers Band 7.55%ZZ Top 4.95%The Charlie Daniels Band 4.95%The Marshall Tucker Band 2.89%Bobby Keys 2.89%Gregg Allman 2.89%Billy Gibbons 2.47%Jimmy Herring 2.07%Greg Allman 2.07%Duane Allman 1.71%Johnny Neel 1.71%Damon Johnson 1.39%Dan Toler 1.39%Reese Wynans 1.39%Warren Haynes 1.39%Kenny Aronoff 0.84%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)