powered by
Checks if a proposed operation would exceed the privacy budget
check_privacy_budget(budget, epsilon_required, delta_required = 0)
Logical indicating if budget is sufficient
A privacy budget object
Epsilon required for the operation
Delta required for the operation (default: 0)
budget <- new_privacy_budget(epsilon_total = 1.0) check_privacy_budget(budget, epsilon_required = 0.5)
Run the code above in your browser using DataLab