public class Persistent extends Tally
(c) copyright 2002-2005-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
| Modifier and Type | Field and Description |
|---|---|
static nl.tudelft.simulation.event.EventType |
VALUE_EVENT
VALUE_EVENT is fired whenever on a change in measurements
|
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, varianceSumfilter| Constructor and Description |
|---|
Persistent(String description)
constructs a new Persistent with a description.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
getConfidenceInterval, getConfidenceInterval, getDescription, getMax, getMin, getN, getSampleMean, getSum, getTable, isInitialized, setFilter, setMax, setMin, setN, setSampleMean, setSum, toStringgetSwingPaneladdListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListenerpublic static final nl.tudelft.simulation.event.EventType VALUE_EVENT
public Persistent(String description)
description - the description of this Persistentpublic double getStdDev()
TallygetStdDev in class TallyTally.getStdDev()public double getSampleVariance()
TallygetSampleVariance in class TallyTally.getSampleVariance()public void initialize()
Tallyinitialize 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)Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.