Verwendungen von Klasse
org.deidentifier.arx.reliability.IntervalArithmeticException
Packages, die IntervalArithmeticException verwenden
Package
Beschreibung
This package provides basic functionalities required for ARX's Differential Privacy implementation.
A package containing code that is needed to support
reliability of the privacy models implemented
-
Verwendungen von IntervalArithmeticException in org.deidentifier.arx.dp
Konstruktoren in org.deidentifier.arx.dp, die IntervalArithmeticException auslösenModifiziererKonstruktorBeschreibungParameterCalculation(double epsilon, double delta) Constructor -
Verwendungen von IntervalArithmeticException in org.deidentifier.arx.reliability
Methoden in org.deidentifier.arx.reliability, die IntervalArithmeticException auslösenModifizierer und TypMethodeBeschreibungIntervalArithmeticDouble.abs(IntervalDouble operand) Absolute valueIntervalArithmeticDouble.add(IntervalDouble operand1, IntervalDouble operand2) AdditionIntervalArithmeticDouble.binomialProbability(int n, IntervalDouble p, int k) Probability mass function of the binomial distribution based on the saddle point expansion described in the manuscript Catherine Loader.IntervalArithmeticDouble.ceil(IntervalDouble operand) CeilintIntervalArithmeticDouble.ceilLowerBoundToInt(IntervalDouble value) Returns ceil of the lower bound to intintIntervalArithmeticDouble.ceilToInt(IntervalDouble value) Returns ceil() to int, if clearly definedIntervalArithmeticDouble.createInterval(double value) Creates a new intervalIntervalArithmeticDouble.createInterval(double lower, double upper) Creates a new intervalIntervalArithmeticDouble.div(IntervalDouble operand1, IntervalDouble operand2) DivisionIntervalArithmeticDouble.exp(IntervalDouble operand) ExpIntervalArithmeticDouble.floor(IntervalDouble operand) FloorintIntervalArithmeticDouble.floorLowerBoundToInt(IntervalDouble value) Returns floor of the lower bound to intintIntervalArithmeticDouble.floorToInt(IntervalDouble value) Returns floor() to int, if clearly definedbooleanIntervalArithmeticDouble.greaterThan(IntervalDouble operand1, IntervalDouble operand2) Greater thanIntervalArithmeticDouble.inv(IntervalDouble operand) 1/xbooleanIntervalArithmeticDouble.lessThan(IntervalDouble operand1, IntervalDouble operand2) Less thanbooleanIntervalArithmeticDouble.lessThanOrEqual(IntervalDouble operand1, IntervalDouble operand2) Less thanIntervalArithmeticDouble.log(IntervalDouble operand) LogIntervalArithmeticDouble.logFactorial(int n) Log of factorial of n.IntervalArithmeticDouble.max(IntervalDouble operand1, IntervalDouble operand2) MaxIntervalArithmeticDouble.min(IntervalDouble operand1, IntervalDouble operand2) MinIntervalArithmeticDouble.mult(IntervalDouble operand1, IntervalDouble operand2) MultiplicationIntervalArithmeticDouble.pow(IntervalDouble operand, int exponent) PowIntervalArithmeticDouble.sqrt(IntervalDouble operand) Square rootIntervalArithmeticDouble.sub(IntervalDouble operand1, IntervalDouble operand2) Subtraction