Uses of Interface
microsim.statistics.weighted.IWeightedDoubleArraySource
Packages that use IWeightedDoubleArraySource
Package
Description
-
Uses of IWeightedDoubleArraySource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IWeightedDoubleArraySourceModifier and TypeMethodDescriptionvoidWeighted_HistogramSimulationPlotter.addCollectionSource(String name, IWeightedDoubleArraySource source) Add a new series buffer, retrieving value from IWeightedDoubleSource objects in a collection.voidWeighted_PyramidPlotter.addCollectionSource(IWeightedDoubleArraySource[] source) Add a new series buffer, retrieving value from IWeightedDoubleSource objects in a collection. -
Uses of IWeightedDoubleArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement IWeightedDoubleArraySource -
Uses of IWeightedDoubleArraySource in microsim.statistics.weighted.functions
Fields in microsim.statistics.weighted.functions declared as IWeightedDoubleArraySourceModifier and TypeFieldDescriptionprotected IWeightedDoubleArraySourceAbstractWeightedArrayFunction.dblSourceConstructors in microsim.statistics.weighted.functions with parameters of type IWeightedDoubleArraySourceModifierConstructorDescriptionCreate a function on a double array source.Double(IWeightedDoubleArraySource source) Create a sum function on a weighted double array source.Create a mean function on a (weighted) double array source.Create a sum function on a double array weighted-source.