Class | Description |
---|---|
Accumulate |
The
Accumulate class is providing a statistic analysis about
one value. |
Aggregate |
The
Aggregate class is simply counting (aggregating) a continuous (i.e. double)
value during an experiment. |
BoolStatistic |
The
BoolStatistic class is providing a statistic analysis about
a boolean value. |
ConfidenceCalculator |
The
ConfidenceCalculator class has the same functionality as the
Tally class. |
Count |
The
Count class is simply counting something during an
experiment. |
DataListTally |
The
DataListTally class is providing a statistic analysis about
one value. |
Histogram |
The
Histogram class is providing a statistic analysis about
values. |
HistogramAccumulate |
The
HistogramAccumulate class is providing a statistic analysis about
values. |
Regression |
The
Regression class is producing a linear regression for two
ValueSupplier objects called x and y. |
StatisticObject |
StatisticObject class is the super class of all
other classes collecting statistical data. |
StatisticObjectSupportingTimeSpans |
StatisticObjectSupportingTimeSpans class is the super class of the
specific data collector classes able to handle TimeSpan objects. |
Tally |
The
Tally class is providing a statistic analysis about one
value. |
TallyRunning |
The
TallyRunning class is extended from
Tally . |
TextHistogram |
The
TextHistogram class is providing a statistic analysis about
text values. |
TextSupplier |
Supplies observers with texts of their interest.
|
TimeSeries |
The
TimeSeries class is recording data from a
ValueSupplier object and saving it to a file, making data available
to a TimeSeriesPlotter or doing both. |
ValueStatistics |
The
ValueStatistics class is the super class for all the
classes providing a statistic analysis about one value (e.g. minimum and
maximum values). |
ValueSupplier |
Supplies observers with values of their interest.
|