Class AggregationUtils


  • public final class AggregationUtils
    extends Object
    • Method Detail

      • updateVarianceState

        public static void updateVarianceState​(VarianceState state,
                                               double value)
      • updateCentralMomentsState

        public static void updateCentralMomentsState​(CentralMomentsState state,
                                                     double value)
      • updateCovarianceState

        public static void updateCovarianceState​(CovarianceState state,
                                                 double x,
                                                 double y)
      • getCovarianceSample

        public static double getCovarianceSample​(CovarianceState state)
      • getCovariancePopulation

        public static double getCovariancePopulation​(CovarianceState state)
      • updateCorrelationState

        public static void updateCorrelationState​(CorrelationState state,
                                                  double x,
                                                  double y)
      • getCorrelation

        public static double getCorrelation​(CorrelationState state)
      • updateRegressionState

        public static void updateRegressionState​(RegressionState state,
                                                 double x,
                                                 double y)
      • getRegressionSlope

        public static double getRegressionSlope​(RegressionState state)
      • getRegressionIntercept

        public static double getRegressionIntercept​(RegressionState state)
      • extractMaskBlock

        public static Block extractMaskBlock​(int maskChannel,
                                             Page page)
      • maskGuaranteedToFilterAllRows

        public static boolean maskGuaranteedToFilterAllRows​(int positions,
                                                            @Nullable
                                                            Block maskBlock)