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, 7) = 7
$outbound = max(1, 7) = 7
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 7 * 7 = 49
Base_Influence (IV) = $inbound / $outbound = 7 / 7 = 1
// 3. Exponential Network Values (accumulating 79 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 49 *
( 12 [Jayne Wisener] *
20 [Colin Higgins] *
56 [Les Misérables] *
4 [Ed Sanders] *
121 [Johnny Depp] *
81 [Helena Bonham Carter] *
324 [Sweeney Todd: The Demon Barber of Fleet Street] *
36 [Alan Rickman] *
25 [Timothy Spall] *
4 [Jamie Campbell Bower] *
1 [Aron Paramor] *
1 [Ava May] *
1 [Gabriella Freeman] *
1 [Gracie May Weldon] *
1 [Jody Halse] *
16 [Laura Michelle Kelly] *
16 [Lee Whitlock] *
1 [Mandy Holliday] *
1 [Nick Haverson] *
16 [Mike Sarne] *
49 [Russell Crowe] *
49 [Hugh Jackman] *
16 [Hannah Waddingham] *
16 [Ellie Bamber] *
289 [Talladega Nights: The Ballad of Ricky Bobby] *
400 [The Trial of the Chicago 7] *
1 [Borat] *
256 [Borat Subsequent Moviefilm] *
1 [Brüno] *
36 [Joseph Gordon-Levitt] *
64 [Michael Keaton] *
25 [Caitlin FitzGerald] *
16 [Michelle Hurst] *
25 [Damian Young] *
64 [John Carroll Lynch] *
16 [Alex Sharp] *
9 [Ben Shenkman] *
1 [Brady Jenness] *
1 [Danny Flaherty] *
4 [Eddie Redmayne] *
9 [Frank Langella] *
16 [J.C. MacKenzie] *
9 [Jeremy Strong] *
49 [John Doman] *
4 [Kelvin Harrison Jr.] *
9 [Mark Rylance] *
16 [Noah Robbins] *
16 [Yahya Abdul-Mateen II] *
64 [John C. Reilly] *
16 [Jane Lynch] *
9 [Gary Cole] *
1 [Greg Germann] *
100 [Amy Adams] *
9 [Jason Davis] *
9 [Jake Johnson] *
121 [Molly Shannon] *
81 [Pat Hingle] *
16 [Jack Blessing] *
16 [Andy Richter] *
25 [David Koechner] *
9 [Ian Roberts] *
1 [Jack McBrayer] *
4 [Leslie Bibb] *
1 [Lorrie Bess Crumley] *
9 [Jim Russell] *
121 [Tom Hanks] *
9 [Maria Bakalova] *
1 [Alin Popa] *
1 [Chase Fein] *
1 [Dani Popescu] *
1 [Ion Gheorghe] *
1 [Jair Bolsonaro] *
1 [Jerry Holleman] *
1 [Luca Nelu] *
1 [Macy Chanel] *
1 [Marcela Codrea] *
1 [Nicolae Gheorghe] *
4 [Stephen Stanton] *
1 [Tamara Georgievna Abrosimova]
)
= 7.37 x 10^75
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.33 [Jayne Wisener] *
1.25 [Colin Higgins] *
1.14 [Les Misérables] *
1 [Ed Sanders] *
1 [Johnny Depp] *
1 [Helena Bonham Carter] *
1 [Sweeney Todd: The Demon Barber of Fleet Street] *
1 [Alan Rickman] *
1 [Timothy Spall] *
1 [Jamie Campbell Bower] *
1 [Aron Paramor] *
1 [Ava May] *
1 [Gabriella Freeman] *
1 [Gracie May Weldon] *
1 [Jody Halse] *
1 [Laura Michelle Kelly] *
1 [Lee Whitlock] *
1 [Mandy Holliday] *
1 [Nick Haverson] *
1 [Mike Sarne] *
1 [Russell Crowe] *
1 [Hugh Jackman] *
1 [Hannah Waddingham] *
1 [Ellie Bamber] *
1 [Talladega Nights: The Ballad of Ricky Bobby] *
1 [The Trial of the Chicago 7] *
1 [Borat] *
1 [Borat Subsequent Moviefilm] *
1 [Brüno] *
1 [Joseph Gordon-Levitt] *
1 [Michael Keaton] *
1 [Caitlin FitzGerald] *
1 [Michelle Hurst] *
1 [Damian Young] *
1 [John Carroll Lynch] *
1 [Alex Sharp] *
1 [Ben Shenkman] *
1 [Brady Jenness] *
1 [Danny Flaherty] *
1 [Eddie Redmayne] *
1 [Frank Langella] *
1 [J.C. MacKenzie] *
1 [Jeremy Strong] *
1 [John Doman] *
1 [Kelvin Harrison Jr.] *
1 [Mark Rylance] *
1 [Noah Robbins] *
1 [Yahya Abdul-Mateen II] *
1 [John C. Reilly] *
1 [Jane Lynch] *
1 [Gary Cole] *
1 [Greg Germann] *
1 [Amy Adams] *
1 [Jason Davis] *
1 [Jake Johnson] *
1 [Molly Shannon] *
1 [Pat Hingle] *
1 [Jack Blessing] *
1 [Andy Richter] *
1 [David Koechner] *
1 [Ian Roberts] *
1 [Jack McBrayer] *
1 [Leslie Bibb] *
1 [Lorrie Bess Crumley] *
1 [Jim Russell] *
1 [Tom Hanks] *
1 [Maria Bakalova] *
1 [Alin Popa] *
1 [Chase Fein] *
1 [Dani Popescu] *
1 [Ion Gheorghe] *
1 [Jair Bolsonaro] *
1 [Jerry Holleman] *
1 [Luca Nelu] *
1 [Macy Chanel] *
1 [Marcela Codrea] *
1 [Nicolae Gheorghe] *
1 [Stephen Stanton] *
1 [Tamara Georgievna Abrosimova]
)
= 1.9
Outbound
7
Tags on post
Inbound
7
Posts tagging this
Connections
79
Total nodes
Base Node Strength
49
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.70%
(7.37 × 1075 overall)
Dominant nodes (excluded from chart)The Trial of the Chicago 7 13.85%Sweeney Todd: The Demon Barber of Fleet Street 11.21%Talladega Nights: The Ballad of Ricky Bobby 10.00%Borat Subsequent Moviefilm 8.86%Johnny Depp 4.19%Molly Shannon 4.19%Tom Hanks 4.19%Amy Adams 3.46%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)