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 103 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 36 *
( 6 [Hunter Sansone] *
30 [Josh Charles] *
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] *
196 [Morgan Freeman] *
16 [Peter Crombie] *
9 [R. Lee Ermey] *
16 [Richard Roundtree] *
25 [William Davidson] *
1 [Bob Collins] *
9 [John C. McGinley] *
36 [Richard Schiff] *
361 [The Mask] *
324 [Airheads] *
25 [Fantastic Four] *
529 [S.W.A.T.] *
324 [American Psycho] *
16 [Denis Forest] *
36 [Amy Yasbeck] *
81 [Jim Carrey] *
9 [Nancy Fish] *
16 [B.J. Barie] *
49 [Cameron Diaz] *
1 [Catherine Berge] *
16 [Jim Doughan] *
9 [Johnny Williams] *
1 [Joseph Alfieri] *
1 [Krista Buonauro] *
16 [Orestes Matacena] *
1 [Peter Greene] *
4 [Peter Riegert] *
1 [Phil Boardman] *
16 [Richard Jeni] *
36 [Tim Bagley] *
16 [Nils Allen Stewart] *
16 [Peggy Gormley] *
16 [Kate Mara] *
36 [Kevin McNulty] *
25 [Maria Menounos] *
36 [Michael Richards] *
81 [Michael McKean] *
289 [Steve Buscemi] *
64 [Ernie Hudson] *
16 [Joe Mantegna] *
100 [Adam Sandler] *
49 [Allen Covert] *
25 [Amy Locane] *
36 [Brendan Fraser] *
9 [Chris Farley] *
1 [Judd Nelson] *
4 [Lexie Bigham] *
25 [Marshall Bell] *
16 [Michelle Hurst] *
16 [Nina Siemaszko] *
1 [Sarah Reinhardt] *
4 [Kurt Loder] *
4 [Alex Russell] *
4 [Aaron Schwartz] *
16 [Denis Arndt] *
676 [Landry Allbright: A Versatile Talent in Hollywood] *
16 [Said Faraj] *
4 [Kenny Johnson] *
4 [Amy Farrington] *
1 [Anna Enger Ritch] *
9 [Bre Blair] *
1 [David Lim] *
1 [David Rees Snell] *
1 [Deshae Frost] *
25 [Jay Harrington] *
1 [Lina Esco] *
1 [Otis Gallop] *
16 [Peter Onorati] *
4 [Rochelle Aytes] *
1 [Lou Ferrigno Jr.] *
1 [Patrick St. Esprit] *
1 [Obba Babatundé] *
16 [Justin Theroux] *
36 [Jared Leto] *
4 [Cara Seymour] *
169 [Christian Bale] *
225 [Willem Dafoe] *
64 [Reese Witherspoon] *
4 [Josh Lucas] *
4 [Matt Ross] *
1 [Bill Sage] *
1 [Blair Williams] *
1 [Guinevere Turner] *
1 [Kelley Harron] *
1 [Marie Dame] *
1 [Monika Meier] *
1 [Samantha Mathis] *
1 [Stephen Bogaert] *
4 [Chloë Sevigny]
)
= 6.44 x 10^103
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.5 [Hunter Sansone] *
1.2 [Josh Charles] *
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 [Richard Roundtree] *
1 [William Davidson] *
1 [Bob Collins] *
1 [John C. McGinley] *
1 [Richard Schiff] *
1 [The Mask] *
1 [Airheads] *
1 [Fantastic Four] *
1 [S.W.A.T.] *
1 [American Psycho] *
1 [Denis Forest] *
1 [Amy Yasbeck] *
1 [Jim Carrey] *
1 [Nancy Fish] *
1 [B.J. Barie] *
1 [Cameron Diaz] *
1 [Catherine Berge] *
1 [Jim Doughan] *
1 [Johnny Williams] *
1 [Joseph Alfieri] *
1 [Krista Buonauro] *
1 [Orestes Matacena] *
1 [Peter Greene] *
1 [Peter Riegert] *
1 [Phil Boardman] *
1 [Richard Jeni] *
1 [Tim Bagley] *
1 [Nils Allen Stewart] *
1 [Peggy Gormley] *
1 [Kate Mara] *
1 [Kevin McNulty] *
1 [Maria Menounos] *
1 [Michael Richards] *
1 [Michael McKean] *
1 [Steve Buscemi] *
1 [Ernie Hudson] *
1 [Joe Mantegna] *
1 [Adam Sandler] *
1 [Allen Covert] *
1 [Amy Locane] *
1 [Brendan Fraser] *
1 [Chris Farley] *
1 [Judd Nelson] *
1 [Lexie Bigham] *
1 [Marshall Bell] *
1 [Michelle Hurst] *
1 [Nina Siemaszko] *
1 [Sarah Reinhardt] *
1 [Kurt Loder] *
1 [Alex Russell] *
1 [Aaron Schwartz] *
1 [Denis Arndt] *
1 [Landry Allbright: A Versatile Talent in Hollywood] *
1 [Said Faraj] *
1 [Kenny Johnson] *
1 [Amy Farrington] *
1 [Anna Enger Ritch] *
1 [Bre Blair] *
1 [David Lim] *
1 [David Rees Snell] *
1 [Deshae Frost] *
1 [Jay Harrington] *
1 [Lina Esco] *
1 [Otis Gallop] *
1 [Peter Onorati] *
1 [Rochelle Aytes] *
1 [Lou Ferrigno Jr.] *
1 [Patrick St. Esprit] *
1 [Obba Babatundé] *
1 [Justin Theroux] *
1 [Jared Leto] *
1 [Cara Seymour] *
1 [Christian Bale] *
1 [Willem Dafoe] *
1 [Reese Witherspoon] *
1 [Josh Lucas] *
1 [Matt Ross] *
1 [Bill Sage] *
1 [Blair Williams] *
1 [Guinevere Turner] *
1 [Kelley Harron] *
1 [Marie Dame] *
1 [Monika Meier] *
1 [Samantha Mathis] *
1 [Stephen Bogaert] *
1 [Chloë Sevigny]
)
= 1.8
Outbound
6
Tags on post
Inbound
6
Posts tagging this
Connections
103
Total nodes
Base Node Strength
36
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.70%
(6.44 × 10103 overall)
Dominant nodes (excluded from chart)Landry Allbright: A Versatile Talent in Hollywood 13.16%S.W.A.T. 10.30%Se7en 7.79%The Mask 7.03%Airheads 6.31%American Psycho 6.31%Steve Buscemi 5.63%Willem Dafoe 4.38%Morgan Freeman 3.82%Christian Bale 3.29%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)