Uses of Class
net.sf.tweety.math.probability.ProbabilityFunction
-
Packages that use ProbabilityFunction Package Description net.sf.tweety.math.norm net.sf.tweety.math.probability -
-
Uses of ProbabilityFunction in net.sf.tweety.math.norm
Methods in net.sf.tweety.math.norm with parameters of type ProbabilityFunction Modifier and Type Method Description doubleEntropyNorm. distance(ProbabilityFunction<T> prob1, ProbabilityFunction<T> prob2)doubleEntropyNorm. norm(ProbabilityFunction<T> prob) -
Uses of ProbabilityFunction in net.sf.tweety.math.probability
Methods in net.sf.tweety.math.probability that return ProbabilityFunction Modifier and Type Method Description static <S extends Comparable<S>>
ProbabilityFunction<S>ProbabilityFunction. convexCombination(double[] factors, ProbabilityFunction<S>[] creators)Computes the convex combination of the given probability distributions P1,...,PN with parameters factors, i.e.ProbabilityFunction<T>ProbabilityFunction. convexCombination(double d, ProbabilityFunction<T> other)Computes the convex combination of this P1 and the given probability distribution P2 with parameter d, i.e.static <S extends Comparable<S>>
ProbabilityFunction<S>ProbabilityFunction. getUniformDistribution(Set<S> objects)Returns the uniform distribution on the given interpretations.ProbabilityFunction<T>ProbabilityFunction. linearCombination(double d1, double d2, ProbabilityFunction<T> other)Makes a linear combination of this distribution "p1" and the given distribution "other" and the given parameters, i.e.Methods in net.sf.tweety.math.probability with parameters of type ProbabilityFunction Modifier and Type Method Description static <S extends Comparable<S>>
ProbabilityFunction<S>ProbabilityFunction. convexCombination(double[] factors, ProbabilityFunction<S>[] creators)Computes the convex combination of the given probability distributions P1,...,PN with parameters factors, i.e.ProbabilityFunction<T>ProbabilityFunction. convexCombination(double d, ProbabilityFunction<T> other)Computes the convex combination of this P1 and the given probability distribution P2 with parameter d, i.e.ProbabilityFunction<T>ProbabilityFunction. linearCombination(double d1, double d2, ProbabilityFunction<T> other)Makes a linear combination of this distribution "p1" and the given distribution "other" and the given parameters, i.e.Constructors in net.sf.tweety.math.probability with parameters of type ProbabilityFunction Constructor Description ProbabilityFunction(ProbabilityFunction<T> other)Creates a new probability function by copying the given one.
-