Class Hierarchy
- java.lang.Object
- com.walkfares.function.AbstractFunctionHolder (implements com.walkfares.odsl.function.FunctionHolder)
- com.walkfares.function.math.DataGeneration (implements com.walkfares.odsl.function.FunctionHolder)
- com.walkfares.function.math.StatisticsFunctions (implements com.walkfares.odsl.function.FunctionHolder)
- com.walkfares.function.math.CumulativeTransforms
- com.walkfares.function.math.CumulativeTransforms.cave (implements com.walkfares.odsl.function.CumulativeTransform)
- com.walkfares.function.math.CumulativeTransforms.cmax (implements com.walkfares.odsl.function.CumulativeTransform)
- com.walkfares.function.math.CumulativeTransforms.cmin (implements com.walkfares.odsl.function.CumulativeTransform)
- com.walkfares.function.math.CumulativeTransforms.csum (implements com.walkfares.odsl.function.CumulativeTransform)
- com.walkfares.function.math.MatrixTransforms
- com.walkfares.function.math.MatrixTransforms.correlation (implements com.walkfares.odsl.function.SeriesToMatrixTransform)
- com.walkfares.function.math.MatrixTransforms.correlationFromMatrix (implements com.walkfares.odsl.function.MatrixTransform)
- com.walkfares.function.math.MatrixTransforms.covariance (implements com.walkfares.odsl.function.SeriesToMatrixTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms
- com.walkfares.function.math.SeriesToSingleValueTransforms.count (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.geomean (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.kurtosis (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.max (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.mean (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.min (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.percentile (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.popvar (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.quadmean (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.skew (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.stddev (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.sum (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.sumsq (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SeriesToSingleValueTransforms.variance (implements com.walkfares.function.math.DescriptiveStatisticsTransform)
- com.walkfares.function.math.SingleValueTransforms
- com.walkfares.function.math.SingleValueTransforms.abs (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.acos (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.asin (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.atan (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.atan2 (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.cbrt (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.cos (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.cosh (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.exp (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.log (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.log10 (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.log1p (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.pow (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.sin (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.sinh (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.sqrt (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.tan (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.tanh (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.toDegrees (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.math.SingleValueTransforms.toRadians (implements com.walkfares.odsl.function.SingleValueTransform)
- com.walkfares.function.AbstractFunctionHolder (implements com.walkfares.odsl.function.FunctionHolder)
Interface Hierarchy
- com.walkfares.function.math.DescriptiveStatisticsTransform