GMVar | R Documentation |
Calculate standard deviation for Gaussian Mechanism
GMVar(l2s, epsilon, delta, useAnalyticGM = True, ...)
l2s |
('numeric(1L)') l2-sensitivity. |
epsilon |
('numeric(1L)') First privacy parameter for (e,d)-differential privacy. |
delta |
('numeric(1L)') second privacy parameter for (e,d)-differential privacy. |
useAnalyticGM |
('logical(1L)') inicating whether noise for analytic Gaussian mechanism should be calculated. See details. |
If useAnalyticGM is TRUE, the standard deviation is calculated using the analytic Gaussian mechanism. The algorithm behind is a binary search which may cost a bit time, but the added noise is less. It also accepts epsilon > 1. If useAnalyticGM is FALSE, the standard deviation is calculated using the standard formula (faster, but a higher sigma).
Numerical value for the standard deviation for the normal distribution.
Daniel S., Raphael R.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.