|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJSci.maths.statistics.SampleStatistics
public class SampleStatistics
This class calculates commonly used sample statistics in an incremental fashion.
| Constructor Summary | |
|---|---|
SampleStatistics()
|
|
| Method Summary | |
|---|---|
int |
getCount()
|
double |
getMaximum()
|
double |
getMean()
|
double |
getMinimum()
|
double |
getVariance()
|
void |
update(double x)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SampleStatistics()
| Method Detail |
|---|
public void update(double x)
public int getCount()
public double getMean()
public double getVariance()
public double getMinimum()
public double getMaximum()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||