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, varianceSum
filter
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, toString
getSwingPanel
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener
public static final nl.tudelft.simulation.event.EventType VALUE_EVENT
public Persistent(String description)
description
- the description of this Persistentpublic double getStdDev()
Tally
getStdDev
in class Tally
Tally.getStdDev()
public double getSampleVariance()
Tally
getSampleVariance
in class Tally
Tally.getSampleVariance()
public void initialize()
Tally
initialize
in class Tally
Tally.initialize()
public void notify(nl.tudelft.simulation.event.EventInterface event)
notify
in interface nl.tudelft.simulation.event.EventListenerInterface
notify
in class Tally
#notify(nl.tudelft.simulation.event.EventInterface)
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.