Interface BasicTallyInterface

    • Method Detail

      • initialize

        void initialize()
        initializes the Tally. This methods sets the max, min, n, sum and variance values to their initial values.
      • getDescription

        String getDescription()
        returns the description of this tally.
        Returns:
        Sting description
      • getN

        long getN()
        Returns the number of observations.
        Returns:
        long n
      • getMax

        double getMax()
        Returns the max.
        Returns:
        double
      • getMin

        double getMin()
        Returns the min.
        Returns:
        double