Package com.walkfares.function.math
Class SeriesToSingleValueTransforms
java.lang.Object
com.walkfares.function.math.SeriesToSingleValueTransforms
public class SeriesToSingleValueTransforms extends Object
-
Nested Class Summary
Nested Classes 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
-
Constructor Summary
Constructors Constructor Description SeriesToSingleValueTransforms()
-
Method Summary
Modifier and Type Method Description static Var
transform(OpenDSLContext context, Var input, DescriptiveStatisticsTransform t, VarScalar... params)
static Var
transform(OpenDSLContext context, Var input, SeriesToSingleValueTransform t, VarScalar... params)
-
Constructor Details
-
SeriesToSingleValueTransforms
public SeriesToSingleValueTransforms()
-
-
Method Details
-
transform
public static Var transform(OpenDSLContext context, Var input, SeriesToSingleValueTransform t, VarScalar... params) -
transform
public static Var transform(OpenDSLContext context, Var input, DescriptiveStatisticsTransform t, VarScalar... params)
-