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 89 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 100 *
( 132 [Andy Fairweather-Low] *
25 [No Sweat[Belfast]] *
25 [Ricky Bleakley] *
25 [Clive Culbertson] *
1 [Michael Katin] *
1 [David Stuart] *
625 [Blood or Whiskey] *
196 [The Who] *
1 [Deep End] *
484 [Rockestra] *
16 [The High Numbers] *
25 [Deep End (5)] *
4 [Tommy And The Bijoux] *
4 [The Wick] *
225 [Mick Fleetwood & Friends] *
4 [SEAN O'NEILL] *
100 [Kim Fowley] *
9 [PAUL WALSH] *
1 [Alan Confrey] *
1 [Andy Motta] *
1 [Barney Murray] *
9 [Beano Heenan] *
1 [Chris O'Meara] *
1 [Colly Morrison] *
1 [Colm Gallagher] *
1 [Damien Bowden] *
1 [Donnchadh Grant] *
1 [Jim Borek] *
4 [Kevin Murray] *
1 [Kevin Pluck] *
9 [Niall Bowden] *
1 [Paul Walshe] *
1 [Sean Fallen] *
1 [Tomas Touhy] *
1 [Pat Gallagher (blood or whiskeY)] *
4 [Graham Heenan] *
1 [Dugs Mullooly] *
1 [Peter Townsend (2)] *
1 [Rizz O'Meara] *
196 [Dave Edmunds] *
225 [Kenney Jones] *
64 [Steve Holley] *
121 [Ronnie Lane] *
196 [Robert Plant] *
49 [Linda McCartney] *
25 [Laurence Juber] *
81 [John Bonham] *
4 [James Honeyman-Scott] *
16 [Bruce Thomas] *
9 [Billy Bremner] *
144 [Gary Brooker] *
9 [John Baldwin] *
16 [Brian Frederick Hines] *
4 [Steve Holley (2)] *
36 [kenny-jones] *
1 [Howie Casey] *
1 [Steve Howard] *
1 [Thaddeus Richard] *
1 [Tony Dorsey] *
324 [Paul McCartney] *
9 [Roger Daltrey] *
196 [John Entwistle] *
49 [Keith Moon] *
64 [John Mayall] *
196 [Mick Fleetwood] *
121 [Jeremy Spencer] *
81 [David Gilmour] *
121 [Bill Wyman] *
49 [Noel Gallagher] *
144 [Billy Gibbons] *
81 [Neil Finn] *
169 [Zak Starkey] *
16 [Kirk Hammett] *
16 [Jonny Lang] *
144 [Dave Bronze] *
36 [Rick Vito] *
324 [Simon Phillips] *
1 [Jody Linscott] *
81 [John "Rabbit" Bundrick] *
64 [John Bundrick] *
256 [Ronnie Wood] *
49 [Emitt Rhodes] *
121 [Joe Walsh] *
256 [Pino Palladino] *
1 [Doug Sandom] *
144 [Billy Preston] *
4 [Cilla Black] *
4 [Johnny Rivers] *
9 [British Invasion]
)
= 6.78 x 10^104
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.09 [Andy Fairweather-Low] *
1 [No Sweat[Belfast]] *
1 [Ricky Bleakley] *
1 [Clive Culbertson] *
1 [Michael Katin] *
1 [David Stuart] *
1 [Blood or Whiskey] *
1 [The Who] *
1 [Deep End] *
1 [Rockestra] *
1 [The High Numbers] *
1 [Deep End (5)] *
1 [Tommy And The Bijoux] *
1 [The Wick] *
1 [Mick Fleetwood & Friends] *
1 [SEAN O'NEILL] *
1 [Kim Fowley] *
1 [PAUL WALSH] *
1 [Alan Confrey] *
1 [Andy Motta] *
1 [Barney Murray] *
1 [Beano Heenan] *
1 [Chris O'Meara] *
1 [Colly Morrison] *
1 [Colm Gallagher] *
1 [Damien Bowden] *
1 [Donnchadh Grant] *
1 [Jim Borek] *
1 [Kevin Murray] *
1 [Kevin Pluck] *
1 [Niall Bowden] *
1 [Paul Walshe] *
1 [Sean Fallen] *
1 [Tomas Touhy] *
1 [Pat Gallagher (blood or whiskeY)] *
1 [Graham Heenan] *
1 [Dugs Mullooly] *
1 [Peter Townsend (2)] *
1 [Rizz O'Meara] *
1 [Dave Edmunds] *
1 [Kenney Jones] *
1 [Steve Holley] *
1 [Ronnie Lane] *
1 [Robert Plant] *
1 [Linda McCartney] *
1 [Laurence Juber] *
1 [John Bonham] *
1 [James Honeyman-Scott] *
1 [Bruce Thomas] *
1 [Billy Bremner] *
1 [Gary Brooker] *
1 [John Baldwin] *
1 [Brian Frederick Hines] *
1 [Steve Holley (2)] *
1 [kenny-jones] *
1 [Howie Casey] *
1 [Steve Howard] *
1 [Thaddeus Richard] *
1 [Tony Dorsey] *
1 [Paul McCartney] *
1 [Roger Daltrey] *
1 [John Entwistle] *
1 [Keith Moon] *
1 [John Mayall] *
1 [Mick Fleetwood] *
1 [Jeremy Spencer] *
1 [David Gilmour] *
1 [Bill Wyman] *
1 [Noel Gallagher] *
1 [Billy Gibbons] *
1 [Neil Finn] *
1 [Zak Starkey] *
1 [Kirk Hammett] *
1 [Jonny Lang] *
1 [Dave Bronze] *
1 [Rick Vito] *
1 [Simon Phillips] *
1 [Jody Linscott] *
1 [John "Rabbit" Bundrick] *
1 [John Bundrick] *
1 [Ronnie Wood] *
1 [Emitt Rhodes] *
1 [Joe Walsh] *
1 [Pino Palladino] *
1 [Doug Sandom] *
1 [Billy Preston] *
1 [Cilla Black] *
1 [Johnny Rivers] *
1 [British Invasion]
)
= 1.09
Outbound
10
Tags on post
Inbound
10
Posts tagging this
Connections
89
Total nodes
Base Node Strength
100
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.57%
(6.78 × 10104 overall)
Dominant nodes (excluded from chart)Blood or Whiskey 9.81%Rockestra 7.59%Paul McCartney 5.08%Simon Phillips 5.08%Ronnie Wood 4.02%Pino Palladino 4.02%Mick Fleetwood & Friends 3.53%Kenney Jones 3.53%The Who 3.07%Dave Edmunds 3.07%Robert Plant 3.07%John Entwistle 3.07%Mick Fleetwood 3.07%Zak Starkey 2.65%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)