Uses of Interface
microsim.statistics.weighted.IWeightedLongArraySource
Packages that use IWeightedLongArraySource
Package
Description
-
Uses of IWeightedLongArraySource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IWeightedLongArraySourceModifier and TypeMethodDescriptionvoidWeighted_HistogramSimulationPlotter.addCollectionSource(String name, IWeightedLongArraySource source) Add a new series buffer, retrieving value from IWeightedLongSource objects in a collection.voidWeighted_PyramidPlotter.addCollectionSource(IWeightedLongArraySource[] source) Add a new series buffer, retrieving value from IWeightedLongSource objects in a collection. -
Uses of IWeightedLongArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement IWeightedLongArraySource -
Uses of IWeightedLongArraySource in microsim.statistics.weighted.functions
Fields in microsim.statistics.weighted.functions declared as IWeightedLongArraySourceModifier and TypeFieldDescriptionprotected IWeightedLongArraySourceAbstractWeightedArrayFunction.lngSourceConstructors in microsim.statistics.weighted.functions with parameters of type IWeightedLongArraySourceModifierConstructorDescriptionCreate a function on a long array source.Long(IWeightedLongArraySource source) Create a sum function on a weighted long array source.Create a mean function on a long array source.Create a sum function on a long array weighted-source.