View source: R/AnalyticGaussianMechanismUtils.R
calibrateAnalyticGaussianMechanism | R Documentation |
Calibrate a Gaussian perturbation for differential privacy using the analytic Gaussian mechanism \insertCiteBalle2018DPpack.
calibrateAnalyticGaussianMechanism(epsilon, delta, sensitivity, tol = 1e-12)
epsilon |
Positive real number defining the epsilon privacy parameter. |
delta |
Positive real number defining the delta privacy parameter. |
sensitivity |
Real number corresponding to the l2-global sensitivity. |
tol |
Error tolerance for binary search. |
Standard deviation of Gaussian noise needed to achieve
(epsilon, delta)
-DP for given global sensitivity.
Balle2018DPpack
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.