Uses of Interface
com.walkfares.function.math.DescriptiveStatisticsTransform
Package | Description |
---|---|
com.walkfares.function.math |
-
Uses of DescriptiveStatisticsTransform in com.walkfares.function.math
Classes in com.walkfares.function.math that implement DescriptiveStatisticsTransform Modifier and Type Class Description static class
SeriesToSingleValueTransforms.count
static class
SeriesToSingleValueTransforms.geomean
static class
SeriesToSingleValueTransforms.kurtosis
static class
SeriesToSingleValueTransforms.max
static class
SeriesToSingleValueTransforms.mean
static class
SeriesToSingleValueTransforms.min
static class
SeriesToSingleValueTransforms.percentile
static class
SeriesToSingleValueTransforms.popvar
static class
SeriesToSingleValueTransforms.quadmean
static class
SeriesToSingleValueTransforms.skew
static class
SeriesToSingleValueTransforms.stddev
static class
SeriesToSingleValueTransforms.sum
static class
SeriesToSingleValueTransforms.sumsq
static class
SeriesToSingleValueTransforms.variance
Methods in com.walkfares.function.math with parameters of type DescriptiveStatisticsTransform Modifier and Type Method Description static Var
SeriesToSingleValueTransforms. transform(OpenDSLContext context, Var input, DescriptiveStatisticsTransform t, VarScalar... params)