Uses of Interface
microsim.statistics.IntArraySource
Packages that use IntArraySource
-
Uses of IntArraySource in microsim.statistics
Classes in microsim.statistics that implement IntArraySource -
Uses of IntArraySource in microsim.statistics.functions
Fields in microsim.statistics.functions declared as IntArraySourceConstructors in microsim.statistics.functions with parameters of type IntArraySourceModifierConstructorDescriptionAbstractArrayFunction(@NonNull IntArraySource source) Creates a function on an integer array source.CountArrayFunction(@NonNull IntArraySource source) Creates a count function on an integer array source.Integer(@NonNull IntArraySource source) Creates a maximum function on an integer array source.Integer(@NonNull IntArraySource source) Creates a minimum function on an integer array source.Integer(@NonNull IntArraySource source) Create a sum function on an integer array source.MaxArrayFunction(@NonNull IntArraySource source) Creates a maximum function on an integer array source.MeanArrayFunction(@NonNull IntArraySource source) Creates a mean function on an integer array source.MeanVarianceArrayFunction(@NonNull IntArraySource source) Creates a mean function on an integer array source.MinArrayFunction(@NonNull IntArraySource source) Creates a minimum function on an int array source.MovingAverageArrayFunction(@NonNull IntArraySource source, int windowSize) Creates a count function on an integer array source.PercentileArrayFunction(@NonNull IntArraySource source) Creates a percentile function on an integer array source.SumArrayFunction(@NonNull IntArraySource source) Creates a sum function on an integer array source.