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