Uses of Interface
microsim.statistics.weighted.IWeightedFloatArraySource
Packages that use IWeightedFloatArraySource
Package
Description
-
Uses of IWeightedFloatArraySource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IWeightedFloatArraySourceModifier and TypeMethodDescriptionvoidWeighted_HistogramSimulationPlotter.addCollectionSource(String name, IWeightedFloatArraySource source) Add a new series buffer, retrieving value from IWeightedFloatSource objects in a collection.voidWeighted_PyramidPlotter.addCollectionSource(IWeightedFloatArraySource[] source) Add a new series buffer, retrieving value from IWeightedFloatSource objects in a collection. -
Uses of IWeightedFloatArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement IWeightedFloatArraySource -
Uses of IWeightedFloatArraySource in microsim.statistics.weighted.functions
Fields in microsim.statistics.weighted.functions declared as IWeightedFloatArraySourceModifier and TypeFieldDescriptionprotected IWeightedFloatArraySourceAbstractWeightedArrayFunction.fltSourceConstructors in microsim.statistics.weighted.functions with parameters of type IWeightedFloatArraySourceModifierConstructorDescriptionCreate a function on a float array source.Float(IWeightedFloatArraySource source) Create a sum function on a weighted float array source.Create a mean function on a float array source.Create a sum function on a float array weighted-source.