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) Deprecated, for removal: This API element is subject to removal in a future version.voidWeighted_PyramidPlotter.addCollectionSource(IWeightedIntArraySource[] source) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IWeightedIntArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement IWeightedIntArraySourceModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of IWeightedIntArraySource in microsim.statistics.weighted.functions
Fields in microsim.statistics.weighted.functions declared as IWeightedIntArraySourceModifier and TypeFieldDescriptionprotected IWeightedIntArraySourceAbstractWeightedArrayFunction.intSourceDeprecated, for removal: This API element is subject to removal in a future version.Constructors in microsim.statistics.weighted.functions with parameters of type IWeightedIntArraySourceModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Create a function on an integer array source.Integer(IWeightedIntArraySource source) Create a sum function on a weighted integer array source.Deprecated, for removal: This API element is subject to removal in a future version.Create a mean function on an integer array source.Deprecated, for removal: This API element is subject to removal in a future version.Create a sum function on an integer array weighted-source.
Weighted_HistogramSimulationPlotter.addSource(java.lang.String,java.util.function.Supplier<? extends microsim.dev.statistics.WeightedValues<? extends java.lang.Number>>)instead.