Verwendungen von Klasse
org.deidentifier.arx.reliability.IntervalDouble
Packages, die IntervalDouble verwenden
Package
Beschreibung
A package containing code that is needed to support
reliability of the privacy models implemented
-
Verwendungen von IntervalDouble in org.deidentifier.arx.reliability
Felder in org.deidentifier.arx.reliability, die deklariert sind als IntervalDoubleModifizierer und TypFeldBeschreibungIntervalArithmeticDouble.MINUS_ONEInterval representing minus oneIntervalArithmeticDouble.ONEInterval representing oneIntervalArithmeticDouble.PIInterval containing piIntervalArithmeticDouble.ZEROInterval representing zeroMethoden in org.deidentifier.arx.reliability, die IntervalDouble zurückgebenModifizierer 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) CeilIntervalArithmeticDouble.createInterval(double value) Creates a new intervalIntervalArithmeticDouble.createInterval(double lower, double upper) Creates a new intervalIntervalArithmeticDouble.createInterval(int value) Creates a new intervalIntervalArithmeticDouble.div(IntervalDouble operand1, IntervalDouble operand2) DivisionIntervalArithmeticDouble.exp(IntervalDouble operand) ExpIntervalArithmeticDouble.floor(IntervalDouble operand) FloorIntervalArithmeticDouble.inv(IntervalDouble operand) 1/xIntervalArithmeticDouble.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) SubtractionMethoden in org.deidentifier.arx.reliability mit Parametern vom Typ IntervalDoubleModifizierer 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.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 thanbooleanIntervalArithmeticDouble.lessThanOrOverlap(IntervalDouble operand1, IntervalDouble operand2) Less than or overlapIntervalArithmeticDouble.log(IntervalDouble operand) LogIntervalArithmeticDouble.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