Learn R Programming

tidydp (version 0.1.0)

spend_privacy_budget: Spend Privacy Budget

Description

Records a privacy expenditure and updates the budget

Usage

spend_privacy_budget(
  budget,
  epsilon_spent,
  delta_spent = 0,
  operation_name = NULL
)

Value

Updated privacy budget object

Arguments

budget

A privacy budget object

epsilon_spent

Epsilon spent on the operation

delta_spent

Delta spent on the operation (default: 0)

operation_name

Name/description of the operation (optional)