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, 6) = 6
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 7 * 6 = 42
Base_Influence (IV) = $inbound / $outbound = 7 / 6 = 1.1667
// 3. Exponential Network Values (accumulating 89 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 42 *
( 2 [Lucinda Dooling] *
12 [Terry Beaver] *
20 [Mark Holden] *
20 [Woodrow Parfrey] *
1 [Dorothy Shay] *
529 [The Waltons] *
4 [David W. Harper] *
16 [Ellen Corby] *
16 [Joe Conley] *
16 [Judy Norton Taylor] *
16 [Kami Cotler] *
16 [Mary Elizabeth McDonough] *
9 [Michael Learned] *
9 [Ralph Waite] *
1 [Ronnie Claire Edwards] *
9 [Will Geer] *
4 [Eric Scott] *
25 [Jon Walmsley] *
4 [Judy Norton] *
25 [Richard Thomas] *
1 [Earl Hamner Jr.] *
16 [Helen Kleeb] *
36 [Marshall Reed] *
9 [Mary Jackson] *
1 [Michael Reed] *
4 [Peggy Rea] *
16 [Barbara Eda-Young] *
9 [Alex Colin-Tocquaine] *
289 [Lovely But Deadly] *
4 [John Randolph] *
25 [Mel Novak] *
9 [Richard Herd] *
1 [Gordon Haight] *
1 [Irwin Keyes] *
9 [Judd Omen] *
1 [Linda Shayne] *
1 [Marie Windsor] *
1 [Marvin Katzoff] *
16 [Pamela Jean Bryant] *
16 [Rick Moser] *
1 [Susan Mechsner] *
1 [Vincent Roberts] *
25 [Wendell Wright] *
4 [Andrew Duggan] *
324 [The Homecoming: A Christmas Story] *
9 [Cleavon Little] *
36 [David Huddleston] *
25 [Dorothy Stickney] *
25 [Edgar Bergen] *
25 [Josephine Hutchinson] *
36 [Patricia Neal] *
1 [Sally Chamberlin] *
4 [William Windom] *
361 [Impure Thoughts] *
324 [The New Adventures of Old Christine] *
4 [Heaven Sent] *
49 [Brad Dourif] *
1 [Benji Wilhoite] *
1 [Carol Haynes] *
1 [Dennis Harrington] *
1 [Donna Smith] *
9 [J.J. Sacha] *
9 [Jason Jones] *
36 [John Putch] *
16 [Judith Anderson] *
9 [Lane Davies] *
16 [Mary Nell Santacroce] *
9 [Muriel Moore] *
1 [Randi Layne] *
1 [Sam McPhaul] *
4 [Sandra Dorsey] *
49 [Clark Gregg] *
25 [Scott Bakula] *
9 [Jordan Baker] *
1 [Alex Kapp] *
4 [Blair Underwood] *
25 [Emily Rutherfurd] *
16 [Eric McCormack] *
1 [Hamish Linklater] *
25 [Julia Louis-Dreyfus] *
1 [Lily Goff] *
1 [Marissa Blanchard] *
25 [Matt Letscher] *
36 [Michaela Watkins] *
4 [Nancy Lenehan] *
16 [Trevor Gagnon] *
25 [Wanda Sykes] *
4 [Tricia O'Kelley] *
6 [Mortuary]
)
= 2.33 x 10^82
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1.1667 *
( 2 [Lucinda Dooling] *
1.33 [Terry Beaver] *
1.25 [Mark Holden] *
1.25 [Woodrow Parfrey] *
1 [Dorothy Shay] *
1 [The Waltons] *
1 [David W. Harper] *
1 [Ellen Corby] *
1 [Joe Conley] *
1 [Judy Norton Taylor] *
1 [Kami Cotler] *
1 [Mary Elizabeth McDonough] *
1 [Michael Learned] *
1 [Ralph Waite] *
1 [Ronnie Claire Edwards] *
1 [Will Geer] *
1 [Eric Scott] *
1 [Jon Walmsley] *
1 [Judy Norton] *
1 [Richard Thomas] *
1 [Earl Hamner Jr.] *
1 [Helen Kleeb] *
1 [Marshall Reed] *
1 [Mary Jackson] *
1 [Michael Reed] *
1 [Peggy Rea] *
1 [Barbara Eda-Young] *
1 [Alex Colin-Tocquaine] *
1 [Lovely But Deadly] *
1 [John Randolph] *
1 [Mel Novak] *
1 [Richard Herd] *
1 [Gordon Haight] *
1 [Irwin Keyes] *
1 [Judd Omen] *
1 [Linda Shayne] *
1 [Marie Windsor] *
1 [Marvin Katzoff] *
1 [Pamela Jean Bryant] *
1 [Rick Moser] *
1 [Susan Mechsner] *
1 [Vincent Roberts] *
1 [Wendell Wright] *
1 [Andrew Duggan] *
1 [The Homecoming: A Christmas Story] *
1 [Cleavon Little] *
1 [David Huddleston] *
1 [Dorothy Stickney] *
1 [Edgar Bergen] *
1 [Josephine Hutchinson] *
1 [Patricia Neal] *
1 [Sally Chamberlin] *
1 [William Windom] *
1 [Impure Thoughts] *
1 [The New Adventures of Old Christine] *
1 [Heaven Sent] *
1 [Brad Dourif] *
1 [Benji Wilhoite] *
1 [Carol Haynes] *
1 [Dennis Harrington] *
1 [Donna Smith] *
1 [J.J. Sacha] *
1 [Jason Jones] *
1 [John Putch] *
1 [Judith Anderson] *
1 [Lane Davies] *
1 [Mary Nell Santacroce] *
1 [Muriel Moore] *
1 [Randi Layne] *
1 [Sam McPhaul] *
1 [Sandra Dorsey] *
1 [Clark Gregg] *
1 [Scott Bakula] *
1 [Jordan Baker] *
1 [Alex Kapp] *
1 [Blair Underwood] *
1 [Emily Rutherfurd] *
1 [Eric McCormack] *
1 [Hamish Linklater] *
1 [Julia Louis-Dreyfus] *
1 [Lily Goff] *
1 [Marissa Blanchard] *
1 [Matt Letscher] *
1 [Michaela Watkins] *
1 [Nancy Lenehan] *
1 [Trevor Gagnon] *
1 [Wanda Sykes] *
1 [Tricia O'Kelley] *
0.6667 [Mortuary]
)
= 3.24
Outbound
7
Tags on post
Inbound
6
Posts tagging this
Connections
89
Total nodes
Base Node Strength
42
Base Node Influence
1.1667
Strength Share (vs Direct Neighbours)
1.45%
(2.33 × 1082 overall)
Dominant nodes (excluded from chart)The Waltons 18.23%Impure Thoughts 12.44%The Homecoming: A Christmas Story 11.16%The New Adventures of Old Christine 11.16%Lovely But Deadly 9.96%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)