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, 7) = 7
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 6 * 7 = 42
Base_Influence (IV) = $inbound / $outbound = 6 / 7 = 0.8571
// 3. Exponential Network Values (accumulating 80 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 42 *
( 4 [working-girl] *
15 [Debra Christofferson] *
6 [Libby Titus] *
12 [Justin Shenkarow] *
12 [Jonathan Osser] *
12 [Sam Catlin] *
20 [Ray Walston] *
1 [Michael Keenan] *
49 [Kathy Baker] *
121 [Don Cheadle] *
361 [Picket Fences] *
16 [Adam Wylie] *
36 [Costas Mandylor] *
4 [Dabbs Greer] *
1 [Fyvush Finkel] *
1 [Holly Marie Combs] *
1 [Kelly Connell] *
16 [Lauren Holly] *
16 [Leigh Taylor-Young] *
25 [Marlee Matlin] *
4 [Roy Brocksmith] *
16 [Roy Dotrice] *
9 [Tom Skerritt] *
16 [Zelda Rubinstein] *
49 [Frankie Faison] *
49 [Clark Gregg] *
49 [Colleen Camp] *
36 [Philip Baker Hall] *
196 [Scarlett Johansson] *
9 [David Paymer] *
36 [Topher Grace] *
25 [Selma Blair] *
16 [Marg Helgenberger] *
25 [Zena Grey] *
324 [In Good Company] *
25 [Dennis Quaid] *
1 [Jon Collin Barclay] *
9 [Kevin Chapman] *
4 [Lauren Tom] *
1 [Ron Bottitta] *
9 [Shishir Kurup] *
4 [Ty Burrell] *
4 [Tim Conway] *
9 [Jordan Baker] *
16 [Kyle Sabihy] *
36 [Jan Hooks] *
9 [Richard Lewis] *
324 [Hiller and Diller] *
25 [Allison Mack] *
16 [Bodhi Elfman] *
1 [Eugene Levy] *
1 [Faryn Einhorn] *
25 [Jeremy Foley] *
1 [Jill Bernard] *
16 [Kevin Nealon] *
1 [Michael Winters] *
16 [Nana Visitor] *
1 [Robert Curtis Brown] *
1 [Scott Hartman] *
16 [Sarah Bolger] *
4 [The Lazarus Effect] *
324 [White Oleander] *
64 [Robin Wright] *
36 [Michelle Pfeiffer] *
25 [John Billingsley] *
25 [Alison Lohman] *
4 [Liz Stauber] *
1 [Darlene Bohorquez] *
1 [Elisa Bocanegra] *
1 [Marc Donato] *
9 [Patrick Fugit] *
16 [Scott Allan Campbell] *
1 [Sean Happy] *
1 [Solomon Burke Jr.] *
1 [Svetlana Efremova] *
1 [Vernon Haas] *
16 [Renée Zellweger] *
72 [Joan Cusack] *
30 [Philip Bosco] *
20 [Working Girl]
)
= 7.90 x 10^81
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 0.8571 *
( 4 [working-girl] *
1.67 [Debra Christofferson] *
1.5 [Libby Titus] *
1.33 [Justin Shenkarow] *
1.33 [Jonathan Osser] *
1.33 [Sam Catlin] *
1.25 [Ray Walston] *
1 [Michael Keenan] *
1 [Kathy Baker] *
1 [Don Cheadle] *
1 [Picket Fences] *
1 [Adam Wylie] *
1 [Costas Mandylor] *
1 [Dabbs Greer] *
1 [Fyvush Finkel] *
1 [Holly Marie Combs] *
1 [Kelly Connell] *
1 [Lauren Holly] *
1 [Leigh Taylor-Young] *
1 [Marlee Matlin] *
1 [Roy Brocksmith] *
1 [Roy Dotrice] *
1 [Tom Skerritt] *
1 [Zelda Rubinstein] *
1 [Frankie Faison] *
1 [Clark Gregg] *
1 [Colleen Camp] *
1 [Philip Baker Hall] *
1 [Scarlett Johansson] *
1 [David Paymer] *
1 [Topher Grace] *
1 [Selma Blair] *
1 [Marg Helgenberger] *
1 [Zena Grey] *
1 [In Good Company] *
1 [Dennis Quaid] *
1 [Jon Collin Barclay] *
1 [Kevin Chapman] *
1 [Lauren Tom] *
1 [Ron Bottitta] *
1 [Shishir Kurup] *
1 [Ty Burrell] *
1 [Tim Conway] *
1 [Jordan Baker] *
1 [Kyle Sabihy] *
1 [Jan Hooks] *
1 [Richard Lewis] *
1 [Hiller and Diller] *
1 [Allison Mack] *
1 [Bodhi Elfman] *
1 [Eugene Levy] *
1 [Faryn Einhorn] *
1 [Jeremy Foley] *
1 [Jill Bernard] *
1 [Kevin Nealon] *
1 [Michael Winters] *
1 [Nana Visitor] *
1 [Robert Curtis Brown] *
1 [Scott Hartman] *
1 [Sarah Bolger] *
1 [The Lazarus Effect] *
1 [White Oleander] *
1 [Robin Wright] *
1 [Michelle Pfeiffer] *
1 [John Billingsley] *
1 [Alison Lohman] *
1 [Liz Stauber] *
1 [Darlene Bohorquez] *
1 [Elisa Bocanegra] *
1 [Marc Donato] *
1 [Patrick Fugit] *
1 [Scott Allan Campbell] *
1 [Sean Happy] *
1 [Solomon Burke Jr.] *
1 [Svetlana Efremova] *
1 [Vernon Haas] *
1 [Renée Zellweger] *
0.8889 [Joan Cusack] *
0.8333 [Philip Bosco] *
0.8 [Working Girl]
)
= 15.05
Outbound
6
Tags on post
Inbound
7
Posts tagging this
Connections
80
Total nodes
Base Node Strength
42
Base Node Influence
0.8571
Strength Share (vs Direct Neighbours)
1.47%
(7.90 × 1081 overall)
Dominant nodes (excluded from chart)Picket Fences 12.65%In Good Company 11.36%Hiller and Diller 11.36%White Oleander 11.36%Scarlett Johansson 6.87%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)