Uses of Interface
microsim.statistics.IDoubleArraySource
Packages that use IDoubleArraySource
-
Uses of IDoubleArraySource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IDoubleArraySourceModifier and TypeMethodDescriptionvoidCollectionBarSimulationPlotter.addCollectionSource(String name, IDoubleArraySource source) Add a new series buffer, retrieving value from IDoubleSource objects in a collection.voidHistogramSimulationPlotter.addCollectionSource(String name, IDoubleArraySource source) Add a new series buffer, retrieving value from IDoubleSource objects in a collection. -
Uses of IDoubleArraySource in microsim.statistics
Classes in microsim.statistics that implement IDoubleArraySource -
Uses of IDoubleArraySource in microsim.statistics.functions
Fields in microsim.statistics.functions declared as IDoubleArraySourceConstructors in microsim.statistics.functions with parameters of type IDoubleArraySourceModifierConstructorDescriptionCreate a function on a double array source.CountArrayFunction(IDoubleArraySource source) Create a count function on a double array source.Double(IDoubleArraySource source) Create a maximum function on a double array source.Double(IDoubleArraySource source) Create a minimum function on a double array source.Double(IDoubleArraySource source) Create a sum function on a double array source.MaxArrayFunction(IDoubleArraySource source) Create a maximum function on a double array source.MeanArrayFunction(IDoubleArraySource source) Create a mean function on a double array source.Create a mean function on a double array source.MinArrayFunction(IDoubleArraySource source) Create a minimum function on a double array source.MovingAverageArrayFunction(IDoubleArraySource source, int window) Create a count function on a double array source.Create a percentile function on a double array source.SumArrayFunction(IDoubleArraySource source) Create a sum function on a double array source.