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

A "variance replicate estimate" tool

Open palewire opened this issue 6 years ago • 2 comments

To calculate more exact margin of errors for aggregated values where possible.

palewire avatar Jun 20 '19 14:06 palewire

Proof of concept here for sums, means, and medians.

This assumes we have the dataset that contains the variance replicates. Grabbing these more automatically might require a different tool.

This has a pandas dependency. Is there another data structure that would be better?

sastoudt avatar Jul 12 '19 00:07 sastoudt

Proof of concept updated into function form with documentation.

sastoudt avatar Aug 27 '19 16:08 sastoudt