|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsim.statistic.Statistic
jsim.statistic.TimeStat
public class TimeStat
This class provides facilities for gathering and displaying time persistent 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 | |
|---|---|
TimeStat(java.lang.String name)
Constructs a Time Persistent Statistic with the given name. |
|
| Method Summary | |
|---|---|
TimeStat |
accumulate(double val,
double time)
Accumulate time persistent 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 TimeStat(java.lang.String name)
name - the name of the statistic| Method Detail |
|---|
public TimeStat accumulate(double val,
double time)
val - value to collecttime - time of collection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||