| AbstractArrayFunction |
This class represents the skeleton for all the function which opeate on array of native data type values.
|
| AbstractFunction |
An abstract skeleton for the statistical function able to manage update time checking.
|
| MaxArrayFunction |
This class computes the maximum value in an array of source values.
|
| MaxTraceFunction |
A MixFunction object is to collect data over time, computing some statistics
on the fly, without storing the data in memory.
|
| MaxTraceFunction.Variables |
|
| MeanVarianceArrayFunction.Variables |
|
| MinArrayFunction |
This class computes the minimum value in an array of source values.
|
| MinTraceFunction |
A MixFunction object is to collect data over time, computing some statistics
on the fly, without storing the data in memory.
|
| MinTraceFunction.Variables |
|
| MultiTraceFunction |
A MixFunction object is to collect data over time, computing some statistics
on the fly, without storing the data in memory.
|
| MultiTraceFunction.Variables |
|
| SumArrayFunction |
This class computes the sum of an array of source values.
|