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, 1) = 1
$outbound = max(1, 1) = 1
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 1 * 1 = 1
Base_Influence (IV) = $inbound / $outbound = 1 / 1 = 1
// 3. Exponential Network Values (accumulating 18 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 1 *
( 4 [john ritter] *
36 [Michael Richards] *
64 [Jack Warden] *
36 [Amy Yasbeck] *
324 [Problem Child] *
25 [Peter Jurasik] *
1 [Adam Anderly] *
1 [Anna Marie Allred] *
1 [Charlotte Akin] *
1 [Cody Beard] *
36 [Dennis Dugan] *
1 [Eli Cummins] *
9 [Gilbert Gottfried] *
16 [John S. Davies] *
1 [Jordan Burton] *
1 [Justin Elledge] *
1 [Michael Oliver] *
1 [Vince Davis]
)
= 13.93T
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [john ritter] *
1 [Michael Richards] *
1 [Jack Warden] *
1 [Amy Yasbeck] *
1 [Problem Child] *
1 [Peter Jurasik] *
1 [Adam Anderly] *
1 [Anna Marie Allred] *
1 [Charlotte Akin] *
1 [Cody Beard] *
1 [Dennis Dugan] *
1 [Eli Cummins] *
1 [Gilbert Gottfried] *
1 [John S. Davies] *
1 [Jordan Burton] *
1 [Justin Elledge] *
1 [Michael Oliver] *
1 [Vince Davis]
)
= 1
Outbound
1
Tags on post
Inbound
1
Posts tagging this
Connections
18
Total nodes
Base Node Strength
1
Base Node Influence
1
Strength Share (vs Direct Neighbours)
Dominant nodes (excluded from chart)Problem Child 57.86%Jack Warden 11.43%Michael Richards 6.43%Amy Yasbeck 6.43%Dennis Dugan 6.43%Peter Jurasik 4.46%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)