Skip to content

Commit

Permalink
Fix laplace formula (WICG#1330)
Browse files Browse the repository at this point in the history
Fixes WICG#1329
  • Loading branch information
csharrison authored Jun 11, 2024
1 parent 221f474 commit 05c58f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGGREGATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ output maintains proper privacy.
A goal of this work is to have a framework which can support differentially
private aggregate measurement. In principle this can be achieved if the
aggregation service adds noise proportional to the `L1` budget in principle,
e.g. noise distributed according to Laplace(epsilon / L1) should achieve epsilon
e.g. noise distributed according to Laplace(L1/epsilon) should achieve epsilon
differential privacy. With small enough values of epsilon, reports for a given
source will be well-protected in an aggregate release.

Expand Down

0 comments on commit 05c58f8

Please sign in to comment.