census-data-aggregator icon indicating copy to clipboard operation
census-data-aggregator copied to clipboard

disaggregation functions

Open sastoudt opened this issue 6 years ago • 4 comments

Functions for breaking geographic units into different geographic units and recalculating quantities of interest [with and without margin of error].

  • sums
  • medians
  • means

sastoudt avatar Aug 20 '19 00:08 sastoudt

Proof of concept for sums here.

Means is still in progress, was only accounting for margin of error in n, not val.

sastoudt avatar Aug 20 '19 17:08 sastoudt

Means proof of concept done at above link.

This approach will need some specific tests/checks and additional inputs from the current census aggregator outputs.

sastoudt avatar Aug 21 '19 18:08 sastoudt

Medians proof of concept done at above link.

Now needs a plan for integration with census aggregator and checks/tests

sastoudt avatar Aug 21 '19 20:08 sastoudt

Added warnings for some checks and some documentation

sastoudt avatar Aug 27 '19 19:08 sastoudt