|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.x8ing.mc.Statistic
public class Statistic
Nested Class Summary | |
---|---|
static class |
Statistic.ResultDistributionEntry
|
Constructor Summary | |
---|---|
Statistic(double[] values)
|
Method Summary | |
---|---|
double |
getAverage()
|
Statistic.ResultDistributionEntry[] |
getDistribution(int numberOfSegments)
|
java.lang.String |
getDistributionPrint(int numberOfSegments)
|
double[] |
getMinimumAndMaximum()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Statistic(double[] values)
Method Detail |
---|
public Statistic.ResultDistributionEntry[] getDistribution(int numberOfSegments)
public java.lang.String getDistributionPrint(int numberOfSegments)
public double getAverage()
public double[] getMinimumAndMaximum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |