Package | Description |
---|---|
simkit.stat |
Classes/Interfaces for collecting and displaying statistics from simulation
runs.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchMeansTallyStat
Uses batch means method with initial transient to estimate the mean of a
presumably steady-state (after the truncation point) measure.
|
class |
CollectionSizeTimeVaryingStats
Listen for PropertyChangeEvent of type Collection.
|
class |
Histogram
A class that collects statistics that can be used to produce a histogram.
|
class |
LinearSimpleStatsTimeVarying
A SimpleStats that computes the basic statistics for piecewise linear
functions.
|
class |
MultipleCollectionSizeTimeVarying
Listen for IndexedPropertyChangeEvent of type Collection.
|
class |
MultipleSimpleStatsTally
A class to collect Tally statistics for an array of properties.
|
class |
MultipleSimpleStatsTimeVarying
A class to collect time varying statistics for an array of properties.
|
class |
ObjectMultiTallyStat |
class |
ObjectMultiTimeVaryingStat |
class |
QuantileTallyStat |
class |
SavedStats
A lightweight, read-only SimpleStats that is meant for saving the
values of SimpleStats results.
|
class |
SimpleStatsTally
Basic class for collecting tally statistics as produced by a typical
simulation model, that is, one observation at a time.
|
class |
SimpleStatsTimeVarying
Basic class for collecting statistics on time varying properties.
|
class |
TallyStatsBySource
Instances will listen for PropertyChangeEvents for a specific state name
but possibly coming from different sources.
|
class |
TimeTruncatedTallyStat
This computes tally statistics but resets after a given time rather than a
given number of observations.
|
class |
TruncatingCollectionSizeTimeVarying |
class |
TruncatingMultipleSimpleStatsTally
A class to collect Tally statistics for an array of properties.
|
class |
TruncatingMultipleSimpleStatsTimeVarying
A class to collect time varying statistics for an array of properties.
|
class |
TruncatingSimpleStatsTally
A SimpleStatsTally that resets after a truncation point has been reached.
|
class |
TruncatingSimpleStatsTimeVarying
This is a fix of the class simkit.stat.TruncatingSimpleStatsTimeVarying,
which was not resetting properly when the truncation point was reached.
|