- uniformDist(int) - Static method in class bham.leakiest.infotheory.InfoTheory
-
Calculates the uniform distribution of length "noOfElements".
- uniformProbArray(int) - Static method in class bham.leakiest.ProbDist
-
Returns the array of the uniform probabilities.
- uniformProbDist(String[], boolean) - Static method in class bham.leakiest.ProbDist
-
Returns the uniform probability distribution on
a given array of states.
- updateProb(State, double) - Method in class bham.leakiest.ProbDist
-
Updates the probability distribution as to the probability of a state.
- updateValue(String, String) - Method in class bham.leakiest.State
-
Updates the value of the variable in the state.
- upperBoundForZero(int, int) - Static method in class bham.leakiest.Stats
-
Calculates the upper bound for zero information leakage.
- upperBoundNormal95() - Method in class bham.leakiest.BinomialDist
-
Calculates the upper bound for a 95% confidence interval
i.e., the value below which 97.5% of sample take,
by normal approximation.
- upperBoundNormal95(double, double) - Static method in class bham.leakiest.Stats
-
Calculates the upper bound for a 95% confidence interval
for a normal distribution with given mean and variance
i.e., the value below which 97.5% of sample take.
- upperBoundNormal95Upper() - Method in class bham.leakiest.BinomialDist
-
Calculates the upper bound for a 95% confidence interval, lower only
i.e., the value below which 95% of sample take,
by normal approximation.
- upperBoundNormal95Upper(double, double) - Static method in class bham.leakiest.Stats
-
Calculates the upper bound for a 95% confidence interval
for a normal distribution with given mean and variance, lower only
i.e., the value below which 95% of sample take.