|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.libMath.simpleStats.SimpleStats
public class SimpleStats
A class to calculate some basic statistics
Constructor Summary | |
---|---|
SimpleStats()
|
Method Summary | |
---|---|
void |
addValue(double dValue)
adds a new value to the list of values |
double |
getCoeffOfVar()
Returns the coefficient of variation |
int |
getCount()
Return the number of values added |
double |
getMax()
Returns the maximum value |
double |
getMean()
Returns the mean value |
double |
getMin()
Returns the minimum value |
double |
getRMS()
Returns the Root Mean Squared |
double |
getStdDev()
Returns the standard deviation |
double |
getSum()
Returns the sum of all values |
double |
getVariance()
Returns the variance |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleStats()
Method Detail |
---|
public void addValue(double dValue)
dValue
- the valuepublic double getCoeffOfVar()
public int getCount()
public double getMax()
public double getMean()
public double getMin()
public double getRMS()
public double getStdDev()
public double getSum()
public double getVariance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |