Uses of Class
jasima.core.statistics.SummaryStat
-
Packages that use SummaryStat Package Description jasima.core.statistics jasima.core.util jasima.shopSim.util -
-
Uses of SummaryStat in jasima.core.statistics
Subclasses of SummaryStat in jasima.core.statistics Modifier and Type Class Description classQuantileEstimatorImplements the extended P2-Algorithm.classSamplingSummaryStatThis class provides efficient sampling of up to a certain maximum number of values.classTimeWeightedSummaryStatASummaryStatwhich weights values according to the time.Methods in jasima.core.statistics that return SummaryStat Modifier and Type Method Description SummaryStatSamplingSummaryStat. clone()SummaryStatSummaryStat. clone()Clones this object.SummaryStatQuantileEstimator. combine(SummaryStat other)SummaryStatSummaryStat. combine(SummaryStat other)Combines the data inotherwith this SummaryStat-Object.static SummaryStatSummaryStat. combine(SummaryStat stats1, SummaryStat stats2)Creates a newSummaryStatobject that behaves if all values seen bystats1andstats2would have been passed to it.static SummaryStatSummaryStat. summarize(double... values)This method creates a newSummaryStatobject and passes all values to it.static SummaryStatSummaryStat. summarize(int... values)This method creates a newSummaryStatobject and passes all values to it.SummaryStatSamplingSummaryStat. value(double v, double weight)SummaryStatSummaryStat. value(double v)Adds the given value with a weight of 1.SummaryStatSummaryStat. value(double v, double weight)Adds a value with a given weight.SummaryStatSummaryStat. values(double... vs)Convenience method to add all values given as arguments with a weight of 1.Methods in jasima.core.statistics with parameters of type SummaryStat Modifier and Type Method Description SummaryStatQuantileEstimator. combine(SummaryStat other)SummaryStatSummaryStat. combine(SummaryStat other)Combines the data inotherwith this SummaryStat-Object.static SummaryStatSummaryStat. combine(SummaryStat stats1, SummaryStat stats2)Creates a newSummaryStatobject that behaves if all values seen bystats1andstats2would have been passed to it.Constructors in jasima.core.statistics with parameters of type SummaryStat Constructor Description SummaryStat(SummaryStat vs)Create a new SummaryStat-object initialized with the values of "vs". -
Uses of SummaryStat in jasima.core.util
Methods in jasima.core.util with parameters of type SummaryStat Modifier and Type Method Description protected voidExperimentTest. checkValueStat(String name, SummaryStat exp, SummaryStat act)static voidUtil. putMeanMaxVar(SummaryStat vs, String prefix, Map<String,Object> res)Convenience method to put mean, max and variance of a ValueStat object in a result map. -
Uses of SummaryStat in jasima.shopSim.util
Fields in jasima.shopSim.util declared as SummaryStat Modifier and Type Field Description SummaryStatMachineStatCollector. aveBatchSizeSummaryStatMachineStatCollector. capacityUtilizedSummaryStatMachineStatCollector. procTimeSummaryStatMachineStatCollector. setupTimeSummaryStatMachineStatCollector. stationDelay
-