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, 8) = 8
$outbound = max(1, 8) = 8
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 8 * 8 = 64
Base_Influence (IV) = $inbound / $outbound = 8 / 8 = 1
// 3. Exponential Network Values (accumulating 85 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 64 *
( 64 [The Bangles] *
25 [Susanna Hoffs] *
4 [Greg Hilfman] *
9 [Debbi Peterson] *
36 [Annette Zilinskas] *
64 [Vicki Peterson] *
9 [Michael Steele] *
1 [Walk Like an Egyptian] *
9 [Chuck Prophet] *
81 [Green on Red] *
196 [Chris Cacavas] *
1 [Dan Stuart] *
1 [Alex Mac Nicol] *
1 [Alex MacNicol] *
1 [Jack Waterson] *
4 [Keith Mitchell (3)] *
4 [Van Christian] *
81 [The Plimsouls] *
1 [David Pahoa] *
1 [Louie Ramírez] *
16 [Peter Case] *
1 [Eddie Munoz] *
64 [Charlie Quintana] *
49 [Clement Anthony Bozewski] *
1 [Lou Ramirez] *
1 [Eddie Muñoz] *
144 [The Dream Syndicate] *
81 [The Long Ryders] *
400 [The Gun Club] *
36 [The Three O'Clock] *
169 [Rain Parade] *
4 [Stephen McCarthy] *
4 [Tom Stevens] *
1 [Greg Sowders] *
16 [Sid Griffin] *
1 [Barry Shank] *
1 [Dave Young (25)] *
1 [Des Brewer] *
1 [Tom Stevens (2)] *
25 [David Roback] *
16 [Alec Palao] *
9 [Matt Piucci] *
4 [Derek See] *
4 [Steven Roback] *
4 [Will Glenn] *
1 [Eddie Kalwa] *
16 [Gil Ray] *
1 [John Thoman] *
1 [Mark Hanley (3)] *
9 [Mark Marcum] *
1 [Michael Murphy (2)] *
81 [Randy Bradbury] *
4 [Rainer Lingk] *
36 [Brian Tristan] *
16 [Patricia Rainone] *
64 [Nick Sanderson] *
16 [Rob Ritter] *
9 [Terry Graham] *
4 [Anny Unger] *
4 [Jim Duckworth] *
1 [Brock Avery] *
4 [Dee Pop] *
1 [Desi (5)] *
1 [Elizabeth Montague] *
1 [Jeffrey Lee Pierce] *
1 [Jimmy Joe Uliana] *
4 [Mike Martt] *
1 [Romi Mori] *
1 [Simon Fish] *
1 [Ward Dotson] *
25 [Jason Falkner] *
49 [Michael Quercio] *
1 [Mike Mariano] *
1 [Danny Benair] *
1 [Louis Gutierrez] *
9 [Steve Wynn] *
1 [Dennis Duck] *
4 [Jason Victor] *
1 [Mark Walton] *
1 [Dave Provost] *
4 [Dennis Mehaffey] *
4 [Karl Precoda] *
4 [Kendra Smith] *
4 [Mark Walton (2)] *
4 [Paul B. Cutler]
)
= 3.40 x 10^63
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [The Bangles] *
1 [Susanna Hoffs] *
1 [Greg Hilfman] *
1 [Debbi Peterson] *
1 [Annette Zilinskas] *
1 [Vicki Peterson] *
1 [Michael Steele] *
1 [Walk Like an Egyptian] *
1 [Chuck Prophet] *
1 [Green on Red] *
1 [Chris Cacavas] *
1 [Dan Stuart] *
1 [Alex Mac Nicol] *
1 [Alex MacNicol] *
1 [Jack Waterson] *
1 [Keith Mitchell (3)] *
1 [Van Christian] *
1 [The Plimsouls] *
1 [David Pahoa] *
1 [Louie Ramírez] *
1 [Peter Case] *
1 [Eddie Munoz] *
1 [Charlie Quintana] *
1 [Clement Anthony Bozewski] *
1 [Lou Ramirez] *
1 [Eddie Muñoz] *
1 [The Dream Syndicate] *
1 [The Long Ryders] *
1 [The Gun Club] *
1 [The Three O'Clock] *
1 [Rain Parade] *
1 [Stephen McCarthy] *
1 [Tom Stevens] *
1 [Greg Sowders] *
1 [Sid Griffin] *
1 [Barry Shank] *
1 [Dave Young (25)] *
1 [Des Brewer] *
1 [Tom Stevens (2)] *
1 [David Roback] *
1 [Alec Palao] *
1 [Matt Piucci] *
1 [Derek See] *
1 [Steven Roback] *
1 [Will Glenn] *
1 [Eddie Kalwa] *
1 [Gil Ray] *
1 [John Thoman] *
1 [Mark Hanley (3)] *
1 [Mark Marcum] *
1 [Michael Murphy (2)] *
1 [Randy Bradbury] *
1 [Rainer Lingk] *
1 [Brian Tristan] *
1 [Patricia Rainone] *
1 [Nick Sanderson] *
1 [Rob Ritter] *
1 [Terry Graham] *
1 [Anny Unger] *
1 [Jim Duckworth] *
1 [Brock Avery] *
1 [Dee Pop] *
1 [Desi (5)] *
1 [Elizabeth Montague] *
1 [Jeffrey Lee Pierce] *
1 [Jimmy Joe Uliana] *
1 [Mike Martt] *
1 [Romi Mori] *
1 [Simon Fish] *
1 [Ward Dotson] *
1 [Jason Falkner] *
1 [Michael Quercio] *
1 [Mike Mariano] *
1 [Danny Benair] *
1 [Louis Gutierrez] *
1 [Steve Wynn] *
1 [Dennis Duck] *
1 [Jason Victor] *
1 [Mark Walton] *
1 [Dave Provost] *
1 [Dennis Mehaffey] *
1 [Karl Precoda] *
1 [Kendra Smith] *
1 [Mark Walton (2)] *
1 [Paul B. Cutler]
)
= 1
Outbound
8
Tags on post
Inbound
8
Posts tagging this
Connections
85
Total nodes
Base Node Strength
64
Base Node Influence
1
Strength Share (vs Direct Neighbours)
3.04%
(3.40 × 1063 overall)
Dominant nodes (excluded from chart)The Gun Club 19.03%Chris Cacavas 9.32%Rain Parade 8.04%The Dream Syndicate 6.85%Green on Red 3.85%The Plimsouls 3.85%The Long Ryders 3.85%Randy Bradbury 3.85%The Bangles 3.04%Vicki Peterson 3.04%Charlie Quintana 3.04%Nick Sanderson 3.04%Clement Anthony Bozewski 2.33%Michael Quercio 2.33%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)