Sara Stoudt

Results 16 issues of Sara Stoudt

-5..., -3..., -2... --> margin of error look for + or - --> estimate (not just single +/-) "c" in estimate N/A in moe

Drop jam values from aggregation and report what is dropped

For tables with custom groups (such as PovertyAge), the MOEs are not returned.

As we think about integrating the output of census-data-downloader to be an input into the census-data-aggregator, is it possible to include the [jam value information](https://www.documentcloud.org/documents/6165752-2017-SummaryFile-Tech-Doc.html#document/p20/a508561) in the headers of the...

If I want to use an `lapply()` statement with `page_content()` to get content for a vector of page names, and one or more of the entries don't have a Wikipedia...

Deals with https://github.com/datadesk/census-data-aggregator/issues/17 and https://github.com/datadesk/census-data-aggregator/issues/18 - allows moe inputs, triggers simulation of new moe - clears up use of jam values (returned instead of None when median falls in upper...

From [this](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115626#abstract0) paper: "one can induce geographic patterns in the aggregate data that do not exist in the input data" Create a diagnostic to check for this (equations 2 and...

From [this](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115626#abstract0) paper (page 3): "There is no CV level that is universally accepted as “too high,” but a comprehensive report on the ACS [5] describes a range of 0.10...

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

For smaller values or with large margins of error, the `numpy.random.normal` in `approximate_mean` may return a negative number which won't make sense in context. We should probably just use max(0,...