Package org.tweetyproject.math.func
package org.tweetyproject.math.func
-
ClassDescriptionThis class aggregates a list of doubles to a single double.This aggregation function models the average function.BinaryFunction<T,
S, R> Encapsulates common methods of mathematical functions with a two parameters.The entropy function.This is the function 1-\sum_i (1-x_i/i) used e.g in [Mu,Liu,Jin, Bell.The function 1/x.This aggregation function models the maximum function.The maximum function.This aggregation function models the minimum function.This aggregation function models the product function.SimpleFunction<T,S> Encapsulates common methods of mathematical functions with a single parameter.A real-valued function.A function that smoothes two values with a smooting factor, i.e.This aggregation function models the sum function.