org.broadleafcommerce.common.util
Class StatCalc

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

public class StatCalc
extends Object


Constructor Summary
StatCalc()
           
 
Method Summary
 void enter(double num)
           
 int getCount()
           
 double getMax()
           
 double getMean()
           
 double getMin()
           
 double getStandardDeviation()
           
 double getSum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

getStandardDeviation

public double getStandardDeviation()

getMin

public double getMin()

getMax

public double getMax()


Copyright © 2012. All Rights Reserved.