Y - the type of the independent variable (input) and dependent variable (output) of the discrete function and
the type of the scalar values (elements of the field) on which to operatepublic class FunctionSupport<Y> extends FunctionSupportWithConversionAndComparator<Y,Y>
FunctionSupportWithConversionAndComparator for DiscreteFunctions from Y to Y.| Modifier and Type | Method and Description |
|---|---|
<X> FunctionSupportWithConversionAndComparator<X,Y> |
withConversionAndComparator(Conversion<X,Y> conversion,
java.util.Comparator<X> comparator) |
averageOf, calculate, environment, rmsOf, stdOfaverageOf, rmsOf, sizeOf, stdOf, sumOf, sumOfSquaresOf, varOfabsoluteValueOf, calculate, countOf, field, inverseOf, negativeOf, one, squareOf, squareRootOf, testIf, two, zeropublic final <X> FunctionSupportWithConversionAndComparator<X,Y> withConversionAndComparator(Conversion<X,Y> conversion, java.util.Comparator<X> comparator)
conversion - defines how to transform a value of X type to Y typeFunctionSupportWithConversionAndComparator with a given Conversion set