Class StatCalculatorInteger

    • Constructor Detail

      • StatCalculatorInteger

        public StatCalculatorInteger()
    • Method Detail

      • addValue

        public void addValue​(int val)
      • addValue

        public void addValue​(int val,
                             int sampleCount)
        Update the calculator with the value for an aggregated sample.
        Parameters:
        val - the aggregate value
        sampleCount - the number of samples contributing to the aggregate value