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 81 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 49 *
( 64 [Robin Wright] *
49 [The Princess Bride] *
4 [Fred Savage] *
16 [Mandy Patinkin] *
16 [Cary Elwes] *
16 [Malcolm Storry] *
16 [Betsy Brantley] *
64 [Gwyneth Paltrow] *
4 [Emily Meade] *
225 [Mark Ruffalo] *
36 [Michaela Watkins] *
25 [Josh Gad] *
64 [Tim Robbins] *
4 [Stuart Blumberg] *
289 [Thanks for Sharing] *
4 [Poorna Jagannathan] *
9 [Patrick Fugit] *
1 [Geoffrey Molloy] *
1 [Kenneth Maharaj] *
1 [Meng Ai] *
1 [Natalia Volkodaeva] *
1 [Okieriete Onaodowan] *
1 [Paul Urcioli] *
9 [Isiah Whitlock Jr.] *
16 [Lance Henriksen] *
16 [Dick Anthony Williams] *
9 [Marcia Jean Kurtz] *
49 [Al Pacino] *
324 [Dog Day Afternoon] *
16 [John Cazale] *
1 [Amy Levitt] *
16 [Beulah Garrick] *
1 [Carmine Foresta] *
36 [Charles Durning] *
16 [Estelle Omens] *
36 [Floyd Levine] *
1 [Gary Springer] *
1 [James Broderick] *
1 [John Marriott] *
25 [Penelope Allen] *
1 [Sandra Kazan] *
16 [Sully Boyar] *
324 [In the Soup] *
361 [My Blue Heaven] *
4 [Addams Family Values] *
1 [The Pacifier] *
4 [Jim Jarmusch] *
100 [Stanley Tucci] *
289 [Steve Buscemi] *
49 [Debi Mazar] *
121 [Will Patton] *
9 [Seymour Cassel] *
16 [Jennifer Beals] *
1 [Rockets Redglare] *
1 [David Cantler] *
25 [Elizabeth Bracco] *
1 [Francesco Messina] *
16 [Pat Moya] *
1 [Ruth Maleczech] *
9 [Sam Rockwell] *
4 [Steven Randazzo] *
1 [Tessie Hogan] *
25 [Steve Martin] *
49 [Colleen Camp] *
16 [Joel Polis] *
16 [Daniel Stern] *
9 [William Hickey] *
25 [Rick Moranis] *
49 [Ed Lauter] *
9 [Bill Irwin] *
1 [Corey Carrier] *
1 [Deborah Rush] *
1 [Gordon Currie] *
4 [Jesse Bradford] *
4 [Julie Bovasso] *
1 [Melanie Mayron] *
1 [Robert Miranda] *
1 [Seth Jaffe] *
1 [Raymond O'Connor] *
16 [Sam McMurray] *
72 [Joan Cusack]
)
= 1.48 x 10^78
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Robin Wright] *
1 [The Princess Bride] *
1 [Fred Savage] *
1 [Mandy Patinkin] *
1 [Cary Elwes] *
1 [Malcolm Storry] *
1 [Betsy Brantley] *
1 [Gwyneth Paltrow] *
1 [Emily Meade] *
1 [Mark Ruffalo] *
1 [Michaela Watkins] *
1 [Josh Gad] *
1 [Tim Robbins] *
1 [Stuart Blumberg] *
1 [Thanks for Sharing] *
1 [Poorna Jagannathan] *
1 [Patrick Fugit] *
1 [Geoffrey Molloy] *
1 [Kenneth Maharaj] *
1 [Meng Ai] *
1 [Natalia Volkodaeva] *
1 [Okieriete Onaodowan] *
1 [Paul Urcioli] *
1 [Isiah Whitlock Jr.] *
1 [Lance Henriksen] *
1 [Dick Anthony Williams] *
1 [Marcia Jean Kurtz] *
1 [Al Pacino] *
1 [Dog Day Afternoon] *
1 [John Cazale] *
1 [Amy Levitt] *
1 [Beulah Garrick] *
1 [Carmine Foresta] *
1 [Charles Durning] *
1 [Estelle Omens] *
1 [Floyd Levine] *
1 [Gary Springer] *
1 [James Broderick] *
1 [John Marriott] *
1 [Penelope Allen] *
1 [Sandra Kazan] *
1 [Sully Boyar] *
1 [In the Soup] *
1 [My Blue Heaven] *
1 [Addams Family Values] *
1 [The Pacifier] *
1 [Jim Jarmusch] *
1 [Stanley Tucci] *
1 [Steve Buscemi] *
1 [Debi Mazar] *
1 [Will Patton] *
1 [Seymour Cassel] *
1 [Jennifer Beals] *
1 [Rockets Redglare] *
1 [David Cantler] *
1 [Elizabeth Bracco] *
1 [Francesco Messina] *
1 [Pat Moya] *
1 [Ruth Maleczech] *
1 [Sam Rockwell] *
1 [Steven Randazzo] *
1 [Tessie Hogan] *
1 [Steve Martin] *
1 [Colleen Camp] *
1 [Joel Polis] *
1 [Daniel Stern] *
1 [William Hickey] *
1 [Rick Moranis] *
1 [Ed Lauter] *
1 [Bill Irwin] *
1 [Corey Carrier] *
1 [Deborah Rush] *
1 [Gordon Currie] *
1 [Jesse Bradford] *
1 [Julie Bovasso] *
1 [Melanie Mayron] *
1 [Robert Miranda] *
1 [Seth Jaffe] *
1 [Raymond O'Connor] *
1 [Sam McMurray] *
0.8889 [Joan Cusack]
)
= 0.8889
Outbound
7
Tags on post
Inbound
7
Posts tagging this
Connections
81
Total nodes
Base Node Strength
49
Base Node Influence
1
Strength Share (vs Direct Neighbours)
1.54%
(1.48 × 1078 overall)
Dominant nodes (excluded from chart)My Blue Heaven 11.32%Dog Day Afternoon 10.16%In the Soup 10.16%Thanks for Sharing 9.07%Steve Buscemi 9.07%Mark Ruffalo 7.06%Will Patton 3.80%Stanley Tucci 3.14%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)