Package jadex.common
Class SFunction
java.lang.Object
jadex.common.SFunction
Static helper class for calculating statistical functions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SFunction
public SFunction()
-
-
Method Details
-
mean
Calculate the mean value.- Parameters:
numbers
- The numbers (as some form of iterable element).
-
sum
Calculate the sum of values.- Parameters:
numbers
- The numbers (as some form of iterable element).
-