DPParamsEps-class: An S4 class for basic differential privacy parameters.

Description Usage Arguments Methods (by generic) Slots See Also

Description

An S4 base class representing the basic privacy parameter ε in differential privacy.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'DPParamsEps'
show(object)

## S4 method for signature 'DPParamsEps'
getEpsilon(object)

## S4 replacement method for signature 'DPParamsEps'
setEpsilon(object) <- value

## S4 method for signature 'DPParamsEps,numeric'
toGamma(object, gamma)

Arguments

object

an object of class DPParamsEps.

value

a scalar numeric ε.

gamma

a scalar numeric γ.

Methods (by generic)

Slots

epsilon

positive scalar numeric privacy level.

See Also

DPParamsDel subclass for (ε,δ) relaxation, DPParamsGam subclass for random relaxation.


diffpriv documentation built on May 2, 2019, 2:38 a.m.