Uses of Class
net.sf.tweety.commons.util.Pair
-
Packages that use Pair Package Description net.sf.tweety.commons.util -
-
Uses of Pair in net.sf.tweety.commons.util
Methods in net.sf.tweety.commons.util that return Pair Modifier and Type Method Description static Pair<Double,Double>MathTools. averageAndVariance(Collection<Double> values)Compute the average value and the variance of the given list of numbers.
-