- egTigerGainFunction(String, String) - Method in class bham.leakiest.infotheory.GainFunction
-
- entropy(double[]) - Static method in class bham.leakiest.infotheory.ShannonEntropy
-
Calculates the entropy of a PMF array.
- entropy(ProbDist) - Static method in class bham.leakiest.infotheory.ShannonEntropy
-
Calculates the entropy of a probability distribution.
- erf(double, double) - Static method in class bham.leakiest.BinomialDist
-
Gauss error function (calculated using the Talyor expansion)
Note: The returned value has a big error about when z is greater than 4.
- erfInv(double, double) - Static method in class bham.leakiest.BinomialDist
-
- errorMinEntropyLeakSmallProbsRemoved(ProbDist, Channel[], double) - Static method in class bham.leakiest.ApproxPrior
-
Returns an error of the leakage caused by removing small probabilities
by the input approximation technique.
- errorMinEntropyLeakSmallProbsRemovedNoReexecutionWithJointInput(ProbDist, Channel[], double) - Static method in class bham.leakiest.ApproxPrior
-
Returns an error of the leakage caused by removing small probabilities
by the input approximation technique in the case of jointly supported
input distributions.
- errorMinEntropyLeakSmallProbsRemovedNoReexecutionWithSharedInput(ProbDist, Channel[], double) - Static method in class bham.leakiest.ApproxPrior
-
Returns an error of the leakage caused by removing small probabilities
by the input approximation technique in the case of shared input distributions.
- Estimate - Class in bham.leakiest
-
This is the class of the APIs for estimating information
leakage of a system.
- Estimate() - Constructor for class bham.leakiest.Estimate
-
- Estimate(int) - Constructor for class bham.leakiest.Estimate
-
- estimateParallelGLeakWithSharedInput(ProbDist, ProbDist, Channel[], GainFunction, Set<String>) - Static method in class bham.leakiest.CompositionalEstimate
-
Returns an upper bound on the g-leakage of
the channel composed in parallel in the case input
is shared among the channels.
- estimateParallelMinCapacityWithSharedInput(Channel[]) - Static method in class bham.leakiest.CompositionalEstimate
-
Returns an upper bound on the min-capacity of
the channel composed in parallel in the case input
is shared among the channels.
- estimateParallelMinEntropyLeak(ProbDist, ProbDist, Channel[]) - Static method in class bham.leakiest.CompositionalEstimate
-
Returns a lower and an upper bound on the min-entropy leakage of
the channel composed in parallel where inputs to different channels
are drawn independently.
- estimateParallelMinEntropyLeakWithSharedInput(ProbDist, ProbDist, Channel[]) - Static method in class bham.leakiest.CompositionalEstimate
-
Returns an upper bound on the min-entropy leakage of
the channel composed in parallel in the case input
is shared among the channels.
- exactParallelMinEntropyLeak(ProbDist, Channel[]) - Static method in class bham.leakiest.CompositionalEstimate
-
- exactParallelMinEntropyLeakWithSharedInput(ProbDist, Channel[]) - Static method in class bham.leakiest.CompositionalEstimate
-