See: Description
Interface | Description |
---|---|
IndexedSampleStatistics |
An interface for classes that collect statistics on indexed properties.
|
ObjectIndexedStatistics | |
SampleStatistics |
Common interface for classes collecting statistics.
|
Class | Description |
---|---|
AbstractSimpleStats |
Abstract base class implementation of the SampleStatistics interface.
|
BatchMeansTallyStat |
Uses batch means method with initial transient to estimate the mean of a
presumably steady-state (after the truncation point) measure.
|
BivariateSimpleStatsTally |
Instances of this class compute up to second-order statistics on
bivariate data.
|
BooleanCounter |
Listens for boolean PropertyChangeEvent and counts number of true
and number of false values.
|
CollectionSizeTimeVaryingStats |
Listen for PropertyChangeEvent of type Collection.
|
Histogram |
A class that collects statistics that can be used to produce a histogram.
|
LinearSimpleStatsTimeVarying |
A SimpleStats that computes the basic statistics for piecewise linear
functions.
|
MultipleBooleanCounters |
Listens for Boolean properties.
|
MultipleCollectionSizeTimeVarying |
Listen for IndexedPropertyChangeEvent of type Collection.
|
MultipleEndingStateStatTally | |
MultipleSimpleStatsTally |
A class to collect Tally statistics for an array of properties.
|
MultipleSimpleStatsTimeVarying |
A class to collect time varying statistics for an array of properties.
|
MultiStat |
Listens for PropertyChangeEvents that are associated with state changes to be
collected in a Tally or Time-Varying manner.
|
NormalQuantile | |
ObjectMultiTallyStat | |
ObjectMultiTimeVaryingStat | |
PercentageInStateStat |
Listens for states of a given name and computes the percentage of time spent
in each state.
|
QuantileTallyStat | |
SavedStats |
A lightweight, read-only SimpleStats that is meant for saving the
values of SimpleStats results.
|
SimpleStatsTally |
Basic class for collecting tally statistics as produced by a typical
simulation model, that is, one observation at a time.
|
SimpleStatsTimeVarying |
Basic class for collecting statistics on time varying properties.
|
StudentT | |
TallyStatsBySource |
Instances will listen for PropertyChangeEvents for a specific state name
but possibly coming from different sources.
|
TimeTruncatedTallyStat |
This computes tally statistics but resets after a given time rather than a
given number of observations.
|
TruncatingCollectionSizeTimeVarying | |
TruncatingMultipleSimpleStatsTally |
A class to collect Tally statistics for an array of properties.
|
TruncatingMultipleSimpleStatsTimeVarying |
A class to collect time varying statistics for an array of properties.
|
TruncatingSimpleStatsTally |
A SimpleStatsTally that resets after a truncation point has been reached.
|
TruncatingSimpleStatsTimeVarying |
This is a fix of the class simkit.stat.TruncatingSimpleStatsTimeVarying,
which was not resetting properly when the truncation point was reached.
|
Enum | Description |
---|---|
QuantileType |
Placeholder for when all the different quantile methods are implemented.
|
SamplingType |
A Java-style "enumeration" class to represent the type of sampling being done
by a given class.
|
Classes/Interfaces for collecting and displaying statistics from simulation runs.