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 113 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 64 *
( 6 [Damian Lewis] *
12 [Rose McGowan] *
12 [Burr Steers] *
12 [James Landry Hébert] *
20 [Eli Roth] *
20 [Jordan Ladd] *
20 [Kelly Preston] *
30 [John Saxon] *
400 [Pulp Fiction] *
256 [Reservoir Dogs] *
256 [From Dusk Till Dawn] *
576 [Once Upon a Time in Hollywood] *
324 [Grindhouse] *
225 [The Hateful Eight] *
324 [Death Proof] *
256 [Four Rooms] *
16 [Omar Doom] *
121 [Kurt Russell] *
9 [Vanessa Ferlito] *
16 [Zoë Bell] *
16 [Danny Trejo] *
25 [Jonathan Loughran] *
4 [Marcy Harriell] *
4 [Marta Mendoza] *
25 [Mary Elizabeth Winstead] *
16 [Michael Bacall] *
16 [Monica Staggs] *
25 [Rosario Dawson] *
4 [Sydney Tamiia Poitier] *
16 [Tracie Thoms] *
289 [Steve Buscemi] *
81 [Harvey Keitel] *
4 [Chris Penn] *
1 [David Steen] *
9 [Edward Bunker] *
9 [Kirk Baltz] *
16 [Lawrence Bender] *
1 [Lawrence Tierney] *
1 [Linda Kaye] *
1 [Michael Sottile] *
9 [Randy Brooks] *
1 [Rich Turner] *
1 [Robert Ruth] *
1 [Stevo Polyi] *
1 [Tony Cosmo] *
9 [Bronagh Gallagher] *
25 [John Travolta] *
225 [Samuel L. Jackson] *
196 [Bruce Willis] *
25 [Paul Calderon] *
25 [Amanda Plummer] *
1 [Eric Stoltz] *
1 [Gary Shorelle] *
1 [Jerome Patrick Hoban] *
1 [Laura Lovelace] *
9 [Michael Gilden] *
25 [Phil LaMarr] *
25 [Rosanna Arquette] *
49 [Uma Thurman] *
16 [Ving Rhames] *
16 [Brenda Hillhouse] *
4 [Gene Jones] *
1 [Belinda Owino] *
64 [Bruce Dern] *
64 [Channing Tatum] *
1 [Craig Stark] *
25 [Dana Gourrier] *
1 [Demián Bichir] *
16 [James Parks] *
9 [Jennifer Jason Leigh] *
1 [Keith Jefferson] *
36 [Walton Goggins] *
64 [Leonardo DiCaprio] *
100 [Brad Pitt] *
49 [Margot Robbie] *
49 [Al Pacino] *
25 [Austin Butler] *
25 [Dakota Fanning] *
16 [Emile Hirsch] *
1 [Julia Butters] *
4 [Lorenza Izzo] *
4 [Luke Perry] *
16 [Margaret Qualley] *
1 [Mike Moh] *
4 [Nicholas Hammond] *
16 [Rafal Zawierucha] *
16 [Samantha Robinson] *
16 [Timothy Olyphant] *
25 [Madisen Beaty] *
25 [Juliette Lewis] *
9 [Michael Parks] *
4 [Tito Larriva] *
49 [Cheech Marin] *
1 [Fred Williamson] *
4 [John Hawkes] *
4 [Marc Lawrence] *
1 [Peter Atanasoff] *
4 [Salma Hayek] *
25 [Tom Savini] *
1 [Alicia Witt] *
16 [Lili Taylor] *
1 [Tamlyn Tomita] *
25 [Valeria Golino] *
9 [Madonna] *
16 [Jennifer Beals] *
1 [Danny Verduzco] *
4 [David Proval] *
1 [Ione Skye] *
1 [Lana McKissack] *
1 [Patricia Vonne] *
1 [Sammi Davis] *
1 [Amanda De Cadenet] *
1 [Tim Murphy]
)
= 7.06 x 10^115
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.5 [Damian Lewis] *
1.33 [Rose McGowan] *
1.33 [Burr Steers] *
1.33 [James Landry Hébert] *
1.25 [Eli Roth] *
1.25 [Jordan Ladd] *
1.25 [Kelly Preston] *
1.2 [John Saxon] *
1 [Pulp Fiction] *
1 [Reservoir Dogs] *
1 [From Dusk Till Dawn] *
1 [Once Upon a Time in Hollywood] *
1 [Grindhouse] *
1 [The Hateful Eight] *
1 [Death Proof] *
1 [Four Rooms] *
1 [Omar Doom] *
1 [Kurt Russell] *
1 [Vanessa Ferlito] *
1 [Zoë Bell] *
1 [Danny Trejo] *
1 [Jonathan Loughran] *
1 [Marcy Harriell] *
1 [Marta Mendoza] *
1 [Mary Elizabeth Winstead] *
1 [Michael Bacall] *
1 [Monica Staggs] *
1 [Rosario Dawson] *
1 [Sydney Tamiia Poitier] *
1 [Tracie Thoms] *
1 [Steve Buscemi] *
1 [Harvey Keitel] *
1 [Chris Penn] *
1 [David Steen] *
1 [Edward Bunker] *
1 [Kirk Baltz] *
1 [Lawrence Bender] *
1 [Lawrence Tierney] *
1 [Linda Kaye] *
1 [Michael Sottile] *
1 [Randy Brooks] *
1 [Rich Turner] *
1 [Robert Ruth] *
1 [Stevo Polyi] *
1 [Tony Cosmo] *
1 [Bronagh Gallagher] *
1 [John Travolta] *
1 [Samuel L. Jackson] *
1 [Bruce Willis] *
1 [Paul Calderon] *
1 [Amanda Plummer] *
1 [Eric Stoltz] *
1 [Gary Shorelle] *
1 [Jerome Patrick Hoban] *
1 [Laura Lovelace] *
1 [Michael Gilden] *
1 [Phil LaMarr] *
1 [Rosanna Arquette] *
1 [Uma Thurman] *
1 [Ving Rhames] *
1 [Brenda Hillhouse] *
1 [Gene Jones] *
1 [Belinda Owino] *
1 [Bruce Dern] *
1 [Channing Tatum] *
1 [Craig Stark] *
1 [Dana Gourrier] *
1 [Demián Bichir] *
1 [James Parks] *
1 [Jennifer Jason Leigh] *
1 [Keith Jefferson] *
1 [Walton Goggins] *
1 [Leonardo DiCaprio] *
1 [Brad Pitt] *
1 [Margot Robbie] *
1 [Al Pacino] *
1 [Austin Butler] *
1 [Dakota Fanning] *
1 [Emile Hirsch] *
1 [Julia Butters] *
1 [Lorenza Izzo] *
1 [Luke Perry] *
1 [Margaret Qualley] *
1 [Mike Moh] *
1 [Nicholas Hammond] *
1 [Rafal Zawierucha] *
1 [Samantha Robinson] *
1 [Timothy Olyphant] *
1 [Madisen Beaty] *
1 [Juliette Lewis] *
1 [Michael Parks] *
1 [Tito Larriva] *
1 [Cheech Marin] *
1 [Fred Williamson] *
1 [John Hawkes] *
1 [Marc Lawrence] *
1 [Peter Atanasoff] *
1 [Salma Hayek] *
1 [Tom Savini] *
1 [Alicia Witt] *
1 [Lili Taylor] *
1 [Tamlyn Tomita] *
1 [Valeria Golino] *
1 [Madonna] *
1 [Jennifer Beals] *
1 [Danny Verduzco] *
1 [David Proval] *
1 [Ione Skye] *
1 [Lana McKissack] *
1 [Patricia Vonne] *
1 [Sammi Davis] *
1 [Amanda De Cadenet] *
1 [Tim Murphy]
)
= 8.33
Outbound
8
Tags on post
Inbound
8
Posts tagging this
Connections
113
Total nodes
Base Node Strength
64
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.27%
(7.06 × 10115 overall)
Dominant nodes (excluded from chart)Once Upon a Time in Hollywood 11.39%Pulp Fiction 7.91%Grindhouse 6.41%Death Proof 6.41%Steve Buscemi 5.71%Reservoir Dogs 5.06%From Dusk Till Dawn 5.06%Four Rooms 5.06%The Hateful Eight 4.45%Samuel L. Jackson 4.45%Bruce Willis 3.88%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)