opendp / dp-wizard

Web application that makes data releases that satisfy differential privacy using the OpenDP Library
MIT License
0 stars 1 forks source link

Specify total population size? #56

Open mccalluc opened 1 month ago

mccalluc commented 1 month ago

If we know that the CSV is actually a sample from a population, then we can make a stronger privacy guarantee.

Shoeboxam commented 1 month ago

I think this can be de-prioritized. I know population amplification is in DPCreator, but I've heard arguments from people that this is rarely a relevant question, because data is rarely truly a simple sample. There is always some sampling bias from collecting it.