Adds Gaussian (normal) noise to a numeric value or vector for (epsilon, delta)-differential privacy. The Gaussian mechanism provides (epsilon, delta)-DP and is often used when delta > 0 is acceptable.
add_gaussian_noise(x, sensitivity, epsilon, delta = 1e-05)Numeric value or vector with Gaussian noise added
Numeric value or vector to add noise to
The L2 sensitivity of the query
Privacy parameter (smaller = more privacy)
Privacy parameter (probability of privacy breach), typically very small