Interface TallyStatistic

    • Method Detail

      • getMax

        double getMax()
        Returns the maximum value of any given observation, or NaN when no observations were registered.
        Returns:
        double; the maximum value of any given observation
      • getMin

        double getMin()
        Returns the minimum value of any given observation, or NaN when no observations were registered.
        Returns:
        double; the minimum value of any given observation