datadesk / census-data-aggregator

Combine U.S. census data responsibly
MIT License
42 stars 9 forks source link

optional MOE input for approximate_median #18

Open sastoudt opened 5 years ago

sastoudt commented 5 years ago

We may want an optional moe input field for approximate_median to handle the case when the n values are estimates themselves (e.g. outputs of approximate_sum). The approximate_median would then need a simulation aspect to account for the n values' uncertainty.

sastoudt commented 5 years ago

Proof of concept here.

palewire commented 5 years ago

This would be a step beyond what the Census Bureau does or recommends. It would be a great add, but we can also live without it

sastoudt commented 5 years ago

dealt with in https://github.com/datadesk/census-data-aggregator/pull/20