public final class AggregationUtils extends Object
public static void updateVarianceState(VarianceState state, double value)
public static void updateCentralMomentsState(CentralMomentsState state, double value)
public static void updateCovarianceState(CovarianceState state, double x, double y)
public static double getCovarianceSample(CovarianceState state)
public static double getCovariancePopulation(CovarianceState state)
public static void updateCorrelationState(CorrelationState state, double x, double y)
public static double getCorrelation(CorrelationState state)
public static void updateRegressionState(RegressionState state, double x, double y)
public static double getRegressionSlope(RegressionState state)
public static double getRegressionIntercept(RegressionState state)
public static void mergeVarianceState(VarianceState state, VarianceState otherState)
public static void mergeCentralMomentsState(CentralMomentsState state, CentralMomentsState otherState)
public static void mergeCovarianceState(CovarianceState state, CovarianceState otherState)
public static void mergeCorrelationState(CorrelationState state, CorrelationState otherState)
public static void mergeRegressionState(RegressionState state, RegressionState otherState)
public static String generateAggregationName(String baseName, TypeSignature outputType, List<TypeSignature> inputTypes)
Copyright © 2012–2019. All rights reserved.