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, 5) = 5
$outbound = max(1, 5) = 5
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 5 * 5 = 25
Base_Influence (IV) = $inbound / $outbound = 5 / 5 = 1
// 3. Exponential Network Values (accumulating 94 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 25 *
( 12 [Ada Tai] *
20 [Javier Bardem] *
36 [Conchata Ferrell] *
49 [Julia Roberts] *
361 [Erin Brockovich] *
36 [Aaron Eckhart] *
16 [Adilah Barnes] *
9 [David Brisbin] *
1 [Dawn Didawick] *
1 [Emily Marks] *
16 [Erin Brockovich-Ellis] *
1 [Gemmenne de la Peña] *
1 [George Rocky Sullivan] *
25 [Irene Olga López] *
1 [Irina V. Passmoore] *
1 [Jack Gill] *
1 [Julie Marks] *
9 [Pat Skipper] *
16 [Scotty Leavenworth] *
16 [Valente Rodriguez] *
16 [Marg Helgenberger] *
361 [Skyfall] *
361 [Big Fish] *
289 [The Bourne Ultimatum] *
400 [Murder on the Orient Express] *
36 [Judi Dench] *
121 [Ralph Fiennes] *
25 [Rory Kinnear] *
9 [Naomie Harris] *
16 [Ben Whishaw] *
9 [Daniel Adegboyega] *
16 [Daniel Craig] *
1 [Ben Loyd-Holmes] *
1 [Bill Buckhurst] *
9 [Elize du Toit] *
1 [Gordon Milne] *
4 [Helen McCrory] *
1 [Ian Bonar] *
9 [Nicholas Woodeson] *
9 [Ola Rapace] *
1 [Peter Basham] *
1 [Bérénice Marlohe] *
1 [Loudon Wainwright III] *
289 [Steve Buscemi] *
4 [Jessica Lange] *
81 [Helena Bonham Carter] *
169 [Ewan McGregor] *
49 [Danny DeVito] *
9 [Marion Cotillard] *
16 [Trevor Gagnon] *
49 [Billy Crudup] *
25 [Alison Lohman] *
16 [Arlene Tai] *
25 [David Denman] *
25 [Deep Roy] *
16 [Matthew McGrory] *
25 [Missi Pyle] *
1 [Perry Walston] *
25 [Robert Guillaume] *
1 [Rachel Roberts] *
4 [Michael York] *
36 [Vanessa Redgrave] *
36 [Martin Balsam] *
16 [Vernon Dobtcheff] *
9 [Phil Dunster] *
16 [Sergei Polunin] *
16 [Manuel Garcia-Rulfo] *
25 [Jacqueline Bisset] *
36 [Jean-Pierre Cassel] *
1 [Anthony Perkins] *
4 [Lauren Bacall] *
1 [Colin Blakely] *
1 [Denis Quilley] *
1 [George Coulouris] *
1 [Ingrid Bergman] *
1 [John Gielgud] *
1 [Richard Widmark] *
1 [Wendy Hiller] *
36 [Matt Damon] *
64 [Scott Glenn] *
25 [Julia Stiles] *
36 [Daniel Brühl] *
49 [David Strathairn] *
25 [Joan Allen] *
16 [Colin Stinton] *
1 [Arkie Reece] *
4 [Bryan Reents] *
16 [Corey Johnson] *
16 [Dan Fredenburgh] *
1 [Edgar Ramírez] *
16 [Joey Ansah] *
1 [John Roberson] *
1 [Lucy Liemann] *
16 [Tom Gallop]
)
= 2.90 x 10^93
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.33 [Ada Tai] *
1.25 [Javier Bardem] *
1 [Conchata Ferrell] *
1 [Julia Roberts] *
1 [Erin Brockovich] *
1 [Aaron Eckhart] *
1 [Adilah Barnes] *
1 [David Brisbin] *
1 [Dawn Didawick] *
1 [Emily Marks] *
1 [Erin Brockovich-Ellis] *
1 [Gemmenne de la Peña] *
1 [George Rocky Sullivan] *
1 [Irene Olga López] *
1 [Irina V. Passmoore] *
1 [Jack Gill] *
1 [Julie Marks] *
1 [Pat Skipper] *
1 [Scotty Leavenworth] *
1 [Valente Rodriguez] *
1 [Marg Helgenberger] *
1 [Skyfall] *
1 [Big Fish] *
1 [The Bourne Ultimatum] *
1 [Murder on the Orient Express] *
1 [Judi Dench] *
1 [Ralph Fiennes] *
1 [Rory Kinnear] *
1 [Naomie Harris] *
1 [Ben Whishaw] *
1 [Daniel Adegboyega] *
1 [Daniel Craig] *
1 [Ben Loyd-Holmes] *
1 [Bill Buckhurst] *
1 [Elize du Toit] *
1 [Gordon Milne] *
1 [Helen McCrory] *
1 [Ian Bonar] *
1 [Nicholas Woodeson] *
1 [Ola Rapace] *
1 [Peter Basham] *
1 [Bérénice Marlohe] *
1 [Loudon Wainwright III] *
1 [Steve Buscemi] *
1 [Jessica Lange] *
1 [Helena Bonham Carter] *
1 [Ewan McGregor] *
1 [Danny DeVito] *
1 [Marion Cotillard] *
1 [Trevor Gagnon] *
1 [Billy Crudup] *
1 [Alison Lohman] *
1 [Arlene Tai] *
1 [David Denman] *
1 [Deep Roy] *
1 [Matthew McGrory] *
1 [Missi Pyle] *
1 [Perry Walston] *
1 [Robert Guillaume] *
1 [Rachel Roberts] *
1 [Michael York] *
1 [Vanessa Redgrave] *
1 [Martin Balsam] *
1 [Vernon Dobtcheff] *
1 [Phil Dunster] *
1 [Sergei Polunin] *
1 [Manuel Garcia-Rulfo] *
1 [Jacqueline Bisset] *
1 [Jean-Pierre Cassel] *
1 [Anthony Perkins] *
1 [Lauren Bacall] *
1 [Colin Blakely] *
1 [Denis Quilley] *
1 [George Coulouris] *
1 [Ingrid Bergman] *
1 [John Gielgud] *
1 [Richard Widmark] *
1 [Wendy Hiller] *
1 [Matt Damon] *
1 [Scott Glenn] *
1 [Julia Stiles] *
1 [Daniel Brühl] *
1 [David Strathairn] *
1 [Joan Allen] *
1 [Colin Stinton] *
1 [Arkie Reece] *
1 [Bryan Reents] *
1 [Corey Johnson] *
1 [Dan Fredenburgh] *
1 [Edgar Ramírez] *
1 [Joey Ansah] *
1 [John Roberson] *
1 [Lucy Liemann] *
1 [Tom Gallop]
)
= 1.67
Outbound
5
Tags on post
Inbound
5
Posts tagging this
Connections
94
Total nodes
Base Node Strength
25
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.67%
(2.90 × 1093 overall)
Dominant nodes (excluded from chart)Murder on the Orient Express 10.80%Erin Brockovich 9.75%Skyfall 9.75%Big Fish 9.75%The Bourne Ultimatum 7.80%Steve Buscemi 7.80%Ewan McGregor 4.56%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)