Class AccumulatorTest

    • Constructor Detail

      • AccumulatorTest

        public AccumulatorTest()
    • Method Detail

      • testAccumulators

        public void testAccumulators()
        Test the accumulators for null and wrong probabilities.
      • testFullStorageAccumulator

        public void testFullStorageAccumulator()
        Test the getCumulativeProbability method of the FullStorageAccumulator.
      • testFixedBinsAccumulator

        public void testFixedBinsAccumulator()
        Test the getCumulativeProbability method of the FixedBinsAccumulator. This test does not cover cases where some of the registered values are out of range; as we have not decided how to compute cumulative probabilities for such cases.
      • testNoStorageAccumulator

        public void testNoStorageAccumulator()
        Test the getCumulativeProbability method of the NoStorageAccumulator.
      • testTDigestAccumulator

        public void testTDigestAccumulator()
        Test the getCumulativeProbability method of the TDigestAccumulator.