package desmoj.core.statistic
.See: Description
Class | Description |
---|---|
AccumulateAnimation |
Animation of Accumulate
Double values will be collected
TypeData: Statistic.DATA_TimeSeries
TypeIndex: Statistic.INDEX_Mean_StdDev
|
AggregateAnimation |
Animation of Aggregate
Double values will be aggregated
TypeData: Statistic.DATA_Observations
TypeIndex: Statistic.INDEX_Min_Max
|
CountAnimation |
Animation of Count
Integer values will be aggregated
TypeData: Statistic.DATA_TimeSeries
TypeIndex: Statistic.INDEX_Mean_StdDev
|
HistogramAnimation |
Animation of Histogram
Double values will be collected
TypeData: Statistic.DATA_Observations
TypeIndex: Statistic.INDEX_Mean_StdDev
|
TallyAnimation |
Animation of Tally
Double values will be collected
TypeData: Statistic.ATA_Observations
TypeIndex: Statistic.INDEX_Mean_StdDev
|
TimeSeriesAnimation |
Animation of TimeSeries
Double values will be collected
TypeData: Statistic.DATA_TimeSeries
TypeIndex: Statistic.INDEX_Mean_StdDev
|
package desmoj.core.statistic
.