Construct an amplified measurement from a measurement
with privacy amplification by subsampling.
This measurement does not perform any sampling.
It is useful when you have a dataset on-hand that is a simple random sample from a larger population.
Details
The DIA, DO, MI and MO between the input measurement and amplified output measurement all match.
Required features: contrib
, honest-but-curious
make_population_amplification in Rust documentation.
Why honest-but-curious?:
The privacy guarantees are only valid if the input dataset is a simple sample from a population with population_size
records.