public class TracingDistributionStatistic extends DistributionStatisticBase
DistributionStatisticBase which stores the values
on disk. When used with Export / Import, the absolute file names of the
binary files are written to the xml file.sampleIndex, simNode, traceWriter| Constructor and Description |
|---|
TracingDistributionStatistic(SimNode ownNode,
int numberOfQuantiles) |
TracingDistributionStatistic(SimNode ownNode,
int numberOfQuantiles,
boolean writeDropDistributions) |
TracingDistributionStatistic(SimNode ownNode,
QuantileDescription quantiles,
boolean writeDropDistributions) |
| Modifier and Type | Method and Description |
|---|---|
protected DataStorage |
createNewDataStorage(int batchNumber) |
computeMeasures, exportBatch, getArraySize, getBatchDistribution, getBatchOverflowProb, getBatchProbability, getBatchUnderflowProb, getDistribution, getDistributionConfInterval, getLowerBound, getOverflowConfInterval, getOverflowProbability, getProbability, getProbabilityConfInterval, getUnderflowConfInterval, getUnderflowProbability, getUpperBound, handleStartBatch, handleStartTransientPhase, handleStopBatch, handleStopTransientPhase, importBatch, printResults, resetBatchStatistic, resetStatistic, updateupdate, update, updateaddResultTag, addResultTag, disableTracing, enableTracing, handleInitSimulation, printComments, update, writeTraceEntrypublic TracingDistributionStatistic(SimNode ownNode, int numberOfQuantiles, boolean writeDropDistributions)
public TracingDistributionStatistic(SimNode ownNode, int numberOfQuantiles)
public TracingDistributionStatistic(SimNode ownNode, QuantileDescription quantiles, boolean writeDropDistributions)
protected DataStorage createNewDataStorage(int batchNumber)
createNewDataStorage in class DistributionStatisticBase