analyticGaussianMechanism | R Documentation |
Caluclates the minimal valid sigma for given privacy parameters for Gaussian mechanism (see https://arxiv.org/abs/1805.06530).
analyticGaussianMechanism(epsilon, delta, sens, tol = 1e-12)
epsilon |
('numeric()') Epsilon > 0 |
delta |
('numeric()') Delta that is between (0,1) |
sens |
('numeric()') Sensitivity of the algorithm |
tol |
('numeric()') Tolerance for binary search |
('numeric()') Sigma that can be used to generate calibrated Gaussian noise
Raphael Rehms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.