Class StatCalc

    • Constructor Detail

      • StatCalc

        public StatCalc()
    • Method Detail

      • enter

        public void enter​(double num)
      • getCount

        public int getCount()
      • getSum

        public double getSum()
      • getMean

        public double getMean()
      • getSumSquares

        public double getSumSquares()
      • getStandardDeviation

        public double getStandardDeviation()
      • getMin

        public double getMin()
      • getMax

        public double getMax()