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 78 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 25 *
( 12 [Shauna Hansen] *
20 [Shaun Toub] *
20 [Javier Bardem] *
30 [Chris Messina] *
56 [William Sadler] *
56 [Rafe Spall] *
342 [The BFG] *
49 [The Town] *
49 [Pete Postlethwaite] *
64 [Ben Affleck] *
16 [Jon Hamm] *
16 [Titus Welliver] *
16 [Blake Lively] *
1 [2010 TIFF premiere of The Town] *
64 [Gwyneth Paltrow] *
81 [Jon Favreau] *
289 [Iron Man 3] *
36 [Ben Kingsley] *
4 [Dale Dickey] *
121 [Don Cheadle] *
36 [Guy Pearce] *
9 [James Badge Dale] *
1 [Matthew Sterling Nye] *
9 [Pat Kiernan] *
49 [Paul Bettany] *
196 [Robert Downey Jr.] *
1 [Stephanie Szostak] *
16 [Ty Simpkins] *
1 [Xueqi Wang] *
324 [The Prestige] *
361 [Vicky Cristina Barcelona] *
4 [Mark Ryan] *
9 [david bowie] *
169 [Christian Bale] *
196 [Scarlett Johansson] *
81 [Andy Serkis] *
196 [Michael Caine] *
9 [Jamie Harris] *
49 [Hugh Jackman] *
16 [Christopher Neame] *
9 [Daniel Davis] *
1 [Jim Piddock] *
1 [Monty Stuart] *
25 [Piper Perabo] *
64 [Ricky Jay] *
16 [Roger Rees] *
16 [Ron Perkins] *
4 [Samantha Mahurin] *
64 [Jemaine Clement] *
16 [Devyn Dalton] *
4 [Michael Adamthwaite] *
36 [Haig Sutherland] *
16 [Penelope Wilton] *
4 [Paul Moniz de Sa] *
9 [Mark Rylance] *
25 [Adam Godley] *
16 [Ólafur Darri Ólafsson] *
1 [Callum Seagram Airlie] *
16 [Chris Gibbs] *
16 [Daniel Bacon] *
1 [Jonathan Holmes] *
16 [Marilyn Norry] *
16 [Ruby Barnhill] *
9 [Patricia Clarkson] *
9 [Kevin Dunn] *
16 [Penélope Cruz] *
1 [Christopher Evan Welch] *
1 [Emilio de Benito] *
1 [Joel Joan] *
1 [Juan Quesada] *
1 [Lloll Bertran] *
1 [Maurice Sonnenberg] *
1 [Ricard Salom] *
1 [Jaume Montané] *
1 [Josep Maria Domènech] *
1 [Julio Perillán] *
1 [Manel Barceló] *
1 [Sílvia Sabaté]
)
= 1.89 x 10^85
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.33 [Shauna Hansen] *
1.25 [Shaun Toub] *
1.25 [Javier Bardem] *
1.2 [Chris Messina] *
1.14 [William Sadler] *
1.14 [Rafe Spall] *
1.06 [The BFG] *
1 [The Town] *
1 [Pete Postlethwaite] *
1 [Ben Affleck] *
1 [Jon Hamm] *
1 [Titus Welliver] *
1 [Blake Lively] *
1 [2010 TIFF premiere of The Town] *
1 [Gwyneth Paltrow] *
1 [Jon Favreau] *
1 [Iron Man 3] *
1 [Ben Kingsley] *
1 [Dale Dickey] *
1 [Don Cheadle] *
1 [Guy Pearce] *
1 [James Badge Dale] *
1 [Matthew Sterling Nye] *
1 [Pat Kiernan] *
1 [Paul Bettany] *
1 [Robert Downey Jr.] *
1 [Stephanie Szostak] *
1 [Ty Simpkins] *
1 [Xueqi Wang] *
1 [The Prestige] *
1 [Vicky Cristina Barcelona] *
1 [Mark Ryan] *
1 [david bowie] *
1 [Christian Bale] *
1 [Scarlett Johansson] *
1 [Andy Serkis] *
1 [Michael Caine] *
1 [Jamie Harris] *
1 [Hugh Jackman] *
1 [Christopher Neame] *
1 [Daniel Davis] *
1 [Jim Piddock] *
1 [Monty Stuart] *
1 [Piper Perabo] *
1 [Ricky Jay] *
1 [Roger Rees] *
1 [Ron Perkins] *
1 [Samantha Mahurin] *
1 [Jemaine Clement] *
1 [Devyn Dalton] *
1 [Michael Adamthwaite] *
1 [Haig Sutherland] *
1 [Penelope Wilton] *
1 [Paul Moniz de Sa] *
1 [Mark Rylance] *
1 [Adam Godley] *
1 [Ólafur Darri Ólafsson] *
1 [Callum Seagram Airlie] *
1 [Chris Gibbs] *
1 [Daniel Bacon] *
1 [Jonathan Holmes] *
1 [Marilyn Norry] *
1 [Ruby Barnhill] *
1 [Patricia Clarkson] *
1 [Kevin Dunn] *
1 [Penélope Cruz] *
1 [Christopher Evan Welch] *
1 [Emilio de Benito] *
1 [Joel Joan] *
1 [Juan Quesada] *
1 [Lloll Bertran] *
1 [Maurice Sonnenberg] *
1 [Ricard Salom] *
1 [Jaume Montané] *
1 [Josep Maria Domènech] *
1 [Julio Perillán] *
1 [Manel Barceló] *
1 [Sílvia Sabaté]
)
= 3.45
Outbound
5
Tags on post
Inbound
5
Posts tagging this
Connections
78
Total nodes
Base Node Strength
25
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.71%
(1.89 × 1085 overall)
Dominant nodes (excluded from chart)Vicky Cristina Barcelona 10.21%The BFG 9.67%The Prestige 9.16%Iron Man 3 8.17%Robert Downey Jr. 5.54%Scarlett Johansson 5.54%Michael Caine 5.54%Christian Bale 4.78%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)