|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsim.statistic.Statistic
jsim.statistic.SampleStat
public class SampleStat
This class provides facilities for gathering and displaying sample statistical summary results of simulation runs.
| Field Summary |
|---|
| Fields inherited from class jsim.statistic.Statistic |
|---|
CONF_LEVEL, LABEL, lastTime, MAX_DOUBLE, maxValue, minValue, MONITOR, name, nobs, primary, sum, sumSquares, sumSquBatch, trc |
| Constructor Summary | |
|---|---|
SampleStat(java.lang.String name)
Constructs a Sample Statistic with the given name |
|
| Method Summary | |
|---|---|
boolean |
tally(double val)
Tally statistical information on sample data. |
| Methods inherited from class jsim.statistic.Statistic |
|---|
confidence, confidence, getName, getStats, getSumSquBatch, max, mean, min, precision, precision, printLabel, printStat, resetStat, rms, samples, setPrimary, stdDev, variance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SampleStat(java.lang.String name)
name - the name of this Sample Statistic| Method Detail |
|---|
public boolean tally(double val)
val - value to collect
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||