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, 6) = 6
$outbound = max(1, 6) = 6
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 6 * 6 = 36
Base_Influence (IV) = $inbound / $outbound = 6 / 6 = 1
// 3. Exponential Network Values (accumulating 112 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 36 *
( 12 [Camilla Belle] *
12 [Ross Partridge] *
12 [Larenz Tate] *
20 [Genevieve Angelson] *
90 [Ed Harris] *
64 [Gwyneth Paltrow] *
100 [Brad Pitt] *
64 [Kevin Spacey] *
400 [Se7en] *
4 [Andrew Kevin Walker] *
16 [Bob Mack] *
1 [Daniel Zacapa] *
25 [Endre Hules] *
1 [George Christy] *
4 [Hawthorne James] *
1 [Jimmy Dale Hartsell] *
1 [John Cassini] *
225 [Morgan Freeman] *
16 [Peter Crombie] *
9 [R. Lee Ermey] *
36 [Reg E. Cathey] *
16 [Richard Roundtree] *
25 [William Davidson] *
1 [Bob Collins] *
9 [John C. McGinley] *
1 [Sheila E.] *
49 [Kevin Costner] *
100 [Amy Adams] *
49 [Russell Crowe] *
25 [Mark Gibbon] *
9 [Alessandro Juliani] *
400 [Man of Steel] *
169 [Laurence Fishburne] *
4 [Henry Cavill] *
81 [Michael Shannon] *
9 [Christopher Meloni] *
9 [Richard Cetrone] *
16 [Diane Lane] *
1 [Antje Traue] *
1 [Ayelet Zurer] *
1 [Cooper Timberline] *
4 [Dylan Sprayberry] *
4 [Harry Lennix] *
9 [Julian Richings] *
1 [Mackenzie Gray] *
100 [Julianne Moore] *
49 [Pete Postlethwaite] *
16 [Arliss Howard] *
36 [Jeff Goldblum] *
289 [The Lost World: Jurassic Park] *
16 [Peter Stormare] *
49 [Thomas Rosales Jr.] *
4 [Ariana Richards] *
16 [Cyd Strittmatter] *
4 [Harvey Jason] *
16 [Joseph Mazzello] *
4 [Robin Sachs] *
1 [Thomas F. Duffy] *
1 [Vanessa Chester] *
36 [Vince Vaughn] *
289 [I Am Sam] *
400 [House of Lies] *
324 [Geostorm] *
9 [Rosalind Chao] *
64 [Dianne Wiest] *
25 [Ken Jenkins] *
16 [Sean Penn] *
25 [Stanley DeSantis] *
25 [Dakota Fanning] *
36 [Michelle Pfeiffer] *
100 [Laura Dern] *
1 [Bobby Cooper] *
4 [Brad Silverman] *
9 [Doug Hutchison] *
1 [Joseph Rosenberg] *
9 [Kit McDonough] *
1 [Mason Lucero] *
9 [Scott Paulin] *
1 [Wendy Phillips] *
9 [Robert Sheehan] *
4 [Mare Winningham] *
9 [Amr Waked] *
4 [David S. Lee] *
25 [Gerard Butler] *
9 [Jim Sturgess] *
4 [Andy Garcia] *
4 [Ritchie Montgomery] *
4 [Abbie Cornish] *
4 [Adepero Oduye] *
1 [Alexandra Maria Lara] *
1 [Daniel Wu] *
1 [Daniella Garcia] *
1 [Eugenio Derbez] *
1 [Talitha Eliana Bateman] *
1 [Zazie Beetz] *
16 [Kristen Bell] *
49 [Ben Schwartz] *
121 [Don Cheadle] *
49 [Jenny Slate] *
9 [Ray Baker] *
16 [Megalyn Echikunwoke] *
9 [Alice Hunter] *
16 [Bess Armstrong] *
1 [Dawn Olivieri] *
4 [Glynn Turman] *
1 [Josh Lawson] *
1 [Lais Pedroso] *
1 [Michael Fletcher] *
4 [Nia Long] *
1 [Donis Leonard Jr.] *
1 [Ryan Gaul] *
1 [Valorie Curry]
)
= 2.68 x 10^110
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.33 [Camilla Belle] *
1.33 [Ross Partridge] *
1.33 [Larenz Tate] *
1.25 [Genevieve Angelson] *
1.11 [Ed Harris] *
1 [Gwyneth Paltrow] *
1 [Brad Pitt] *
1 [Kevin Spacey] *
1 [Se7en] *
1 [Andrew Kevin Walker] *
1 [Bob Mack] *
1 [Daniel Zacapa] *
1 [Endre Hules] *
1 [George Christy] *
1 [Hawthorne James] *
1 [Jimmy Dale Hartsell] *
1 [John Cassini] *
1 [Morgan Freeman] *
1 [Peter Crombie] *
1 [R. Lee Ermey] *
1 [Reg E. Cathey] *
1 [Richard Roundtree] *
1 [William Davidson] *
1 [Bob Collins] *
1 [John C. McGinley] *
1 [Sheila E.] *
1 [Kevin Costner] *
1 [Amy Adams] *
1 [Russell Crowe] *
1 [Mark Gibbon] *
1 [Alessandro Juliani] *
1 [Man of Steel] *
1 [Laurence Fishburne] *
1 [Henry Cavill] *
1 [Michael Shannon] *
1 [Christopher Meloni] *
1 [Richard Cetrone] *
1 [Diane Lane] *
1 [Antje Traue] *
1 [Ayelet Zurer] *
1 [Cooper Timberline] *
1 [Dylan Sprayberry] *
1 [Harry Lennix] *
1 [Julian Richings] *
1 [Mackenzie Gray] *
1 [Julianne Moore] *
1 [Pete Postlethwaite] *
1 [Arliss Howard] *
1 [Jeff Goldblum] *
1 [The Lost World: Jurassic Park] *
1 [Peter Stormare] *
1 [Thomas Rosales Jr.] *
1 [Ariana Richards] *
1 [Cyd Strittmatter] *
1 [Harvey Jason] *
1 [Joseph Mazzello] *
1 [Robin Sachs] *
1 [Thomas F. Duffy] *
1 [Vanessa Chester] *
1 [Vince Vaughn] *
1 [I Am Sam] *
1 [House of Lies] *
1 [Geostorm] *
1 [Rosalind Chao] *
1 [Dianne Wiest] *
1 [Ken Jenkins] *
1 [Sean Penn] *
1 [Stanley DeSantis] *
1 [Dakota Fanning] *
1 [Michelle Pfeiffer] *
1 [Laura Dern] *
1 [Bobby Cooper] *
1 [Brad Silverman] *
1 [Doug Hutchison] *
1 [Joseph Rosenberg] *
1 [Kit McDonough] *
1 [Mason Lucero] *
1 [Scott Paulin] *
1 [Wendy Phillips] *
1 [Robert Sheehan] *
1 [Mare Winningham] *
1 [Amr Waked] *
1 [David S. Lee] *
1 [Gerard Butler] *
1 [Jim Sturgess] *
1 [Andy Garcia] *
1 [Ritchie Montgomery] *
1 [Abbie Cornish] *
1 [Adepero Oduye] *
1 [Alexandra Maria Lara] *
1 [Daniel Wu] *
1 [Daniella Garcia] *
1 [Eugenio Derbez] *
1 [Talitha Eliana Bateman] *
1 [Zazie Beetz] *
1 [Kristen Bell] *
1 [Ben Schwartz] *
1 [Don Cheadle] *
1 [Jenny Slate] *
1 [Ray Baker] *
1 [Megalyn Echikunwoke] *
1 [Alice Hunter] *
1 [Bess Armstrong] *
1 [Dawn Olivieri] *
1 [Glynn Turman] *
1 [Josh Lawson] *
1 [Lais Pedroso] *
1 [Michael Fletcher] *
1 [Nia Long] *
1 [Donis Leonard Jr.] *
1 [Ryan Gaul] *
1 [Valorie Curry]
)
= 3.29
Outbound
6
Tags on post
Inbound
6
Posts tagging this
Connections
112
Total nodes
Base Node Strength
36
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.80%
(2.68 × 10110 overall)
Dominant nodes (excluded from chart)Se7en 8.87%Man of Steel 8.87%House of Lies 8.87%Geostorm 7.19%The Lost World: Jurassic Park 6.41%I Am Sam 6.41%Morgan Freeman 4.99%Laurence Fishburne 3.75%Don Cheadle 2.68%Brad Pitt 2.22%Amy Adams 2.22%Julianne Moore 2.22%Laura Dern 2.22%Ed Harris 2.00%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)