|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.jstats.statistics.StatisticsObject
nl.tudelft.simulation.jstats.statistics.Tally
nl.tudelft.simulation.jstats.statistics.Persistent
The Persisten class defines a statistics event persistent. A Persistent is a time-averaged tally.
(c) copyright 2003-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary | |
static nl.tudelft.simulation.event.EventType |
VALUE_EVENT
VALUE_EVENT is fired whenever on a change in measurements |
| Fields inherited from class nl.tudelft.simulation.jstats.statistics.Tally |
BOTH_SIDE_CONFIDENCE, description, LEFT_SIDE_CONFIDENCE, max, MAX_EVENT, min, MIN_EVENT, n, N_EVENT, RIGTH_SIDE_CONFIDENCE, SAMPLE_MEAN_EVENT, SAMPLE_VARIANCE_EVENT, sampleMean, semaphore, STANDARD_DEVIATION_EVENT, sum, SUM_EVENT, varianceSum |
| Fields inherited from class nl.tudelft.simulation.event.EventProducer |
listeners |
| Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface |
FIRST_POSITION, LAST_POSITION |
| Constructor Summary | |
Persistent(java.lang.String description)
constructs a new Persistent with a description. |
|
| Method Summary | |
double |
getSampleVariance()
Returns the current tally variance |
double |
getStdDev()
Returns the current tally standard deviation |
void |
initialize()
initializes the Tally. |
void |
notify(nl.tudelft.simulation.event.EventInterface event)
|
| Methods inherited from class nl.tudelft.simulation.jstats.statistics.Tally |
getConfidenceInterval, getConfidenceInterval, getDescription, getMax, getMin, getN, getSampleMean, getSum, getTable, isInitialized, setMax, setMin, setN, setSampleMean, setSum, toString |
| Methods inherited from class nl.tudelft.simulation.jstats.statistics.StatisticsObject |
getSwingPanel |
| Methods inherited from class nl.tudelft.simulation.event.EventProducer |
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final nl.tudelft.simulation.event.EventType VALUE_EVENT
| Constructor Detail |
public Persistent(java.lang.String description)
description - the description of this Persistent| Method Detail |
public double getStdDev()
Tally
getStdDev in class TallyTally.getStdDev()public double getSampleVariance()
Tally
getSampleVariance in class TallyTally.getSampleVariance()public void initialize()
Tally
initialize in class TallyTally.initialize()public void notify(nl.tudelft.simulation.event.EventInterface event)
notify in interface nl.tudelft.simulation.event.EventListenerInterfacenotify in class Tally#notify(nl.tudelft.simulation.event.EventInterface)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||