Uses of Class
microsim.statistics.functions.AbstractArrayFunction
Packages that use AbstractArrayFunction
-
Uses of AbstractArrayFunction in microsim.statistics.functions
Subclasses of AbstractArrayFunction in microsim.statistics.functionsModifier and TypeClassDescriptionclassThis class computes the number of values in an array taken from a data source.classThis class computes the maximum value in an array of source values.static classMaxFunction operating on double source values.static classMaxFunction operating on integer source values.static classMaxFunction operating on long source values.classThis class computes the average value of an array of values taken from a data source.classThis class computes the average and variance value of an array of values taken from a data source.classThis class computes the minimum value in an array of source values.static classMinFunction operating on double source values.static classMinFunction operating on integer source values.static classMinFunction operating on long source values.classThis class computes the average of the last given number of values in an array taken from a data source.classThis function calculates percentiles (p1,p5,p10-p90,p95,p99) for a given cross-section of data.classThis class computes the sum of an array of source values.static classSumFunction operating on double source values.static classSumFunction operating on integer source values.static classSumFunction operating on long source values.