An S4 base class representing the privacy parameters in \((\epsilon,\delta)\)-differential privacy.
# S4 method for DPParamsDel
show(object)# S4 method for DPParamsDel
getDelta(object)
# S4 method for DPParamsDel
setDelta(object) <- value
# S4 method for DPParamsDel,numeric
toGamma(object, gamma)
an object of class DPParamsDel.
a scalar numeric \(\delta\).
a scalar numeric \(\gamma\).
show: automatically prints the object.
getDelta: getter for slot delta.
setDelta<-: setter for slot delta.
toGamma: returns object to corresponding instance of subclass
DPParamsGam.
epsilonpositive scalar numeric privacy level.
deltaa scalar numeric privacy level in interval [0,1).
DPParamsEps superclass,
DPParamsGam subclass for random relaxation.