- #1
marcophys
- 152
- 20
- TL;DR Summary
- From a data set with known median and population distribution - create a new data set from a variable median
Hello everyone :)
I'm struggling to wrap my head around recalculating a data set based upon median.
The data set represents a fixed distribution pattern of population to income group.
There is no data available for 'population to income group' at differing medians, hence we accept the distribution pattern as constant.
The population groups are calculated from the total population * multiplier (or vice versa).
Required
Create a new table, by changing the median.
In fact, the median will be quoted by 'Income'.
Unlike the 5k intervals as shown in the image; the income range (and population groups) can be modified to display 1k intervals to a maximum known 250k.
Thereafter the final group will be 'Over 250k'.
By displaying 1k intervals, the median can be found using cross referencing.
Notes:
I have yet to develop the table to produce the income median value.
Instead, I wanted to see if anyone knows how the median can be linked to the multipliers
In effect, the median could then recalculate the multipliers, and generate a new table.
In this way, a lower median would cause the population groups to the left to increase, and to the right to decrease, according to the initial distribution pattern.
It is understood, that the initial distribution pattern may not apply perfectly to the new median, but it will produce a more relevant distribution, than not redistributing the population.
Clearly, I can simply query the original data set and disregard medians.
However, including medians would produce more accurate results; hence my willingness to put the effort in.
Hopefully someone has dealt with similar requirements, and can share their knowledge :)
I'm struggling to wrap my head around recalculating a data set based upon median.
The data set represents a fixed distribution pattern of population to income group.
There is no data available for 'population to income group' at differing medians, hence we accept the distribution pattern as constant.
The population groups are calculated from the total population * multiplier (or vice versa).
Required
Create a new table, by changing the median.
In fact, the median will be quoted by 'Income'.
Unlike the 5k intervals as shown in the image; the income range (and population groups) can be modified to display 1k intervals to a maximum known 250k.
Thereafter the final group will be 'Over 250k'.
By displaying 1k intervals, the median can be found using cross referencing.
Notes:
I have yet to develop the table to produce the income median value.
Instead, I wanted to see if anyone knows how the median can be linked to the multipliers
In effect, the median could then recalculate the multipliers, and generate a new table.
In this way, a lower median would cause the population groups to the left to increase, and to the right to decrease, according to the initial distribution pattern.
It is understood, that the initial distribution pattern may not apply perfectly to the new median, but it will produce a more relevant distribution, than not redistributing the population.
Clearly, I can simply query the original data set and disregard medians.
However, including medians would produce more accurate results; hence my willingness to put the effort in.
Hopefully someone has dealt with similar requirements, and can share their knowledge :)