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