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 19 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 1 *
( 2 [Carlton Township] *
2 [Prairieville Township] *
2 [Michigan State Historic Sites in Barry County] *
6 [Sanborn Fire Insurance Map from Nashville, Barry County, Michigan] *
456 [Barry County] *
30 [Hastings, Michigan] *
1 [Charlton Park Historic Village and Museum] *
4 [Hastings Township] *
1 [County roads in Barry County] *
9 [Middleville] *
4 [Hope Township] *
4 [Sanborn Fire Insurance Map from Nashville] *
4 [Hastings Township, Barry County, Michigan] *
4 [Birds of Barry County, Michigan] *
1 [County roads in Barry County, Michigan] *
1 [Hickory Corners, Michigan] *
4 [Hope Township, Barry County, Michigan] *
1 [Irving Township, Michigan] *
4 [National Register of Historic Places in Barry County, Michigan]
)
= 96.83B
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 2 [Carlton Township] *
2 [Prairieville Township] *
2 [Michigan State Historic Sites in Barry County] *
1.5 [Sanborn Fire Insurance Map from Nashville, Barry County, Michigan] *
1.26 [Barry County] *
1.2 [Hastings, Michigan] *
1 [Charlton Park Historic Village and Museum] *
1 [Hastings Township] *
1 [County roads in Barry County] *
1 [Middleville] *
1 [Hope Township] *
1 [Sanborn Fire Insurance Map from Nashville] *
1 [Hastings Township, Barry County, Michigan] *
1 [Birds of Barry County, Michigan] *
1 [County roads in Barry County, Michigan] *
1 [Hickory Corners, Michigan] *
1 [Hope Township, Barry County, Michigan] *
1 [Irving Township, Michigan] *
1 [National Register of Historic Places in Barry County, Michigan]
)
= 18.19