datadesk / census-data-aggregator

Combine U.S. census data responsibly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A "variance replicate estimate" tool

palewire opened this issue · comments

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

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?

Proof of concept updated into function form with documentation.