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 99 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 100 *
( 182 [Vinegar Joe] *
400 [Nashville Teens] *
9 [John Bentley] *
4 [Adrian Metcalfe] *
16 [Colin Pattenden] *
4 [Ken Osborn] *
16 [Ray Phillips] *
4 [Simon Spratley] *
49 [Michael Dunford] *
16 [Barry Jenkins] *
4 [Arthur Sharp] *
4 [Ian Campbell (6)] *
4 [John Allen (7)] *
4 [Len Surtees] *
9 [Neil Korner] *
4 [Pete Shannon] *
4 [Peter Agate] *
4 [Ray Phillips (2)] *
4 [Rod Roach] *
4 [Roger Groom] *
4 [Terry Crowe] *
361 [Henry McCullough] *
81 [Chris Stewart] *
784 [Spooky Tooth] *
16 [Gary Wright] *
256 [Mick Jones] *
49 [Alan Spenner] *
1 [Steve Thompson] *
25 [Tom Brechtlein] *
1 [Val Burke] *
4 [Steve Farris] *
9 [Shem von Schroeck] *
16 [Mike Patto] *
49 [Mike Kellie] *
16 [Mike Harrison] *
1 [Michael Becker] *
64 [Luther Grosvenor] *
25 [Keith Ellis] *
1 [Joey Albrecht] *
1 [Ian Herbert] *
16 [Greg Ridley] *
144 [Chris Stainton] *
36 [Bryson Graham] *
1 [Andy Leigh] *
4 [Timebox] *
4 [Michael McCarthy (4)] *
1 [Mick Jones (2)] *
1 [Mike Harrison (2)] *
1 [Mike Patto (2)] *
81 [Rod Demick] *
36 [Rick Wakeman] *
324 [Strawbs] *
25 [Sandy Denny] *
49 [Brian Willoughby] *
36 [Derek Weaver] *
16 [Dave Cousins] *
1 [Tony Hooper] *
100 [Chris Parren] *
25 [Richard Hudson] *
1 [Andy Richards] *
4 [Chas Cronk] *
1 [Dave Bainbridge] *
4 [Dave Lambert (4)] *
16 [John Ford (2)] *
9 [Rod Coombes] *
1 [Ron Chesterman] *
1 [Tony Fernandez (3)] *
4 [John Woods] *
4 [Pete Gavin] *
49 [Robert Palmer] *
100 [Keef Hartley] *
36 [Elkie Brooks] *
9 [Steve York] *
1 [Dave Thompson] *
4 [Mike Deacon] *
9 [Alan Powell] *
25 [Pete Gage] *
64 [Tim Hinkley] *
4 [Rob Tait] *
400 [The Nashville Teens] *
25 [The Frankie Reid Band] *
81 [Renaissance (4)] *
25 [Illusion (24)] *
4 [Jim McCarty Band] *
4 [Trifle (2)] *
4 [Dana Gillespie] *
529 [Carlo Little] *
784 [Nicky Hopkins] *
121 [Matthew Fisher] *
256 [Jim McCarty] *
64 [Keith Relf] *
4 [Mickey Simmonds] *
49 [Gavin Harrison] *
9 [Annie Haslam] *
64 [Louis Cennamo] *
9 [John Tout] *
100 [Tommy Eyre] *
16 [John Knightsbridge] *
16 [Pat King]
)
= 5.46 x 10^113
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.08 [Vinegar Joe] *
1 [Nashville Teens] *
1 [John Bentley] *
1 [Adrian Metcalfe] *
1 [Colin Pattenden] *
1 [Ken Osborn] *
1 [Ray Phillips] *
1 [Simon Spratley] *
1 [Michael Dunford] *
1 [Barry Jenkins] *
1 [Arthur Sharp] *
1 [Ian Campbell (6)] *
1 [John Allen (7)] *
1 [Len Surtees] *
1 [Neil Korner] *
1 [Pete Shannon] *
1 [Peter Agate] *
1 [Ray Phillips (2)] *
1 [Rod Roach] *
1 [Roger Groom] *
1 [Terry Crowe] *
1 [Henry McCullough] *
1 [Chris Stewart] *
1 [Spooky Tooth] *
1 [Gary Wright] *
1 [Mick Jones] *
1 [Alan Spenner] *
1 [Steve Thompson] *
1 [Tom Brechtlein] *
1 [Val Burke] *
1 [Steve Farris] *
1 [Shem von Schroeck] *
1 [Mike Patto] *
1 [Mike Kellie] *
1 [Mike Harrison] *
1 [Michael Becker] *
1 [Luther Grosvenor] *
1 [Keith Ellis] *
1 [Joey Albrecht] *
1 [Ian Herbert] *
1 [Greg Ridley] *
1 [Chris Stainton] *
1 [Bryson Graham] *
1 [Andy Leigh] *
1 [Timebox] *
1 [Michael McCarthy (4)] *
1 [Mick Jones (2)] *
1 [Mike Harrison (2)] *
1 [Mike Patto (2)] *
1 [Rod Demick] *
1 [Rick Wakeman] *
1 [Strawbs] *
1 [Sandy Denny] *
1 [Brian Willoughby] *
1 [Derek Weaver] *
1 [Dave Cousins] *
1 [Tony Hooper] *
1 [Chris Parren] *
1 [Richard Hudson] *
1 [Andy Richards] *
1 [Chas Cronk] *
1 [Dave Bainbridge] *
1 [Dave Lambert (4)] *
1 [John Ford (2)] *
1 [Rod Coombes] *
1 [Ron Chesterman] *
1 [Tony Fernandez (3)] *
1 [John Woods] *
1 [Pete Gavin] *
1 [Robert Palmer] *
1 [Keef Hartley] *
1 [Elkie Brooks] *
1 [Steve York] *
1 [Dave Thompson] *
1 [Mike Deacon] *
1 [Alan Powell] *
1 [Pete Gage] *
1 [Tim Hinkley] *
1 [Rob Tait] *
1 [The Nashville Teens] *
1 [The Frankie Reid Band] *
1 [Renaissance (4)] *
1 [Illusion (24)] *
1 [Jim McCarty Band] *
1 [Trifle (2)] *
1 [Dana Gillespie] *
1 [Carlo Little] *
1 [Nicky Hopkins] *
1 [Matthew Fisher] *
1 [Jim McCarty] *
1 [Keith Relf] *
1 [Mickey Simmonds] *
1 [Gavin Harrison] *
1 [Annie Haslam] *
1 [Louis Cennamo] *
1 [John Tout] *
1 [Tommy Eyre] *
1 [John Knightsbridge] *
1 [Pat King]
)
= 1.08
Outbound
10
Tags on post
Inbound
10
Posts tagging this
Connections
99
Total nodes
Base Node Strength
100
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.56%
(5.46 × 10113 overall)
Dominant nodes (excluded from chart)Spooky Tooth 12.21%Nicky Hopkins 12.21%Carlo Little 8.24%Nashville Teens 6.23%The Nashville Teens 6.23%Henry McCullough 5.62%Strawbs 5.05%Mick Jones 3.99%Jim McCarty 3.99%Vinegar Joe 2.83%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)