| AbstractCollector |
An abstract base class for building sub-classes that implement the
CollectorIfc.
|
| AbstractStatistic |
Serves as an abstract base class for statistical collection.
|
| AntitheticStatistic |
In progress...
|
| ArraySaver |
A class to save data to an expanding array.
|
| BatchStatistic |
This class automates the batching of observations that may be dependent.
|
| CachedHistogram |
A CachedHistogram allow collection and forming of a histogram without
pre-specifying the number of bins.
|
| ExceedanceEstimator |
Tabulates the proportion and frequency for a random variable X > a(i)
where a(i) are thresholds.
|
| HalfWidthSequentialSampler |
Continually gets the value of the supplied GetValueIfc in the run() until
the supplied sampling half-width requirement is met or the default maximum
number of iterations is reached, whichever comes first.
|
| Histogram |
A Histogram tabulates data into bins.
|
| IntegerFrequency |
This class tabulates the frequency associated with
the integers presented to it via the collect() method
Every value presented is interpreted as an integer
For every value presented a count is maintained.
|
| MultipleComparisonAnalyzer |
Holds data to perform multiple comparisons Performs pairwise comparisons and
computes pairwise differences and variances.
|
| StandardizedTimeSeriesStatistic |
Implements the Standardized Time Series method as described on
page 534 of Law and Kelton, 3rd edition
|
| StateFrequency |
|
| Statistic |
The Statistic class allows the collection of summary statistics on data via
the collect() methods.
|
| StatisticalRun<T> |
A statistical run is a sequence of objects that are determined equal based on
a comparator.
|
| StatisticXY |
|
| WeightedStatistic |
Collects a basic weighted statistical summary.
|