Uses of Interface
microsim.statistics.IIntArraySource
Packages that use IIntArraySource
-
Uses of IIntArraySource in microsim.statistics
Classes in microsim.statistics that implement IIntArraySource -
Uses of IIntArraySource in microsim.statistics.functions
Fields in microsim.statistics.functions declared as IIntArraySourceConstructors in microsim.statistics.functions with parameters of type IIntArraySourceModifierConstructorDescriptionAbstractArrayFunction(IIntArraySource source) Create a function on an integer array source.CountArrayFunction(IIntArraySource source) Create a count function on an integer array source.Integer(IIntArraySource source) Create a maximum function on an integer array source.Integer(IIntArraySource source) Create a minimum function on an integer array source.Integer(IIntArraySource source) Create a sum function on an integer array source.MaxArrayFunction(IIntArraySource source) Create a maximum function on an integer array source.MeanArrayFunction(IIntArraySource source) Create a mean function on an integer array source.Create a mean function on an integer array source.MinArrayFunction(IIntArraySource source) Create a minimum function on an int array source.MovingAverageArrayFunction(IIntArraySource source, int window) Create a count function on an integer array source.Create a percentile function on an integer array source.SumArrayFunction(IIntArraySource source) Create a sum function on an integer array source.