Class StatCalc

java.lang.Object
org.broadleafcommerce.common.util.StatCalc

public class StatCalc extends Object
  • Constructor Details

    • StatCalc

      public StatCalc()
  • Method Details

    • enter

      public void enter(double num)
    • getCount

      public int getCount()
    • getSum

      public double getSum()
    • getMean

      public double getMean()
    • getStandardDeviation

      public double getStandardDeviation()
    • getMin

      public double getMin()
    • getMax

      public double getMax()