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