Uses of Interface
microsim.statistics.weighted.IWeightedIntArraySource
Packages that use IWeightedIntArraySource
Package
Description
-
Uses of IWeightedIntArraySource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IWeightedIntArraySourceModifier and TypeMethodDescriptionvoidWeighted_HistogramSimulationPlotter.addCollectionSource(String name, IWeightedIntArraySource source) Add a new series buffer, retrieving value from IWeightedIntArraySource objects in a collection.voidWeighted_PyramidPlotter.addCollectionSource(IWeightedIntArraySource[] source) Add a new series buffer, retrieving value from IWeightedIntArraySource objects in a collection. -
Uses of IWeightedIntArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement IWeightedIntArraySource -
Uses of IWeightedIntArraySource in microsim.statistics.weighted.functions
Fields in microsim.statistics.weighted.functions declared as IWeightedIntArraySourceModifier and TypeFieldDescriptionprotected IWeightedIntArraySourceAbstractWeightedArrayFunction.intSourceConstructors in microsim.statistics.weighted.functions with parameters of type IWeightedIntArraySourceModifierConstructorDescriptionCreate a function on an integer array source.Integer(IWeightedIntArraySource source) Create a sum function on a weighted integer array source.Create a mean function on an integer array source.Create a sum function on an integer array weighted-source.