Class StatCalc
java.lang.Object
org.broadleafcommerce.common.util.StatCalc
-
Constructor Summary
Constructors -
Method Summary
-
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()
-