Uses of Interface
microsim.statistics.IDoubleSource
Packages that use IDoubleSource
Package
Description
-
Uses of IDoubleSource in microsim.gui.plot
Methods in microsim.gui.plot with parameters of type IDoubleSourceModifier and TypeMethodDescriptionvoidScatterplotSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject_X, Enum<?> variableID_X, IDoubleSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject_X, IDoubleSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject_X, ILongSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, IDoubleSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotter.addSeries(String legend, ILongSource plottableObject_X, IDoubleSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IDoubleSource plottableObject_X, Enum<?> variableID_X, IDoubleSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IDoubleSource plottableObject_X, Enum<?> variableID_X, ILongSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IDoubleSource plottableObject_X, IDoubleSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, IDoubleSource plottableObject_X, ILongSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, Enum<?> variableID_X, IDoubleSource plottableObject_Y, Enum<?> variableID_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidScatterplotSimulationPlotterRefreshable.addSeries(String legend, ILongSource plottableObject_X, IDoubleSource plottableObject_Y) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject, Color lineColor, boolean shapesFilled, boolean isDashed, Shape shape) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject, Enum<?> variableID) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject, Enum<?> variableID, Color lineColor, boolean validation) Deprecated, for removal: This API element is subject to removal in a future version.voidTimeSeriesSimulationPlotter.addSeries(String legend, IDoubleSource plottableObject, Enum<?> variableID, Color lineColor, boolean shapesFilled, boolean isDashed, Shape shape) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, IDoubleSource plottableObject) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, IDoubleSource plottableObject, Color color) Deprecated, for removal: This API element is subject to removal in a future version.voidIndividualBarSimulationPlotter.addSources(String legend, IDoubleSource plottableObject, Enum<?> variableID, Color color) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IDoubleSource in microsim.statistics
Fields in microsim.statistics declared as IDoubleSourceMethods in microsim.statistics with parameters of type IDoubleSourceModifier and TypeMethodDescriptionvoidTimeSeries.addSeries(String name, IDoubleSource source, Enum<?> valueID) Deprecated, for removal: This API element is subject to removal in a future version.Add a new series.Constructors in microsim.statistics with parameters of type IDoubleSourceModifierConstructorDescriptionDouble(IDoubleSource source) Create a statistic probe on a collection of IDoubleSource objects.Double(IDoubleSource source, Enum<?> valueID) Create a statistic probe on a collection of IDoubleSource objects. -
Uses of IDoubleSource in microsim.statistics.functions
Classes in microsim.statistics.functions that implement IDoubleSourceModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.useStats.count()classDeprecated, for removal: This API element is subject to removal in a future version.useStatsstatic classDeprecated, for removal: This API element is subject to removal in a future version.MaxFunction operating on double source values.static classDeprecated, for removal: This API element is subject to removal in a future version.MaxFunction operating on float source values.static classDeprecated, for removal: This API element is subject to removal in a future version.MaxFunction operating on integer source values.static classDeprecated, for removal: This API element is subject to removal in a future version.MaxFunction operating on long source values.classDeprecated, for removal: This API element is subject to removal in a future version.useAccumulatorStatsstatic classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages double type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages float type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages integer type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages long type data sources.classDeprecated, for removal: This API element is subject to removal in a future version.useStatsclassDeprecated, for removal: This API element is subject to removal in a future version.useStatsclassDeprecated, for removal: This API element is subject to removal in a future version.useStatsstatic classDeprecated, for removal: This API element is subject to removal in a future version.MinFunction operating on double source values.static classDeprecated, for removal: This API element is subject to removal in a future version.MinFunction operating on float source values.static classDeprecated, for removal: This API element is subject to removal in a future version.MinFunction operating on integer source values.static classDeprecated, for removal: This API element is subject to removal in a future version.MinFunction operating on long source values.classDeprecated, for removal: This API element is subject to removal in a future version.useAccumulatorStatsstatic classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages double type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages float type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages integer type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages long type data sources.classDeprecated, for removal: This API element is subject to removal in a future version.useStatsclassDeprecated, for removal: This API element is subject to removal in a future version.useAccumulatorStatsclassDeprecated, for removal: This API element is subject to removal in a future version.useAccumulatorStatsstatic classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages double type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages float type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages integer type data sources.static classDeprecated, for removal: This API element is subject to removal in a future version.An implementation of the MemorylessSeries class, which manages long type data sources.classDeprecated, for removal: This API element is subject to removal in a future version.useStatsclassDeprecated, for removal: This API element is subject to removal in a future version.useStatsstatic classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on double source values.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on float source values.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on integer source values.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on long source values.Fields in microsim.statistics.functions declared as IDoubleSourceModifier and TypeFieldDescriptionprotected IDoubleSourceMovingAverageTraceFunction.dblSourceDeprecated, for removal: This API element is subject to removal in a future version.protected IDoubleSourceMaxTraceFunction.Double.targetprotected IDoubleSourceMinTraceFunction.Double.targetprotected IDoubleSourceMultiTraceFunction.Double.targetConstructors in microsim.statistics.functions with parameters of type IDoubleSourceModifierConstructorDescriptionDouble(IDoubleSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Double(IDoubleSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.Double(IDoubleSource source, Enum<?> valueID) Create a basic statistic probe on a IDblSource object.MovingAverageTraceFunction(IDoubleSource source, Enum<?> valueID, int windowSize) Deprecated, for removal: This API element is subject to removal in a future version.Create a basic statistic probe on a IDoubleSource object. -
Uses of IDoubleSource in microsim.statistics.reflectors
Classes in microsim.statistics.reflectors that implement IDoubleSource -
Uses of IDoubleSource in microsim.statistics.regression
Methods in microsim.statistics.regression with parameters of type IDoubleSourceModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
doubleLinearRegression.computeScore(MultiKeyCoefficientMap coeffMultiMap, IDoubleSource iDblSrc, Class<T> enumType) Uses reflection to obtain information from the iDblSrc object, so it is possibly slow.static <T extends Enum<T>>
doubleLinearRegression.computeScore(MultiKeyCoefficientMap coeffMultiMap, IDoubleSource iDblSrc, Class<T> enumType, boolean singleKeyCoefficients) Use this method when the underlying agent does not have any additional conditioning regression keys (such as the gender or civil status) to determine the appropriate regression co-efficients, i.e. the regression co-efficients do not depend on any properties of the underlying model.LinearRegression.computeScore(MultiKeyCoefficientMap coeffMultiMap, IDoubleSource iDblSrc, Class<T> enumTypeDouble, IObjectSource iObjSrc, Class<U> enumTypeObject) Requires the implementation of the IObjectSource to ascertain whether any additional conditioning regression keys are used (e.g. whether the underlying agent is female, married etc., where the regression co-efficients are conditioned on additional keys of gender and civil status, for example).BinomialRegression.getProbabilities(IDoubleSource iDblSrc, Class<E2> Regressors) GeneralisedOrderedRegression.getProbabilities(IDoubleSource iDblSrc, Class<E2> Regressors) IDiscreteChoiceModel.getProbabilities(IDoubleSource iDblSrc, Class<E2> Regressors) MultinomialRegression.getProbabilities(IDoubleSource iDblSrc, Class<E2> Regressors) OrderedRegression.getProbabilities(IDoubleSource iDblSrc, Class<E2> Regressors) <E2 extends Enum<E2>>
doubleBinomialRegression.getProbability(E1 event, IDoubleSource iDblSrc, Class<E2> Regressors) <E2 extends Enum<E2>>
doubleBinomialRegression.getProbability(IDoubleSource iDblSrc, Class<E2> Regressors) <E2 extends Enum<E2>>
doubleGeneralisedOrderedRegression.getProbability(E1 event, IDoubleSource iDblSrc, Class<E2> Regressors) <E2 extends Enum<E2>>
doubleIDiscreteChoiceModel.getProbability(E event, IDoubleSource iDblSrc, Class<E2> Regressors) <E2 extends Enum<E2>>
doubleMultinomialRegression.getProbability(E1 event, IDoubleSource iDblSrc, Class<E2> Regressors) <E2 extends Enum<E2>>
doubleOrderedRegression.getProbability(E1 event, IDoubleSource iDblSrc, Class<E2> Regressors) <E extends Enum<E>>
doubleProbabilityCalculator.getProbability(MultiKeyCoefficientMap map, IDoubleSource iDblSrc, Class<E> Regressors) <E extends Enum<E>>
doubleProbabilityCalculator.getProbability(MultiKeyCoefficientMap map, IDoubleSource iDblSrc, Class<E> Regressors, double adjust) <E2 extends Enum<E2>>
doubleBinomialRegression.getScore(IDoubleSource iDblSrc, Class<E2> Regressors) <T extends Enum<T>>
doubleILinearRegression.getScore(IDoubleSource iDblSrc, Class<T> enumType) ILinearRegression.getScore(IDoubleSource iDblSrc, Class<T> enumTypeDouble, IObjectSource iObjSrc, Class<U> enumTypeObject) <T extends Enum<T>>
doubleLinearRegression.getScore(IDoubleSource iDblSrc, Class<T> enumType) LinearRegression.getScore(IDoubleSource iDblSrc, Class<T> enumTypeDouble, IObjectSource iObjSrc, Class<U> enumTypeObject) Requires the implementation of the IObjectSource to ascertain whether any additional conditioning regression keys are used (e.g. whether the underlying agent is female, married etc., where the regression co-efficients are conditioned on additional keys of gender and civil status, for example).<E extends Enum<E>>
doubleProbabilityCalculator.getScore(MultiKeyCoefficientMap map, IDoubleSource iDblSrc, Class<E> Regressors) -
Uses of IDoubleSource in microsim.statistics.weighted.functions
Classes in microsim.statistics.weighted.functions that implement IDoubleSourceModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.useWeightedStatsinsteadclassDeprecated, for removal: This API element is subject to removal in a future version.useWeightedStatsinsteadstatic classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on weighted double source values.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on weighted float source values.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on weighted integer source values.static classDeprecated, for removal: This API element is subject to removal in a future version.SumFunction operating on weighted long source values.
ScatterplotSimulationPlotter.addSource(java.lang.String,java.util.function.Supplier<? extends java.lang.Number>,java.util.function.Supplier<? extends java.lang.Number>)instead.