JamesBremner / so77307162

Group graph vertices according to attributes.
1 stars 0 forks source link

Calculation of non-zero target group size #19

Closed JamesBremner closed 1 year ago

JamesBremner commented 1 year ago

target group size = (Average locality deficit in a given region * Desired group size)

For REG93, that would be

(-3500/943) * 32 = -118.750
JamesBremner commented 1 year ago

This will have to wait until the group definition is changed to allow non-zero target for the group sums.

JamesBremner commented 1 year ago

For simplicity, I will add a display of the average locality deficit.

Usage:

remidelattre commented 1 year ago

This is a great idea :) . Avoids having to open the sample in a spreadsheet app and calculate it everytime.

JamesBremner commented 1 year ago

image