class
This class represents the skeleton for all the function which operate on array of native data type values.
class
This class computes the number of values in an array taken from a data source.
class
This class computes the maximum value in an array of source values.
static class
MaxFunction operating on double source values.
static class
MaxFunction operating on integer source values.
static class
MaxFunction operating on long source values.
class
A MixFunction object is to collect data over time, computing some statistics on the fly, without storing the data in
memory.
static class
An implementation of the Memoryless Series class, which manages double type data sources.
static class
An implementation of the Memoryless Series class, which manages integer type data sources.
static class
An implementation of the Memoryless Series class, which manages long type data sources.
class
This class computes the average value of an array of values taken from a data source.
class
This class computes the average and variance value of an array of values taken from a data source.
class
This class computes the minimum value in an array of source values.
static class
MinFunction operating on double source values.
static class
MinFunction operating on integer source values.
static class
MinFunction operating on long source values.
class
A MixFunction object is to collect data over time, computing some statistics on the fly, without storing the data in
memory.
static class
An implementation of the Memoryless Series class, which manages double type data sources.
static class
An implementation of the Memoryless Series class, which manages integer type data sources.
static class
An implementation of the Memoryless Series class, which manages long type data sources.
class
This class computes the average of the last given number of values in an array taken from a data source.
class
This class computes the average of the last values collected from a data source.
class
This function calculates percentiles (p1,p5,p10-p90,p95,p99) for a given cross-section of data.
class
This class computes the sum of an array of source values.
static class
SumFunction operating on double source values.
static class
SumFunction operating on integer source values.
static class
SumFunction operating on long source values.