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 |
Histogram
A class that collects statistics that can be used to produce a histogram.
|
class |
MultipleSimpleStatsTally
A class to collect Tally statistics for an array of properties.
|
class |
ObjectMultiTallyStat |
class |
QuantileTallyStat |
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 |
TruncatingMultipleSimpleStatsTally
A class to collect Tally statistics for an array of properties.
|
class |
TruncatingSimpleStatsTally
A SimpleStatsTally that resets after a truncation point has been reached.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleStatsTally[] |
BivariateSimpleStatsTally.marginals |
protected SimpleStatsTally |
TimeTruncatedTallyStat.statsAtTruncation |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Object,SimpleStatsTally> |
TallyStatsBySource.allStats |
private java.util.TreeMap<java.lang.Integer,SimpleStatsTally> |
MultipleSimpleStatsTally.indexedStats
Holds the collection of statistics.
|
private java.util.TreeMap<java.lang.Integer,SimpleStatsTally> |
TruncatingMultipleSimpleStatsTally.indexedStats
Holds the collection of statistics.
|
protected java.util.Map<java.lang.String,SimpleStatsTally> |
MultipleEndingStateStatTally.lastStateValueStat |
private java.util.Map<java.lang.Object,SimpleStatsTally> |
ObjectMultiTallyStat.stats |
private java.util.Map<java.lang.String,SimpleStatsTally> |
MultiStat.tallyStats
A container for the SimpleStatsTallies.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleStatsTally |
MultiStat.createNewTallyStat(java.lang.String name)
Creates a new SimpleStatsTally for the given property name and adds it to
the Map.
|
SimpleStatsTally[] |
MultiStat.getAllTallyStats() |
SimpleStatsTally |
TimeTruncatedTallyStat.getStatsAtTruncation() |
SimpleStatsTally |
TallyStatsBySource.getStatsFor(java.lang.Object source) |
SimpleStatsTally |
MultiStat.getTallyStats(java.lang.String name)
Returns a copy of the SimpleStatsTally for the given property name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Object,SimpleStatsTally> |
TallyStatsBySource.getAllStats() |
java.util.Map<java.lang.String,SimpleStatsTally> |
MultipleEndingStateStatTally.getLastStateValueStat() |
Constructor and Description |
---|
SimpleStatsTally(SimpleStatsTally original) |